Forum Moderators: DixonJones
1) Redesign your entire site to work through cgi - script to block ips, not a nice option.
2) Phone your hosting provider and get them to block the ip at the router - not likely.
3) Phone your host and get them to give you a .htaccess
4) Change hosts.
Yep I know they all suck ;) Good luck.
I have contacted abuse@sprintbbd and asked them to look at it.
It doesn't leave a User-Agent or anything but it follows links like there is no tomorrow.
It has been at one site now for over a month. about 1000 page views a day, which is a serious drain on my bandwidth.
I don't know what it is looking for but it won't find any email addresses, perhaps that is why it keeps coming back :)
If someone can help I would be very grateful.
Thanks
Dazz
########################
# Get Browser Agent Info
if ($ENV{'HTTP_USER_AGENT'}) {
$get_agent = $ENV{'HTTP_USER_AGENT'}; # Get Browser Agent
}
else {
$get_agent = $ENV{'REMOTE_HOST'};
}
If the visitor doesn't have an user agent it will give it one (the host name).
1) .htaccess or simalar server functionality
2) a host who will block ips at the router
or,
3) design your entire site to work through cgi - script to block ips.
Are the above in proper priority?
Do hosts grant .htaccess?