The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I need to have the who's online show alot of guests instead of 0 for a demonstration i am having. Is there a hack that changes that number arbitrarily and looks like there are more people on the site than there are
Thanks in advance |
#2
|
||||
|
||||
Change this index.php:
Code:
$numberguest=$loggedins['sessions']; Code:
$numberguest=$loggedins['sessions']+100; |
#3
|
|||
|
|||
You are awsome!
Thanks! |
#4
|
|||
|
|||
That works great but is there any way to not show guests when people click who's online so that they don't wonder where they all are
thanks again |
#5
|
||||
|
||||
Turn off "Enable Guests".
|
#6
|
|||
|
|||
Hi Chen,
Even if we disable the View Guest, on the online.php page there is a line that says "X Members and X Guests" The number for guest does not tally. How do we add 100 to that number? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|