PDA

View Full Version : Sensor Words in Email


club_krome
10-11-2002, 05:44 AM
is there a hack or anyway to have the words that are sensored on the site to also be sensored when people send email through the site

Logician
10-11-2002, 07:16 AM
Edit member.php, find:

eval("\$sendmessage = \"".gettemplate("email_usermessage",1,0)."\";");

Before that add:

$message=censortext($message);


Enjoy..

Erwin
10-11-2002, 08:40 AM
Good one, Logician. :)

Logician
10-11-2002, 08:42 AM
thx pal :)