
11-18-2005, 03:52 PM
|
 |
Senior Member
|
|
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dimitris
well, i need a hack that it make a mass change at the users posts one word to another.
I mean, a hack which i will give a word , like dady, and it changes as "Mamy" at all the post. This hack is like chensorship (there is NOT advansed censorship for 3.5.x yet), but for now a mass change text hack will be ok.
It will be usefull for some old bbcode word, or some old hacks from 3.0.x
Maybe this change can be and from db. I can find the order to find all the post which has a specific word from a db, and is:
SELECT `pagetext` FROM `post` WHERE `pagetext` LIKE '%dady%'
......but i dont know what must to do to change all the inside at posts text "dady".
Thx for your time
|
Use replacement variables...
|