Quote:
Originally Posted by Fuhrmann
Weel, first, thanks for the help. I cant use this mod because the "weird caracteres" are not the same. Look, every post have diferents caracters, just like this:
Post1 - > [spoiler:dasda]
Post2 -> [spoiler:12344]
Post3 -> [spoiler:11111]
I will thank you if you post the query to do this. Oh, thanks again. 
|
You can use whatever words you want and not only weired characters and symbols.
Anyway, use this query
Code:
UPDATE post SET pagetext = replace(pagetext, ?text you want to replace?, ?replacament text?);
And replace text you want to replace?, ?replacament text? accordingly.
If your db tables use a prefix, then you should include it in the query by appending it to the table name.