As I say, it would be better if you learnt how to code, so you could fix this simple things urself.
I repeat myselft, it won't work if you dont call it properly in each page or input.PHP Code:foreach($_GET as $value)
foreach($badwords as $word)
if(substr_count($value, $word) > 0)
die();