Quote:
Originally Posted by jbizzle
Is there anyway to reset the "Most users ever online" I messed something up and it shows there was about 3k users online at once... :erm:
|
To reset the most users online run this query at the phpmyadmin:
Code:
UPDATE datastore SET data = '' WHERE title = 'maxloggedin';
If your tables have prefix then you should include it at the query as well.