Forum Moderators: coopster
Has anyone tried to convert Key_master's trap perl script to php, and if not - is this at all possible? I had no problem in getting the original perl version to work, but apparently the script was too taxing on the Apache server - (it brought the server to it's knees!). MY host has asked me to re-write the script using php, but unfortunately I don't possess the programmer's skills to get this done. So if anyone has heard of a php version (or a php script that does something similar) I would be extremely grateful!
Sincerely
Joe Belmaati
Copenhagen Denmark
Birdman may have already done the job...
Updated PHP Bad Bot Script [webmasterworld.com]
AKA: Spider Trap
Is there a way to combine
<Files *>
order deny,allow
deny from env=getout
allow from env=allowsome
</Files>
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
so that the trap script works, but no one can view my htaccess file?
Any help is MUCH appreciated!
Sincerely
Joe Belmaati
Copenhagen Denmark