View Full Version : Is there a hack that you can change the number of guests who's online number
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
Admin
02-18-2002, 10:31 AM
Change this index.php:
$numberguest=$loggedins['sessions'];
to:
$numberguest=$loggedins['sessions']+100;
(adds 100)
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
Admin
02-18-2002, 11:12 AM
Turn off "Enable Guests".
Byron
04-16-2002, 07:08 AM
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.