Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bad Words Filter Add-on
dan39
New
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';