'; echo ' Caught You!

You will now be banned!

'; $text = 'deny from ' . $ip . "\r\n"; $file = dirname(__FILE__).'/.htaccess'; if (is_file($file) && is_writable($file)){ if ($handle = @fopen($file, 'a')) { fwrite($handle, $text); fclose($handle); } } ?>