Bad Words Filter Add-on
Found an interesting script to replace offensive words on a php page.
http://www.gr0w.com/articles/code/php_bad_words_filter/
I figure someone who knows scripting better than I do might be able to make a nice Vanilla add-on from it. Any takers?
http://www.gr0w.com/articles/code/php_bad_words_filter/
I figure someone who knows scripting better than I do might be able to make a nice Vanilla add-on from it. Any takers?
0
This discussion has been closed.
Comments
$this->token[$counter] = '/'.preg_quote($value[0]).'/';for:
$this->token[$counter] = '/'.preg_quote($value[0]).'/i';