コードをコピー コードは次のとおりです。
$myip = $_SERVER["REMOTE_ADDR"];
//ip138 http://wap.ip138.com/ip.asp?ip=www.myolnet.com
//youdao http://www.youdao.com/smartresult-xml/search.s ?type= ip&q=ip
$ipinfo=fcontents("http://www.youdao.com/smartresult-xml/search.s?type=ip&q=".$myip);//このコードは Youdao ip ですlibrary
if(strpos($ipinfo,'Beijing') > 0) {
header('HTTP/1.1 301 Moved Permanently');
header("場所: http://www.jb51 .net ");
}
?>