I used the following query to reset the Most Users Online
UPDATE datastore SET data = '' WHERE title = 'maxloggedin';
After doing so it has shown the following for over 24 hours:
Most users ever online was 1, 12/31/69 at 7:00 PM.
Any ideas how to fix it?
Thanks!
UPDATE datastore SET data = '' WHERE title = 'maxloggedin';
After doing so it has shown the following for over 24 hours:
Most users ever online was 1, 12/31/69 at 7:00 PM.
Any ideas how to fix it?
Thanks!
Comment