Anyone out there in programming/proxy land know of a script that will geotarget IPs? I'm getting overwhelmed with Chinese traffic on my proxies, and .htaccess mods are not helping.
Installing the php pecl extension http://pecl.php.net/package/geoip and using the function geoip_country_name_by_name() function in your php scripts seems to be a good idea.