The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing thread ratings?
Hey everyone, a spambot seems to have rated every single thread in my forum with a 5-star rating. Is there a way I can reset or delete all of these ratings? I can't seem to find anything in my Admin panel, but maybe I'm overlooking something. I'm using 3.8.4.
Any help is appreciated! --------------- Added [DATE]1298502122[/DATE] at [TIME]1298502122[/TIME] --------------- Actually, I found this thread regarding it.. https://vborg.vbsupport.ru/showthrea...=thread+rating I tried running that query, but I get this message: An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'myforum_vb.thread' doesn't exist Any ideas? |
#2
|
|||
|
|||
Do you maybe have a table prefix defined in config.php? (If you look at the tables in your database it should be obvious).
|
#3
|
|||
|
|||
I guess I do...should I not? I'm kinda dumb when it coms to this stuff.. lmao
|
#4
|
|||
|
|||
I'm a mysql beginner myself. But if you look in includes/config.php, you should find something like this:
Code:
// ****** TABLE PREFIX ****** // Prefix that your vBulletin tables have in the database. $config['Database']['tableprefix'] = 'XXX'; You could also try leaving out 'myforum_vb.' although I guess if that's the actual name of the database it should work that way. (ETA: the database name is defined just above that table prefix in config.php, in case there's any doubt). |
#5
|
|||
|
|||
I'm not quite understanding this..
This is the query they say to run: Code:
UPDATE thread SET votenum = 0, votetotal = 0 So what exactly should I do? |
#6
|
|||
|
|||
I guess then it would be
Code:
UPDATE raptorrethread SET votenum = 0, votetotal = 0 |
#7
|
|||
|
|||
Ahh I gotcha...and it worked...thanks so much!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|