vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Who's Online faker: (https://vborg.vbsupport.ru/showthread.php?t=145428)

helpmehost 11-10-2007 04:11 PM

I think I am going to give it a try :)

NeilK 03-29-2008 11:05 AM

Installed, thanks.

KillerDealer 03-29-2008 12:43 PM

cant this cause confusion amount your own users .. logs in forum " wtf! it says im online and im not logged on" type of thing, nice none the less.

LadyRed 03-29-2008 02:16 PM

too cool, thanks so much

saotome 04-03-2008 01:45 PM

Nice Hack Lol, Click Installed and nominate

Peejay 07-10-2008 10:38 AM

Loving it :D

Here's just a few of mine, tried to keep them similar to vBulletin standard stuff.

Viewing Poll Dancers
Viewing Thread like G-Strings
Viewing Users Inner Secrets
Viewing Stuff
Viewing Your Profile, be afraid, very afraid
Creating Private Army of Strippers
Creating a plan for global domination
Creating Unusual Stuff
Private Dancing, a Dancer for money...

Arrogant-One 07-11-2008 06:23 AM

Quote:

Originally Posted by akulion (Post 1232700)
lol looks likea cool mod

:D thanks

1st install

Can this mod be used to show people as being logged in when in fact they are not?

Merjawy 08-06-2008 04:54 PM

I am showing as if I am actualy on the main page with an active link

<a href="YOUR LINK HERE"> Viewing Forum Home</a>

with few different links they think I am just a regular user for my secret account

funny thing is, I have created a new accout "Guest" and added it to the list for fake WOL
my god.. all guests got effected lol weeeeeeeeeee

I know I been told I am crazy

hey thanks for the hack

nkilian 09-21-2008 12:17 PM

Hi PcFreak,

Great idea, I'll definitely give this a try. Are you aware of any problems/issues with vB 3.7?

Thanks!

Quarterbore 10-22-2008 01:34 PM

Thanks!

I have been working on a surprise and I didn't want the other Admins or Staff to see the location. So I modified the plugin to add an extra like to rewrite the $userinfo['location'] variable as follows.

Now, if the staff hover over the "?" they see that I am in 'Control Center Alpha' so nobody sees my surprise :D

PHP Code:

// check to make sure VB_AREA is defined
if (defined('VB_AREA'))
    {
    
$onlinefake file ('who_is_online_fake.txt');
    switch(
$userinfo['username'])
    {
        case 
'Quarterbore':
            
srand ((float)microtime()*1000000);
            
shuffle ($onlinefake);
            
$userinfo['action'] = $onlinefake[0];        
            
$userinfo['where'] = '';
            
$userinfo['location'] = 'Control Center Alpha'
            break;  
                  
    }




All times are GMT. The time now is 03:45 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.01143 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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