Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Miserable Users Details »»
Miserable Users
Version: 2.05, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 07-30-2005 Last Update: 05-14-2006 Installs: 1213
 
No support by the author.

This modification is no longer available or supported.

Here is a 3.5 version of the ever popular "miserable users" hack. Basically a way to really annoy anyone you don't want visiting your forum. Based on the original idea & hack for vb2 by Zzed, and the vb3 port by KuraFire.

When classed as miserable, a member suffers ;

1. Slow response (time delay) on every page (20 to 60 seconds default).
2. A chance they will get the "server busy" message (50% by default).
3. A chance that no search facilities will be available (75% by default).
4. A chance they will get redirected to another preset page (25% & homepage by default).
5. A chance they will simply get a blank page (25% by default).
6. Post flood limit increased by a defined factor (10 times by default).
7. If they get past all this okay, then they will be served up their proper page.

Note: All the above options are set in the vBulletin Options.

To install this hack simply download the xml file to your pc and then import it into vbulletin as a product - then create your 'miserable users' usergroup and set the value of this group, and your preferred other settings, in the hacks settings area (vBulletin Oprions > Miserable Users). To make a member suffer just edit their profile to add them to the miserable users group (it will work as either the primary group or as a secondary group).



History:

v2.01 - Released as a product - all settings are in the vB options.
v2.02 - Added option for multiple usergroups to be defined as miserable.
v2.03 - Added option for IP addresses to be defined as miserable.
v2.04 - Updated multiple usergroups code.
v2.05 : Minor changes, no update necessary.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 09-29-2005, 11:36 PM
Vtec44 Vtec44 is offline
 
Join Date: Jan 2005
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can ban them using the tachy goes to coventry option
Reply With Quote
  #73  
Old 09-30-2005, 12:45 AM
ximcix ximcix is offline
 
Join Date: Mar 2005
Location: NYC
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vtec44
you can ban them using the tachy goes to coventry option
doen't that just add them to everyone's ignore list? Thats not what i'm trying to acomplish. I want the user to suffer when posting from a particular IP address, possibly forcing them to try & login with their other account.

Quote:
Originally Posted by Vtec44
Maybe if the code can be modified to accept more than 1 user group ID's...
Paul M, can we add multiple usergroup ID to the Miserable Users input field seperated by a space or comma?
Ex: 2, 13, 7
A few people seem to she interest in this. The thing is, i have 3 user groups (New, Adv, Vet) & each group has a different color display. if I throw people from various user groups into the Miserable group, they are going notice that their user color changed.
Reply With Quote
  #74  
Old 09-30-2005, 02:19 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ximcix
Paul M, can we add multiple usergroup ID to the Miserable Users input field?
Ex: 2, 13, 7
I suspect you probably can, given the vb function it uses.
Reply With Quote
  #75  
Old 09-30-2005, 02:28 AM
ximcix ximcix is offline
 
Join Date: Mar 2005
Location: NYC
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.
Reply With Quote
  #76  
Old 09-30-2005, 03:09 AM
ToastBusters ToastBusters is offline
 
Join Date: Dec 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ximcix
I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.
That would be truncated by sql itself, not by vbulletin.

What's happening is you're trying to insert a string into a field that is meant for an integer. The sql parsing engine will accept the 1 and the 3 but as soon as it gets to the coma, it says "Whoops!" and tosses the rest out.

The only real solution to what you're trying to do methinks is to use a secondary usergroup.
Reply With Quote
  #77  
Old 09-30-2005, 03:45 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ximcix
I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.
Ah, the verification on the ACP setting field is set to numeric, you would need turn on debug mode and edit the ACP setting to change this.
Reply With Quote
  #78  
Old 09-30-2005, 03:55 AM
ximcix ximcix is offline
 
Join Date: Mar 2005
Location: NYC
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Secondary usergroup did the trick.
Thanks

Paul M, maybe you can consider that for the next upgrade.
Reply With Quote
  #79  
Old 09-30-2005, 05:03 AM
XtremeOffroad XtremeOffroad is offline
 
Join Date: Jul 2005
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this, Seems more were signing up to spam then to help.
Time to have a bit of fun now.

Clicks Install
Reply With Quote
  #80  
Old 10-01-2005, 12:39 PM
OttawaGolf OttawaGolf is offline
 
Join Date: Apr 2002
Location: Ottawa Ontario Canada
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
import it into vbulletin as a product - then create your 'miserable users' usergroup and set the value for this.
Using 3.5.0 gold
I imported it as a product and created the usergroup.
It shows up in Installed products but not in VB options.
What am I missing?
Reply With Quote
  #81  
Old 10-01-2005, 04:29 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nothing, it's a standard part of product import to import the settings, are you sure they are not there ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:55 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05263 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete