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
  #32  
Old 05-18-2007, 12:19 AM
sinaluna sinaluna is offline
 
Join Date: Feb 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brew View Post
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.
Those are hysterical!! :up:
Reply With Quote
  #33  
Old 05-18-2007, 02:03 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent little mod! I had my name not show in the Who's online. This is better. Thank you, sir.

I'm using it on 3.5.4 with no problems.
Reply With Quote
  #34  
Old 05-27-2007, 09:49 PM
vectorfc vectorfc is offline
 
Join Date: Sep 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool mod - confused all my members hilariously when I first installed it with "borking database" and other imaginary functions

Any way to have certain activities exempt from this? My ham-fisted attempts haven't worked. I'm trying an excluding loop along the lines of:

Code:
...
switch($userinfo['username'])
    {
        case 'pcFreak':
while ($filename != 'thispage.php')
{ 
            srand ((float)microtime()*1000000);
            shuffle ($onlinefake);
... etc...
but I'm not really experienced enough in vbulletin or php to get this working properly. This code just runs the plugin normally and ignores me being on thispage.php, so obviously I'm missing something, but I'm not sure how to fix it. Can anyone give me any pointers?

Thanks!
Reply With Quote
  #35  
Old 05-28-2007, 01:34 AM
cclaerhout's Avatar
cclaerhout cclaerhout is offline
 
Join Date: Aug 2004
Location: Paris (France)
Posts: 448
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really funny ! Thanks.
Reply With Quote
  #36  
Old 05-28-2007, 03:46 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vectorfc View Post
Cool mod - confused all my members hilariously when I first installed it with "borking database" and other imaginary functions

What other good ones did you come up with?
Reply With Quote
  #37  
Old 05-28-2007, 05:40 AM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
What other good ones did you come up with?
Riding the ponies outside WalMart. Be back when I run out of quarters.
Reply With Quote
  #38  
Old 05-28-2007, 02:15 PM
vectorfc vectorfc is offline
 
Join Date: Sep 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
What other good ones did you come up with?
"Having A Meltdown"

If only those members knew how often that's really true
Reply With Quote
  #39  
Old 06-10-2007, 09:29 AM
haytham's Avatar
haytham haytham is offline
 
Join Date: Jan 2003
Location: USA-Egypt-UAE
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Great. Installed. I am looking for something like this only it makes member count fake in the last 24 hours. Anyone seen it?
Reply With Quote
  #40  
Old 07-04-2007, 01:57 PM
sinaluna sinaluna is offline
 
Join Date: Feb 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doing the Google dance
Looking for Waldo
Partying with the mods
Wondering if that new user really is Brad Pitt
Out buying more duct tape
Battling the forces of evil
Mastering the techniques of SU-FI
Playing tug of war with my keyboard and the dog.
Reply With Quote
  #41  
Old 11-09-2007, 07:44 PM
F&A F&A is offline
 
Join Date: Nov 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice.
Thanks to PCFreak.
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 02:09 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.04287 seconds
  • Memory Usage 2,309KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (4)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_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