The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Manipulating post table with phpmyadmin
Somehow a member's account has been hacked and hundreds of posts have edited with links to spam.
I would like to run a mysql query on the post table to remove the spam links. I have come up with the following query Code:
update post set pagetext = replace(pagetext,'\n________\nspammer text','') where `userid` = 123 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|