The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi,
my site was attacked , and i get 1000 new fake users. I deleted all the fake users , but I need to set to zero this stat: 1. Most users ever online was... 2. Most ever Members, Posters... How can i do it? Efil. |
|
#2
|
||||
|
||||
|
You need to run a bit of SQL ;
Code:
UPDATE datastore SET data = ' ' WHERE title = 'maxloggedin' |
|
#3
|
||||
|
||||
|
Thank you!
It did it. Efil. |
![]() |
|
|