发表日期:2019-09 文章编辑:小灯 浏览次数:2909
在需要的地方把下面一行复制过去就行,
号码归属地:{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 浏览次数:3727
日期:2019-09 浏览次数:3506
日期:2019-09 浏览次数:3544
日期:2019-09 浏览次数:3416
日期:2019-09 浏览次数:3468
日期:2019-09 浏览次数:3459
日期:2019-09 浏览次数:3485
日期:2019-09 浏览次数:3563
日期:2019-09 浏览次数:3888
日期:2019-09 浏览次数:3377
日期:2019-09 浏览次数:3457
日期:2019-09 浏览次数:3160
日期:2019-09 浏览次数:3186
日期:2019-09 浏览次数:2857
日期:2019-09 浏览次数:2912
日期:2019-09 浏览次数:2873
日期:2019-09 浏览次数:2862
日期:2019-09 浏览次数:2975
日期:2019-09 浏览次数:2921
日期:2019-09 浏览次数:3124
日期:2019-09 浏览次数:3023
日期:2019-09 浏览次数:3205
日期:2019-09 浏览次数:2908
日期:2019-09 浏览次数:3258
日期:2019-09 浏览次数:3103
日期:2019-09 浏览次数:3110
日期:2019-09 浏览次数:2991
日期:2019-09 浏览次数:3031
日期:2019-09 浏览次数:2899
日期:2019-09 浏览次数:2834
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.