MyBB Community Forums

Full Version: Reset most online users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I want to reset my 'most nline users at once'. How can I do this?
Tools & Maintenance --> Recount & Rebuild --> Recount Statistics
AND
Tools & Maintenance --> Cache Manager --> mostonline --> Reload Cache
In phpMyAdmin, run:
UPDATE mybb_datacache SET cache='a:2:{s:8:"numusers";i:0;s:4:"time";i:0;}' WHERE title='mostonline'

You'll need to change the table prefix (mybb_) if you are using another one.