用php来检测proxy
时间:2008-05-29 来源:剑心通明
.Vep660 { display:none; }
终于写出个有用的东西了!
能够检测大部分通过代理服务器访问的ip.
以下为引用的内容:
www.phperz.com
}
else {
print "
through proxy";
print '
http_via: ';print $v;
print '
http_x_forwarded_for: ';print $f;
print '
http_xroxy_connection: ';print $c;
print '
http_pragma: ';print $o;
}
?>
相关阅读 更多 +