How do I filter bad words? 
 
config.php -> bad words array

Your bad words list is set as an array in config.php. The entries are case insensitive:

$bwords=array('word1','word2'); // Bad words array. $bwords=0; -> off. Turn it off to save CPU resources.


If you are using non-latin letters remember to save the file as UTF-8 without BOM (signature).


 

2010-04-16 09:42