发表日期:2019-09 文章编辑:小灯 浏览次数:3034
在需要的地方把下面一行复制过去就行,
号码归属地:{tel_location($mobile)}
然后把下面一段代码复制到/include/module.func.php文件中?>前面即可:
function tel_location($ip) {
$u = “https://www.youdao.com/smartresult-xml/search.s?type=mobile&q=$ip”;
$r = HttpRequest($u);
preg_match(“#<location>(.+)</location>#Ui”, $r, $m);
return iconv(“GBK”, “UTF-8//IGNORE”, strval($m[1]));
//echo strval($m[1]);
}function HttpRequest($url) {
if ( !function_exists(‘curl_init’) ) { return “<location>暂未能查询到</location>”; }
$timeout = 2;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
$result = curl_exec($ch);
return $result;
}
演示效果如下:
11日期:2019-09 浏览次数:3883
日期:2019-09 浏览次数:3665
日期:2019-09 浏览次数:3676
日期:2019-09 浏览次数:3580
日期:2019-09 浏览次数:3591
日期:2019-09 浏览次数:3591
日期:2019-09 浏览次数:3635
日期:2019-09 浏览次数:3688
日期:2019-09 浏览次数:4020
日期:2019-09 浏览次数:3511
日期:2019-09 浏览次数:3604
日期:2019-09 浏览次数:3289
日期:2019-09 浏览次数:3301
日期:2019-09 浏览次数:2969
日期:2019-09 浏览次数:3014
日期:2019-09 浏览次数:2989
日期:2019-09 浏览次数:2978
日期:2019-09 浏览次数:3097
日期:2019-09 浏览次数:3045
日期:2019-09 浏览次数:3242
日期:2019-09 浏览次数:3141
日期:2019-09 浏览次数:3318
日期:2019-09 浏览次数:3033
日期:2019-09 浏览次数:3372
日期:2019-09 浏览次数:3232
日期:2019-09 浏览次数:3232
日期:2019-09 浏览次数:3109
日期:2019-09 浏览次数:3145
日期:2019-09 浏览次数:3008
日期:2019-09 浏览次数:2952
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.