首页 > 开发 > PHP > 正文

有道搜索和IP138的IP的API接口(PHP应用)

2024-05-04 23:13:15
字体:
来源:转载
供稿:网友

复制代码 代码如下:


<?php
$myip = $_SERVER["REMOTE_ADDR"];
//ip138 ?ip=www.myolnet.com
//youdao ?type=ip&q=ip
$ipinfo=fcontents("http://www.youdao.com/smartresult-xml/search.s?type=ip&q=".$myip);//此代码为有道ip库
if(strpos($ipinfo,'北京') > 0) {
header('HTTP/1.1 301 Moved Permanently');
header("Location: ");
}
?>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表