發(fā)表日期:2019-09 文章編輯:小燈 瀏覽次數(shù):2914
在需要的地方把下面一行復(fù)制過去就行,
號碼歸屬地:{tel_location($mobile)}
然后把下面一段代碼復(fù)制到/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 瀏覽次數(shù):3733
日期:2019-09 瀏覽次數(shù):3509
日期:2019-09 瀏覽次數(shù):3547
日期:2019-09 瀏覽次數(shù):3420
日期:2019-09 瀏覽次數(shù):3470
日期:2019-09 瀏覽次數(shù):3462
日期:2019-09 瀏覽次數(shù):3489
日期:2019-09 瀏覽次數(shù):3565
日期:2019-09 瀏覽次數(shù):3891
日期:2019-09 瀏覽次數(shù):3381
日期:2019-09 瀏覽次數(shù):3458
日期:2019-09 瀏覽次數(shù):3165
日期:2019-09 瀏覽次數(shù):3188
日期:2019-09 瀏覽次數(shù):2859
日期:2019-09 瀏覽次數(shù):2915
日期:2019-09 瀏覽次數(shù):2874
日期:2019-09 瀏覽次數(shù):2863
日期:2019-09 瀏覽次數(shù):2978
日期:2019-09 瀏覽次數(shù):2925
日期:2019-09 瀏覽次數(shù):3126
日期:2019-09 瀏覽次數(shù):3024
日期:2019-09 瀏覽次數(shù):3207
日期:2019-09 瀏覽次數(shù):2912
日期:2019-09 瀏覽次數(shù):3260
日期:2019-09 瀏覽次數(shù):3106
日期:2019-09 瀏覽次數(shù):3112
日期:2019-09 瀏覽次數(shù):2994
日期:2019-09 瀏覽次數(shù):3035
日期:2019-09 瀏覽次數(shù):2901
日期:2019-09 瀏覽次數(shù):2837
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.