Idea: I'd be Nice to Add the Date and Time of the Attack on the "logfile_worms.txt" File.
For it Not to Block the Pages but Work on Silent Mode, the Following 2 Lines Should be Commented (Adding the //):
Code:
// echo $ctr_logfile;
Code:
// die("Access Denied, you have been logged.");
Edit: I Think is Better to Keep at least the First Code Line Disabled, because It Displays Important Data of the Board to the Hacker. (Careful with That).
Code:
// echo $ctr_logfile;
Edit: Also Careful with the Second Line, because
it'll Block Google Bots so your Board wont be Properly Indexed. (Many Log Results are from Google Bots "
||||Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
").
Code:
// die("Access Denied, you have been logged.");
My Best Regards.