Hi;
I see that so many people are getting problems with PROXY HIJACK (or proxy cheaters).
Google does not care the search quality and Google does not want to take action to these cheaters

. So We must solve our problems without google.
The best way for protecting yourself against the PROXY CHEATERS is blocking all the proxy visits to your site.
Quote:
if (@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errno, $errstr, 30))
{
exit('Your message comes here when people visit your with proxy ');
}
?>
This small code will block the proxy visits and shows the message on the message. You must insert that code to the top of your templates (before tag)
Thanks