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)

donald200 12-06-2008 04:41 PM

sounds nice, is this mod fully compatible to 3.7.4 versions?

where do i enter the content like this

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...

thanks for help....

cheers donald

SirHappy 06-20-2009 03:07 PM

thx! works in 3.8.3.

New Joe 06-28-2009 03:44 AM

Quote:

Originally Posted by donald200 (Post 1679700)
where do i enter the content like this

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...

thanks for help....

cheers donald

I have the same question, can anyone help out with this?

PcFreak 07-02-2009 04:01 AM

@ donald200 and New Joe

First Post^^

Installation.
  • Before you import the product, open file who_is_online_fake.txt in Notepad or any other text editor.
  • Expand the containing text with your own ideas. Use a new line for every new text.
  • When you have finished, upload who_is_online_fake.txt onto your webspace (root of your forum).
  • The text file can be edited at every time. Even HTML code can be used.

Thats all:p

elenh 08-14-2009 12:59 PM

Is not working by vb 3.8.1.. any idea?All the files are edited like you say.

New Joe 08-14-2009 02:45 PM

Quote:

Originally Posted by PcFreak (Post 1841163)
@ donald200 and New Joe

First Post^^

Installation.
  • Before you import the product, open file who_is_online_fake.txt in Notepad or any other text editor.
  • Expand the containing text with your own ideas. Use a new line for every new text.
  • When you have finished, upload who_is_online_fake.txt onto your webspace (root of your forum).
  • The text file can be edited at every time. Even HTML code can be used.

Thats all:p

Anyone who has problems please follow this above post.
Works great, thanks:up:

Lostboysix 09-08-2010 02:14 PM

Dear all,

mod is working perfectly on 3.8.4.

But does anybody know how to set a usergroup instead of one single user, for example all moderators?

Also I have a username with the character "ü" and it doesn´t work for him. Any clues?

Thank you very much!

MrD 11-17-2010 10:51 PM

Anyone have an Update to VB 4.x?

New Joe 12-02-2010 04:27 AM

Quote:

Originally Posted by MrD (Post 2122985)
Anyone have an Update to VB 4.x?

Yes, works fine:up:

Lon 03-16-2011 07:24 PM

Quote:

Originally Posted by Hellraider (Post 1232853)
You can use this for all the users you like.

Just create a new online_bit_complete plugin for every user. Plugins must have unique names.

The code is still the same:

Code:

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


$onlinefake is the variable to the mentioned txt-file. You can also use different txt-files.

Or if you want the same users under the same product just add a few more "case 'your_username': " under the first one and you're set to go.

I love this product and my privacy is now concealed. <3


All times are GMT. The time now is 08:57 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.01231 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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