Bad Word filter/ Long word filter

Everything related to GBook PHP guestbook
Post Reply
FruitBeard
Posts: 38
Joined: Thu Jul 21, 2005 6:25 pm

Bad Word filter/ Long word filter

Post by FruitBeard »

Script URL: http://www.fgps.com/keith/
Version of script: 1.33
Version of PHP: 4. something
Hosting company: An extremely professional German one.
Have you searched THIS FORUM for your problem: N/A
(if not please do before posting)
If so, what terms did you try:

Write your message below:

HI, thought this might also be handy for the bad word filter.

This will help tremendously against people trying to submit lines of text to your gbook.

example"WWWWWWWWWWWWWWWWWWWWWWWWWWWW"
example"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaooooooooooooooooooo"
example"<a href="blahblah">link</a>"
example"<img src="blahblah">"

All i did was add these strings,it is not case sensitive.

"<" => "",
">" => "",
"@@@@" => "",
"````" => "",
"¬¬¬¬" => "",
"~~~~" => "",
"----" => "",
"====" => "",
"AAAA" => "",
"BBBB" => "",
"CCCC" => "",
"DDDD" => "",
"EEEE" => "",
"FFFF" => "",
"GGGG" => "",
"HHHH" => "",
"IIII" => "",
"JJJJ" => "",
"KKKK" => "",
"LLLL" => "",
"MMMM" => "",
"NNNN" => "",
"OOOO" => "",
"PPPP" => "",
"QQQQ" => "",
"RRRR" => "",
"SSSS" => "",
"TTTT" => "",
"UUUU" => "",
"VVVV" => "",
"WWWW" => "",
"XXXX" => "",
"YYYY" => "",
"ZZZZ" => "",
"111111" => "",
"222222" => "",
"333333" => "",
"444444" => "",
"555555" => "",
"666666" => "",
"777777" => "",
"888888" => "",
"999999" => "",
"000000" => ""

Open the .zip file and simply overwrite the existing file inside the "badwords" folder.

Link to get en.php http://www.fgps.com/keith/en.zip

http://www.fgps.com/keith/
FruitFully yours

http://www.fgps.com/keith/
FruitBeard
Posts: 38
Joined: Thu Jul 21, 2005 6:25 pm

Post by FruitBeard »

Sorry folks, i made a Boo Boo,

but it is now corrected and the correct file is available to download if you so choose.

i removed this

"<" => "",
">" => "",

as it also prevented smileys from appearing.
FruitFully yours

http://www.fgps.com/keith/
Post Reply