hofmax
04-13-2008, 03:20 PM
I became aware that my entire root page wasn't usable for more than a week today and kloth's bad bot (http://www.kloth.net/internet/bottrap.php) trap was the problem:
when you customize it to run with your size you should make a crucial change to the backlist.php
if(phpversion() >= "4.2.0") {
extract($_SERVER);
}
Get rid of that! If you don't then all your site may display is this
www.yourdomain.tld/blacklistdirectory/blacklist.dat at the very top left of your page.
when you customize it to run with your size you should make a crucial change to the backlist.php
if(phpversion() >= "4.2.0") {
extract($_SERVER);
}
Get rid of that! If you don't then all your site may display is this
www.yourdomain.tld/blacklistdirectory/blacklist.dat at the very top left of your page.