View Full Version : ReSet
BadBoy316
06-08-2012, 12:29 PM
Is there away to reset Most users ever online was back to -> 0
I don't know if there's a built-in function to do it, but I tried this query and it seems to work:
DELETE FROM datastore WHERE title = 'maxloggedin'
BadBoy316
06-08-2012, 02:37 PM
I don't know if there's a built-in function to do it, but I tried this query and it seems to work:
DELETE FROM datastore WHERE title = 'maxloggedin'
where do i find it
That's a query that you have to execute. You can do that by going to Maintenance > Execute SQL Query in the adminCP.
BadBoy316
06-08-2012, 05:59 PM
That's a query that you have to execute. You can do that by going to Maintenance > Execute SQL Query in the adminCP.
wen i try that it say
You are not authorized to execute SQL queries
Brandon Sheley
06-08-2012, 06:28 PM
wen i try that it say
You are not authorized to execute SQL queries
It should also show instructions on how to allow permissions.
includes/config.php etc..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.