發表日期:2019-09 文章編輯:小燈 瀏覽次數:3111
在需要的地方把下面一行復制過去就行,
號碼歸屬地:{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;
}
演示效果如下:
日期:2019-09 瀏覽次數:4001
日期:2019-09 瀏覽次數:3783
日期:2019-09 瀏覽次數:3758
日期:2019-09 瀏覽次數:3692
日期:2019-09 瀏覽次數:3674
日期:2019-09 瀏覽次數:3679
日期:2019-09 瀏覽次數:3724
日期:2019-09 瀏覽次數:3783
日期:2019-09 瀏覽次數:4118
日期:2019-09 瀏覽次數:3590
日期:2019-09 瀏覽次數:3679
日期:2019-09 瀏覽次數:3361
日期:2019-09 瀏覽次數:3377
日期:2019-09 瀏覽次數:3053
日期:2019-09 瀏覽次數:3080
日期:2019-09 瀏覽次數:3081
日期:2019-09 瀏覽次數:3048
日期:2019-09 瀏覽次數:3168
日期:2019-09 瀏覽次數:3137
日期:2019-09 瀏覽次數:3325
日期:2019-09 瀏覽次數:3208
日期:2019-09 瀏覽次數:3392
日期:2019-09 瀏覽次數:3110
日期:2019-09 瀏覽次數:3447
日期:2019-09 瀏覽次數:3321
日期:2019-09 瀏覽次數:3311
日期:2019-09 瀏覽次數:3185
日期:2019-09 瀏覽次數:3225
日期:2019-09 瀏覽次數:3074
日期:2019-09 瀏覽次數:3028
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.