
05-15-2010, 02:21 AM
|
|
|
Join Date: Dec 2009
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by borbole
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.
|
Did this, thank you!
|