亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

有道搜索和IP138的IP的API接口(PHP應(yīng)用)

 更新時(shí)間:2012年11月29日 19:52:30   作者:  
原理就是通過(guò)php模擬瀏覽器獲取ip地址歸屬地,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

<?php
$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);//此代碼為有道ip庫(kù)
if(strpos($ipinfo,'北京') > 0) {
header('HTTP/1.1 301 Moved Permanently');
header("Location: http://chabaoo.cn");
}
?>

相關(guān)文章

最新評(píng)論