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
  #22  
Old 04-27-2007, 03:36 PM
Hellraider's Avatar
Hellraider Hellraider is offline
 
Join Date: Jul 2003
Location: @ home
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please refer to post #11:


Example for a second user:

ACP = Plugin Manager => Add plugin

* Product: Who is online Faker
* (Hook) = online_bit_complete
* Titel = e.g. Onlinefake user X
* Execution oder = 5
* PHP-Code for plugins =

Code:
// who_is_online_fake_xyz.txt is the .txt file
// that is used for this user
// USER_XYZ is the name of this user
if (defined('VB_AREA')) {
$onlinefake = file ('who_is_online_fake_xyz.txt');  
switch($userinfo['username']) {
case 'USER_XYZ':
srand ((float)microtime()*1000000);
shuffle ($onlinefake);
$userinfo['action'] = $onlinefake[0];  
$userinfo['where'] = '';
break;    
}}
That can be done for as many users you want.
Reply With Quote
  #23  
Old 04-29-2007, 11:32 PM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this little ditty! Great mod dude!

I'm having a ball with this thing.

Here's just a few of the nice little sayings I'm using at politicalforums.net.

Most of the words actually mean something too

------------------------------------------------------------------
Working on web site discomfubilator settings.
Fumbling within the database.
Working on web site transmortation whistletips.
Programming <YOURWEBSITE> grandeosisms.
Transmorgraphying radiodescenceisms within the web site.
Reprogramming <YOURWEBSITE> fuel injection systems.
Searching for all references to Bush cause he needs to pee.
Wondering why Clinton is not spelled with a K.
Wondering why Republicans and Democrats don't admit they're one and the same.
Transmorgraphying diallamous syntaxtickers within the Admin interface.
Discomboobulating SQL database against foreign transmissions from aliens.
Wondering why we still aren't flying our cars.
Working on a new system to circumvent historical anachronisms through plain english.
In the Admin interface wondering what the heck to do now.
Thinking in grandiloquent terms till going into an abderian fit.
Extending his dactylion digit to the world.
In the Admin Control Panel admiring <YOURWEBSITE>'s daedalian design.
Deciding whether to take his meds for decidophobia.
Contemplating using defenestrating techniques on his computer.
Wondering why demitoilet has nothing to do with using the commode.
Wondering if a Republican can get dextrophobia.
Rearranging the diplasiasmus to prevent rectalgia.
Contemplating resistentialism.
Contemplating which is worse - aichmorhabdophobia or alopeciaphobia.
Creating amphigorical anachronisms to ensure he stays an anonymuncle.
Contemplating why computer screens are anopisthographic.
His keyboard has started astereognosis in his psyche causing borborygmus through xertzing.
Realizing that "rhadamanthine judicial system" would be an oxymoron.
------------------------------------------------------------------

Of course you'll need to change the <YOURWEBSITE> parts with the name of your web site.

Enjoy!

If you want more let me know. I'll come up with something.
Reply With Quote
  #24  
Old 04-30-2007, 08:58 PM
PennylessZ28 PennylessZ28 is offline
 
Join Date: Mar 2002
Location: North America
Posts: 737
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is fun, I have created some interesting ones and already got some people going, WTF.
Reply With Quote
  #25  
Old 04-30-2007, 09:52 PM
Hellraider's Avatar
Hellraider Hellraider is offline
 
Join Date: Jul 2003
Location: @ home
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome
Reply With Quote
  #26  
Old 05-01-2007, 11:15 AM
yeku yeku is offline
 
Join Date: May 2005
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then I make the modification in xml, upload with the ACP xml.

Later I want to see in http://www.miforo.com/online.php, and it does not work, white screen

Some solution?

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

What vB version are you running? I can't reach your URL at the moment (server could not be found)

Please try to download and install the mod without any changes and check if there are any problems.

If there are no problems: You made a mistake whilst changing the xml, if there are still problems: Please report.
Reply With Quote
  #28  
Old 05-06-2007, 04:42 PM
yeku yeku is offline
 
Join Date: May 2005
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, already installed and functioning perfectly.

Greetings
Reply With Quote
  #29  
Old 05-06-2007, 11:40 PM
putergirl putergirl is offline
 
Join Date: May 2006
Location: usa
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, it works like a charm.. having lots of fun!
Reply With Quote
  #30  
Old 05-07-2007, 12:56 AM
putergirl putergirl is offline
 
Join Date: May 2006
Location: usa
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hellraider View Post

Code:
// who_is_online_fake_xyz.txt is the .txt file
// that is used for this user
// USER_XYZ is the name of this user
if (defined('VB_AREA')) {
$onlinefake = file ('who_is_online_fake_xyz.txt');  
switch($userinfo['username']) {
case 'USER_XYZ': 
srand ((float)microtime()*1000000);
shuffle ($onlinefake);
$userinfo['action'] = $onlinefake[0];  
$userinfo['where'] = '';
break;    
}}
That can be done for as many users you want.
Hi there, do I only change the name that is in red?
Reply With Quote
  #31  
Old 05-07-2007, 01:44 AM
4x4 Mecca 4x4 Mecca is offline
 
Join Date: Feb 2007
Posts: 396
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes
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 05:35 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09608 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
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
  • (1)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
  • (4)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_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