Jump to content

Anonymous Proxies


Greybeard

Recommended Posts

Posted
Will almost certainly go against company policy too.

 

If someone tried to use a proxy where I work, i'd turn their computer off, take it away and tell their manager why i'd done it!

 

Well slappa my thigh :rolleyes:

Posted

Have you tried using the ip of the site in question. Depending upon what software your admin is using or how they've set up the filter, you might be able to bypass it by using the real address.

 

Like if you put in, http://208.43.65.26 you'd get the legendary SheffieldForum.co.uk

Posted

At this point I'd like to point out that using a proxy to access your SF account is against forum rules- any user covering up their normal IP is generally doing so because they have something to hide.

 

We do keep a list of the easily available proxy IPs and will ban anyone found to be using them. If you have nothing to hide then it's not wise to draw attention to yourself by looking like you do.

Posted

mmm, my cms blocks all by default:

if(isset($_SERVER['REMOTE_ADDR']))
{
if (isset($_SERVER['HTTP_X_FORWARDED_FOR']) || (isset($_SERVER['HTTP_VIA'])) || (isset($_SERVER['HTTP_PROXY_CONNECTION'])) )
{
	$result[] = "proxy REMOTE_ADDR";
}
}
else
{
$result[] = "unset REMOTE_ADDR";
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.