B
Brynn
yep, your right ... I thought I could be the system ... LOL
I am going to be stuck with just blocking whole words ...
arsehole, and biitch and unlimited variations are going to pass
anyway, so I may has well, just give it up ...
Maybe I need to write a script ...
Dim userIntent
If IsOK(userIntent) Then
send.message
Else
send.electricity.through("UserComputerID")
End If
ROFL
My contact form will be available for easy implemenation in a couple
days.
Mispelling ruined it all ... otherwise I had the excptions list down
to 800 words for the 50 badwords I had ... I would have had 26 strings
.... by letter ... and checked only the array with that start letter
... etc...
but assumme isn't going to pass that ... so I scratch it
UNLESS ...
does anyone have a dictionary database like mine, but includes all of
the ways to incorrectly spell a word ... ROFLMAO
Brynn
Brynn
www.coolpier.com
I participate in the group to help give examples of code.
I do not guarantee the effects of any code posted.
Test all code before use!
I am going to be stuck with just blocking whole words ...
arsehole, and biitch and unlimited variations are going to pass
anyway, so I may has well, just give it up ...
Maybe I need to write a script ...
Dim userIntent
If IsOK(userIntent) Then
send.message
Else
send.electricity.through("UserComputerID")
End If
ROFL
My contact form will be available for easy implemenation in a couple
days.
Mispelling ruined it all ... otherwise I had the excptions list down
to 800 words for the 50 badwords I had ... I would have had 26 strings
.... by letter ... and checked only the array with that start letter
... etc...
but assumme isn't going to pass that ... so I scratch it
UNLESS ...
does anyone have a dictionary database like mine, but includes all of
the ways to incorrectly spell a word ... ROFLMAO
Brynn
This goes to the point I was trying to make. You would be better off making
a complete list of "bad" words, and ONLY banning those words when they exist
as whole words, and not part of other words.
Regards,
Peter Foti
Brynn
www.coolpier.com
I participate in the group to help give examples of code.
I do not guarantee the effects of any code posted.
Test all code before use!