Monk3h Posted April 30, 2008 Share Posted April 30, 2008 Does anyone know where i can find a Word Filter script for my chat that uses the String_replace Command? I know how to make one i was just wondering if anyone knew where i could find one with allot of the words already entered. There are allot of ways to get past a word filter using upper/lowercase letter and it would take me a very long time to filter them all. =/ Link to comment https://forums.phpfreaks.com/topic/103646-php-word-filter/ Share on other sites More sharing options...
DJTim666 Posted April 30, 2008 Share Posted April 30, 2008 Just use str_ireplace, it ignores the case of the word. -- DJ Link to comment https://forums.phpfreaks.com/topic/103646-php-word-filter/#findComment-530728 Share on other sites More sharing options...
hitman6003 Posted April 30, 2008 Share Posted April 30, 2008 There are allot of ways to get past a word filter using upper/lowercase letter Use strtoupper and/or strtolower or str_ireplace. Also, George Carlin's dirty word list: http://georgecarlin.com/dirty/2443.html Link to comment https://forums.phpfreaks.com/topic/103646-php-word-filter/#findComment-530731 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.