PDA

View Full Version : ReSet


BadBoy316
06-08-2012, 12:29 PM
Is there away to reset Most users ever online was back to -> 0

kh99
06-08-2012, 01:52 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'

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

kh99
06-08-2012, 04:08 PM
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..