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?
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.
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.