vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   An alternative to banning: Miserable Users (https://vborg.vbsupport.ru/showthread.php?t=49810)

drumsy 11-12-2003 09:35 PM

Quote:

Originally Posted by drumsy
How can I dial this down a bit?

Anyone?

MarkB 11-30-2003 07:50 AM

Quote:

Originally Posted by KuraFire
djnoz, it can be done a lot easier than that on vB3 :)

For this to be applied on a vB3 board, you really should just make a new (secondary) usergroup called "Miserable Users", make it non-public and put people in that group (along with their normal group, ie. the Miserable usergroup has no additional permissions anywhere, it's just important to note the usergroupid). Then in global.php, put the Miserable code and make it dependant on the usergroupid of the Miserable usergroup, check for it in $bbuserinfo[usergroups] (iirc)

As described by Kurafire, this way works great on vB3!! :)

I simply changed the first line of the global.php addition to:

if($bbuserinfo[membergroupids] == MEMBERID) {

Where memberid=the new usergroup id :)

I used membergroupid because I kept the users main usergroup as 'registered', so the new miserable group is in his membergroupids record. If that makes sense!

Thanks for the hack! It's horrible LOL

GMfullsize 12-03-2003 03:28 AM

I am trying to install this hack but...

How do I do the first part? How do I get to the MySQL prompt?

I have a couple members I would really like to do this to. Thanks

djnoz 12-03-2003 06:10 AM

Quote:

Originally Posted by MarkB
As described by Kurafire, this way works great on vB3!! :)

I simply changed the first line of the global.php addition to:

if($bbuserinfo[membergroupids] == MEMBERID) {

Where memberid=the new usergroup id :)

I used membergroupid because I kept the users main usergroup as 'registered', so the new miserable group is in his membergroupids record. If that makes sense!

Thanks for the hack! It's horrible LOL

Nice one. That had me stumped for ages ... I'll have to try that out ;)

HP409ss 12-04-2003 03:09 AM

Quote:

Originally Posted by GMfullsize
I am trying to install this hack but...

How do I do the first part? How do I get to the MySQL prompt?

I have a couple members I would really like to do this to. Thanks

Well most hosts which provide servers will have a MYSQL admin pannel. In there you you will have a section to run a queries against the DB. If you dont have that a good tool to have installed is Webmin. It will allow you to do other cool things along with what you need for the DB queries.

GMfullsize 12-04-2003 06:30 AM

Quote:

Originally Posted by HP409ss
Well most hosts which provide servers will have a MYSQL admin pannel. In there you you will have a section to run a queries against the DB. If you dont have that a good tool to have installed is Webmin. It will allow you to do other cool things along with what you need for the DB queries.

Thanks, I got it working so dont come to our site cause the other admins may put you on it LOL

I am just messing with you.
You can probably figure out who this is. ;)

influence 12-05-2003 04:41 PM

BIg suggestion,

how about having sending a junkload of pop up's on the user . enough to freeze his pc and force him to restart . Then he will get tired of restarting, registering new email account and all that and just give up

KuraFire 12-06-2003 10:55 AM

Miserable Users for vB3 - NO FILE EDITS NECESSARY!

This vB3-version works with a new usergroup of your choice. Make a new usergroup, call it Miserable People or whatever you want, and note what usergroup id it is.

Next, put this code in your phpinclude_start template in vB3. Make sure to edit the $miserableid variable (at the start) and change it to the usergroupid of your Miserable People usergroup.

PHP Code:

// Miserable Hack for vB3
 // Ported by KuraFire to vB3, original vB2 version by Zzed
 // #######################################################
 // Put the id of your Miserable Usergroup here:
 
$miserableid 22;
 if (
strpos($bbuserinfo['membergroupids'], ','))
 {
     
$ids explode(','$bbuserinfo['membergroupids']);
 }
 else
 {
     
$ids = array($bbuserinfo['membergroupids']);
 }
 if(
in_array($miserableid$ids) OR $bbuserinfo['usergroupid'] == $miserableid)
 {
     
$glitch rand(60120);
     for(
$x=0$x<$glitch$x++)
     {
         echo 
' ';
         
sleep(1);
     }
 
     
$vboptions['floodchecktime'] *= 10;
     
$glitch rand(0100);
     if(
$glitch 90)
     {
         
$vboptions['enablesearches'] = 0;
     }
 
     
$glitch rand(0100);
     if (
$glitch 80)
     {
         if (
$glitch 50)
         {
             exit;
         }
         
$templatecache['headinclude'] = '<META HTTP-EQUIV=\"refresh\" CONTENT=\"5; URL=/index.php\" />' $templatecache['headinclude'];
     }
 }
 unset(
$ids$glitch$miserableid); 

Save your phpinclude_start template. Assign people you want to suffer to the new usergroup. You can just make it their Secondary usergroup (along with any others you want), you can also make it their Primary (not recommended).

Enjoy :)

Silverstangs 12-20-2003 08:43 AM

I just installed the hack on v2.3.3 with some minor changes, tested it and it works great.

Clicks install

Janitor 01-03-2004 04:39 PM

Be nice if they made a hack that would have a big dong popup for the banned users lol


All times are GMT. The time now is 08:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01406 seconds
  • Memory Usage 1,760KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete