Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Who's Online faker: Details »»
Who's Online faker:
Version: 1.00, by PcFreak PcFreak is offline
Developer Last Online: Mar 2015 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.5 Rating:
Released: 04-20-2007 Last Update: 04-20-2007 Installs: 89
Uses Plugins
Additional Files  
No support by the author.

Who's Online faker:

Who's Online faker shows viewers of the Who's online list user-pre-defined locations for pre-defined users. You can give your fantasy full scope for this locations.
  • No real location will be shown for the pre-defined user(s).
  • The Who's online list will no longer display e.g. that you're writing a PM, instead of that it will be displayed that you're phoning with Mr. G. W. Bush.
  • Whatever your real location is, no user can see your real location onto Who's online list.
  • Be creative.
  • This mod will surely be a pleasure for you.


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.


Open file product_who_is_online_faker.xml and search for entry:
PHP Code:
case 'PcFreak'
Change this to:
PHP Code:
case 'your_username'
Save the file and import as product.


That's all.

Have fun with this small but usefull mod.
Be happy with reactions of your users

Best regards
PcFreak

PS: New Version online.

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 04-21-2007, 07:35 PM
Hellraider's Avatar
Hellraider Hellraider is offline
 
Join Date: Jul 2003
Location: @ home
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #13  
Old 04-22-2007, 01:01 AM
johnrizz's Avatar
johnrizz johnrizz is offline
 
Join Date: Apr 2006
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haha! nice
Reply With Quote
  #14  
Old 04-22-2007, 02:59 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HAHAHAHAHAHA this is awesome. Would not use it myself due to I wouldnt know where people really are.....lol But I love the idea. Great work

HAHAHAHA I'm a loser it only apply's to ONE person.... Sorry
Reply With Quote
  #15  
Old 04-22-2007, 06:38 AM
AzH's Avatar
AzH AzH is offline
 
Join Date: Feb 2005
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IS it possible to do this to affect all people, or a list of usernames for example? Like all staff or whatever?
Reply With Quote
  #16  
Old 04-22-2007, 08:41 AM
Hellraider's Avatar
Hellraider Hellraider is offline
 
Join Date: Jul 2003
Location: @ home
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AzH View Post
IS it possible to do this to affect all people, or a list of usernames for example? Like all staff or whatever?
Please refer to post #11.
Reply With Quote
  #17  
Old 04-22-2007, 10:58 AM
PinkDaisy's Avatar
PinkDaisy PinkDaisy is offline
 
Join Date: Sep 2006
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hahahah.. LOVE it! I've actually wanted this for a LONG time!! Thanks..

Will there be an option for users to set this themselves (like mods and up) maybe as an option in their user CP stuff??

Thanks!! *clicks install*
Reply With Quote
  #18  
Old 04-22-2007, 11:27 AM
Hellraider's Avatar
Hellraider Hellraider is offline
 
Join Date: Jul 2003
Location: @ home
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PinkDaisy View Post
Hahahah.. LOVE it! I've actually wanted this for a LONG time!! Thanks..

Will there be an option for users to set this themselves (like mods and up) maybe as an option in their user CP stuff??

Thanks!! *clicks install*
I don't think so, but time will tell
Reply With Quote
  #19  
Old 04-22-2007, 11:43 AM
deezelpope deezelpope is offline
 
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I agree w/ PinkDaisy...it'd be sweet if we could control it more...
Reply With Quote
  #20  
Old 04-22-2007, 12:10 PM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

love it thanx works well on 3.5 *installed*
Reply With Quote
  #21  
Old 04-27-2007, 08:34 AM
Spookysalem Spookysalem is offline
 
Join Date: Oct 2004
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hellraider View Post
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.
Hi just a quick question do you just add this bit of code to the original file..??

I am going to install this for sure been waiting for some thing like this for ever..
Reply With Quote
Reply

Thread Tools

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 10:39 PM.


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.06948 seconds
  • Memory Usage 2,306KB
  • Queries Executed 28 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (3)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
  • (3)pagenav_pagelink
  • (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_postinfo_query
  • fetch_postinfo
  • 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