vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Miserable Users for vB3 (https://vborg.vbsupport.ru/showthread.php?t=59727)

Brent H 12-22-2004 04:32 AM

I did the same thing. ;) They don't know they're being played with so they assume my site is screwed up and go somewhere else. If they DO re-register somehow it'll be easy to spot soon enough anyways.

Only thing is that I wish I knew how to make it forward them to a random page.

trackpads 12-22-2004 06:30 AM

Quote:

Originally Posted by TheHeggy
Gotta say, this is way more effective than outright banning someone. I've got two users on my forums who haven't really done anything wrong, and if I just ban them it will look like I'm some kind of elitist dictator ;) This way they just think their computer is all screwed up. LOL

Rock on.

Ahh.. so you are just a sneaky dictator :) (Only kidding, not serious :) )

Boback 12-24-2004 10:24 PM

Oh so bloody installed ;)

[high]* Boback rubs his hands together![/high]

smess 01-10-2005 04:35 PM

what if you wanted to do this for more than one user group?

Marco van Herwaarden 01-10-2005 07:22 PM

Why you would want that?

Independent on the usergroups a member has, you can give them the secondary membergroup of the miserable userhack

TMAC 01-12-2005 02:55 PM

First:
Thank You for the hack.

Now will it work with Vbulletine 3.05?

Thank again :)

loxosceles 01-16-2005 10:25 AM

Here's a modified version of the template. The delay is wildly variable from 1 to 20 seconds, and there's an additional 20 second delay if it decides to display a blank page. Half of the time, there's a 2-4 minute refresh to the prior page, regardless of whether it's the vbulletin forum or elsewhere. You can go further back in the browser history by using -2 or lower instead of -1 in the javascript.

Code:

// Miserable Hack for vB3
    // Ported by KuraFire to vB3, original vB2 version by Zzed
    // #############################################
    // Put the id of your Miserable Usergroup here:
    $miserableid = 10;

// Check to see if the user is a Miserable User
if (is_member_of(array('userid'=>$bbuserinfo['userid'], 'usergroupid'=>$bbuserinfo['usergroupid'], 'membergroupids'=>$bbuserinfo['membergroupids']), $miserableid))
    {
        $vboptions['floodchecktime'] *= 10;

        $glitch = rand(0, 100);
        // disable searching?
        if($glitch < 70) {
            $vboptions['enablesearches'] = 0;
        }

        sleep(rand(1,20));

        $glitch = rand(0, 100);
        // blank page glitch
        if ($glitch < 20) { echo ' '; sleep(20); exit; }

        // refresh glitch - 50% chance independent of the blank page glitch
        if ($glitch > 50) {
            $refdelay = rand(110, 245);
            // orig URL=$vboptions[forumhome].php
            $templatecache['headinclude'] = '<META HTTP-EQUIV=\"refresh\" CONTENT=\"' . $refdelay . '; URL=javascript:history.go(-1)\" />' . $templatecache['headinclude'];
        }
    }
    unset($ids, $glitch, $miserableid, $refdelay, $x);
// End of Miserable Users Hack


bulbasnore 01-17-2005 06:21 AM

Not working for me on 3.0.5. Unless my test user is REALLY lucky. I have the right group ID and the user is in there with that as his secondary group. No difference in his ability to access the board.

Can anyone confirm it works on 3.0.5?

Gnappy 01-20-2005 10:58 PM

/me installed, thx!

yoyoyoyo 01-20-2005 11:00 PM

Quote:

Originally Posted by bulbasnore
Not working for me on 3.0.5. Unless my test user is REALLY lucky. I have the right group ID and the user is in there with that as his secondary group. No difference in his ability to access the board.

Can anyone confirm it works on 3.0.5?

it works on 3.0.5 and 3.0.6


All times are GMT. The time now is 02:33 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.01170 seconds
  • Memory Usage 1,741KB
  • 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_code_printable
  • (2)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