You can using hook
postbit_display_complete
PHP Code:
$1=array(
'ROTFL','rotfl','cat','idiot'
);
$2=array(
'Rolling on floor laughing','Rolling on floor laughing','dog','i'm an idiot'
);
$this->post['message'] = str_replace($1, $2, $this->post['message']);
It will replace your word when view post, it won't replace from database
If you want replace from database, you can use SQL
[SQL]UPDATE post SET pagetext = replace(pagetext, "cat", "dog");[/SQL]
If you want, i can write product and attachment to my post
Please click like button