I have a question about the bad words filter in GBook v.1.4*.
Probleem 1
When somebody enters words as a$$, pu$$y, etc. (so words with the dollar signs) than the words aren't filtered even when I add these words in the en.php
Code: Select all
"a$$" => "***",
If they write the word e.g. "ass" in the beginning or at the end of a sentence so without spaces, than the word isn't filtered either.
When I add
Code: Select all
"ass " => "***",
Code: Select all
" ass" => "***",
How can I fix these 2 problems ?
Thanks in advance for you help.
Kind regards,
Coderunner
Corrected and changed in post: badwords.txt to en.php