The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
There is some spammer or bot going through my forum and putting 5 star ratings on every thread. Is there some way to erase all the ratings or the ones that the spammers inflated?
Thanks |
|
#2
|
||||
|
||||
|
[sql]UPDATE thread
SET votenum = 0, votetotal = 0[/sql] That query will erase ALL ratings. |
|
#3
|
|||
|
|||
|
Thanks for the help! That seems to have done the trick
Thanks Best |
![]() |
|
|