Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
An alternative to banning: Miserable Users Details »»
An alternative to banning: Miserable Users
Version: 1.00, by Zzed Zzed is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-07-2003 Last Update: Never Installs: 151
 
No support by the author.

This hack is an alternative to banning a user. As the name suggests a user who
gets hit with this hack will become truly miserable while trying to access
your board.

So here is what really happens to a miserable user:

- There is a random 60-120 second delay each time they click on a link.
- 90% of times they have no search engine acccess.
- 75% of the times they get the server too busy error.

If they don't get the server too busy error:
- 50% of the times they may get a blank page
- 30% of the times they may get forwarded to the forum main page
- 20% of the time they may be able to see the page they asked for.

after doing all the math in actuality they have only a 5% chance of seeing the
page they clicked on. What kills them is the time they have to wait before
anything happens.

I actually once tracked a miserable user and watched him suffer for 2 whole
hours before he was able to make a simple post.

This hack is considered one of the most sadistic hacks on my board.

The hack allows you to make your user miserable via the admin CP. It also
allows you to search for all miserable users through the admin CP as well.

Also in showthread.php, it appends a red status that is only visibly to admins
and mods stating that a user is miserable.


Tables affected by this hack: user

Files affected by this hack: global.php, showthread.php, admin/user.php

Show Your Support

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

Comments
  #142  
Old 06-06-2003, 11:05 PM
vB-Host.com's Avatar
vB-Host.com vB-Host.com is offline
 
Join Date: Apr 2003
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me bumps thread

Since I installed this I can't do anything with a user in the admin cp.. I have someone who lost there password and no longer has the e-mail address they registered with and when I go to update his password I get the same error as above.. please help!
Reply With Quote
  #143  
Old 06-07-2003, 12:09 AM
legendarysk8er legendarysk8er is offline
 
Join Date: Nov 2002
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What a great idea, make them suffer! I might install this later if I feel like it..
Reply With Quote
  #144  
Old 06-07-2003, 10:55 PM
superman superman is offline
 
Join Date: Jun 2002
Location: 559 are code for Cali
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Must try this, it's a good idea, so the user thinks he isn't banned, then won't make a new acc, cool
Reply With Quote
  #145  
Old 06-08-2003, 07:29 AM
KelteN KelteN is offline
 
Join Date: Nov 2002
Location: California
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Hack!
Reply With Quote
  #146  
Old 06-10-2003, 09:15 PM
Zzed's Avatar
Zzed Zzed is offline
 
Join Date: Feb 2002
Location: Glendale, CA, USA
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you guys for all your kind words.
Reply With Quote
  #147  
Old 06-13-2003, 06:55 AM
Steve W. Steve W. is offline
 
Join Date: May 2003
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the instructions it says to find:

Quote:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {

if ($postdone[$post[postid]]) {
$counter--;
continue;
} else {
$postdone[$post[postid]]=1;
}
$postbits .= getpostbit($post);
}
Instead of that, I have:

Quote:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {

if ($postdone[$post[postid]]) {
$counter--;
continue;
} else {
$postdone[$post[postid]]=1;
}

$post[postcount] = ++$postcount;
$post[totalposts] = $totalposts;
$postbits .= getpostbit($post);
}
Probably ebcause of another installed hack. Is there any way I can add the info to what I have already?
Reply With Quote
  #148  
Old 06-13-2003, 07:01 AM
Steve W. Steve W. is offline
 
Join Date: May 2003
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, and instead of:

Quote:
$DB_site->query("UPDATE user SET birthday='$birthday',options='$options',usergroupi d='$usergroupid',username='".addslashes(htmlspecia lchars($ausername))."'$pwdinclude,email='".addslas hes(htmlspecialchars($email))."',styleid='$usersty leid',parentemail='".addslashes(htmlspecialchars($ parentemail))."',coppauser=$coppauser,homepage='". addslashes(htmlspecialchars($homepage))."',icq='". addslashes(htmlspecialchars($icq))."',aim='".addsl ashes(htmlspecialchars($aim))."',yahoo='".addslash es(htmlspecialchars($yahoo))."',signature='".addsl ashes($signature)."',adminemail=$adminemail,showem ail=$showemail,invisible=$invisible,usertitle='".a ddslashes($usertitle)."',customtitle=$customtitle, joindate=$joindate,cookieuser=$cookieuser,nosessio nhash=$nosessionhash,daysprune='$daysprune',lastvi sit=$lastvisit,lastactivity=$lastactivity,lastpost =$lastpost,posts='$posts',timezoneoffset='$timezon eoffset',emailnotification=$emailnotification,rece ivepm='$receivepm',emailonpm='$emailonpm',ipaddres s='".addslashes($aipaddress)."',pmpopup=IF(pmpopup =2 AND $pmpopup=1,pmpopup,'$pmpopup') WHERE userid=$userid");
I have:

Quote:
$DB_site->query("UPDATE user SET birthday='$birthday',options='$options',usergroupi d='$usergroupid',username='".addslashes(htmlspecia lchars($ausername))."'$pwdinclude,email='".addslas hes(htmlspecialchars($email))."',styleid='$usersty leid',parentemail='".addslashes(htmlspecialchars($ parentemail))."',coppauser=$coppauser,homepage='". addslashes(htmlspecialchars($homepage))."',icq='". addslashes(htmlspecialchars($icq))."',aim='".addsl ashes(htmlspecialchars($aim))."',yahoo='".addslash es(htmlspecialchars($yahoo))."',signature='".addsl ashes($signature)."',adminemail=$adminemail,showem ail=$showemail,invisible=$invisible,usertitle='".a ddslashes($usertitle)."',customtitle=$customtitle, joindate=$joindate,cookieuser=$cookieuser,nosessio nhash=$nosessionhash,daysprune='$daysprune',lastvi sit=$lastvisit,lastactivity=$lastactivity,lastpost =$lastpost,posts='$posts',profileview='$profilevie w',timezoneoffset='$timezoneoffset',emailnotificat ion=$emailnotification,receivepm='$receivepm',emai lonpm='$emailonpm',ipaddress='".addslashes($aipadd ress)."',pmpopup=IF(pmpopup=2 AND $pmpopup=1,pmpopup,'$pmpopup') WHERE userid=$userid");
Reply With Quote
  #149  
Old 06-13-2003, 03:20 PM
pdblizzard's Avatar
pdblizzard pdblizzard is offline
 
Join Date: Jun 2003
Location: Illinois
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Zzed, I just installed this hack and I have to tell you, it's awesome! You have just reduced my stress level about 10000%. My offline family thanks you for that! gre:

Even though it works, I must have done something wrong though. I can get around it by making the change to the user "miserable" field directly in the database, but maybe you can tell me what I did wrong.

When I use the user.php page to click them "on" to miserable, and then update, the change doesn't actually save in the database. I get no error message. The database field "miserable" is not changed.

Everything else works fine however, when I update the field manually. Any thoughts?

(YOU ROCK!)
Reply With Quote
  #150  
Old 06-13-2003, 05:52 PM
Zzed's Avatar
Zzed Zzed is offline
 
Join Date: Feb 2002
Location: Glendale, CA, USA
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Steve make it look like this

Quote:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {

if ($postdone[$post[postid]]) {
$counter--;
continue;
} else {
$postdone[$post[postid]]=1;
}

$post[postcount] = ++$postcount;
$post[totalposts] = $totalposts;

$onlinestat = "";
if(($post[miserable] == 1) || ($post[stunned] & 4)){
if(($bbuserinfo[usergroupid] == 5) or ($bbuserinfo[usergroupid] == 6) or ($bbuserinfo[usergroupid] == 7)) {
$onlinestat = "$onlinestat<br><font color=\"red\"><b>Miserable User</b></font>";
}
}

$post[posts]="$post[posts]$onlinestat";

$postbits .= getpostbit($post);
}
Quote:
$DB_site->query("UPDATE user SET birthday='$birthday',options='$options',usergroupi d='$usergroupid',username='".addslashes(htmlspecia lchars($ausername))."'$pwdinclude,email='".addslas hes(htmlspecialchars($email))."',styleid='$usersty leid',parentemail='".addslashes(htmlspecialchars($ parentemail))."',coppauser=$coppauser,homepage='". addslashes(htmlspecialchars($homepage))."',icq='". addslashes(htmlspecialchars($icq))."',aim='".addsl ashes(htmlspecialchars($aim))."',yahoo='".addslash es(htmlspecialchars($yahoo))."',signature='".addsl ashes($signature)."',adminemail=$adminemail,showem ail=$showemail,invisible=$invisible,usertitle='".a ddslashes($usertitle)." ',customtitle=$customtitle,joindate=$joindate,cook ieuser=$cookieuser,nosessionhash=$nosessionhash,da ysprune='$daysprune',lastvisit=$lastvisit,lastacti vity=$lastactivity,lastpost=$lastpost,posts='$post s',profileview='$profileview', timezoneoffset='$timezoneoffset',emailnotification =$emailnotification,receivepm='$receivepm',emailon pm='$emailonpm',ipaddress='".addslashes($aipaddres s)."',pmpopup=IF(pmpopup=2 AND $pmpopup=1,pmpopup,'$pmpopup'), miserable=$miserable WHERE userid=$userid");
Reply With Quote
  #151  
Old 06-13-2003, 05:56 PM
Zzed's Avatar
Zzed Zzed is offline
 
Join Date: Feb 2002
Location: Glendale, CA, USA
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 09:20 AM pdblizzard said this in Post #148
Zzed, I just installed this hack and I have to tell you, it's awesome! You have just reduced my stress level about 10000%. My offline family thanks you for that! gre:

Even though it works, I must have done something wrong though. I can get around it by making the change to the user "miserable" field directly in the database, but maybe you can tell me what I did wrong.

When I use the user.php page to click them "on" to miserable, and then update, the change doesn't actually save in the database. I get no error message. The database field "miserable" is not changed.

Everything else works fine however, when I update the field manually. Any thoughts?

(YOU ROCK!)
Thank you for your kind words.

Check your pm's please.
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:10 PM.


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.04967 seconds
  • Memory Usage 2,322KB
  • 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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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