Log in

View Full Version : Most users ever online


w596
07-23-2002, 02:09 AM
I just noticed today that my "Most users ever online" is not maintaning the correct count. For some reason the count is re-setting? Any ideas of what could be missing and where?

Thanks in advance,

W596

w596
07-23-2002, 05:12 PM
Never mind... fixed it. ;)

KeemDog37
08-26-2002, 11:16 PM
howed you fix this?

g-force2k2
08-27-2002, 12:13 AM
perhaps a template error... because it stores it in a special template... but i could be wrong :p

g-force2k2

NTLDR
08-27-2002, 01:56 PM
Offten running scrtipts that deal with the usersonline code that don't have $loadmaxusers=1; at the top reset the maxium users each day.

w596
08-27-2002, 08:44 PM
Originally posted by NTLDR
Offten running scrtipts that deal with the usersonline code that don't have $loadmaxusers=1; at the top reset the maxium users each day.

;)

KeemDog37
08-27-2002, 11:05 PM
nope my website is reseting it every tme someone gets in or out so if 5 online users now record is 5

w596
08-27-2002, 11:30 PM
Yes, that's exactly what mine was doing. I was using an index.php that didn't contain the $loadmaxusers=1; code. I added this code to the php file just below the $templatesused variables and it's been working fine ever since. ;)

KeemDog37
08-28-2002, 02:54 AM
nope my index.php has that