亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ThinkPHP判斷IP地區位置

發布時間:2020-07-07 22:31:46 來源:網絡 閱讀:473 作者:shenliyang 欄目:web開發
1.在Action目錄下添加如下代碼

點擊(此處)折疊或打開

  1. public function index(){
  2.         $where = 'TRUE';
  3.         $membersModel = new Model("Members");
  4.         $rows = $membersModel->where($where)->select();
  5.         
  6.         if($rows){
  7.             import('ORG.Net.IpLocation');// 導入IpLocation類
  8.             $Ip = new IpLocation('UTFWry.dat'); // 實例化類 參數表示IP地址庫文件。下載dat文件到net目錄下
  9.             foreach ($rows as $k=>$v){
  10.                 $area = $Ip->getlocation($v['regIP']);
  11.                 $rows[$k]['location'] = isset($area['country'])?$area['country']:'未知地址';// 獲取某個IP地址所在的位置
  12.             }
  13.         }
  14.         $this->assign('rows',$rows);
  15.         $this->display();
  16.     }
2.在html頁面上添加

點擊(此處)折疊或打開

  1. <table class="table table-striped table-hover table-condensed">
  2.             <tr>
  3.                 <th>用戶名</th>
  4.                 <th>郵箱</th>
  5.                 <th>注冊時間</th>
  6.                 <th>注冊IP</th>
  7.                 <th>激活狀態</th>
  8.             </tr>
  9.             
  10.             <volist name="rows" id="v">
  11.                 <tr>
  12.                     <th>{$v.username}</th>
  13.                     <th>{$v.email}</th>
  14.                     <th>{:date('Y-m-d H:i:s',$v['regTime'])}</th>
  15.                     <th>{$v.location}{$v.regIP}</th>
  16.                     <th><eq name="v.status" value="0"><span style="color: red">未激活</span><else/><span style="color:blue">已激活</span></eq></th>

  17.                 </tr>
  18.             </volist>
  19.         </table>



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

晋城| 额尔古纳市| 黄浦区| 车致| 汕尾市| 错那县| 益阳市| 石门县| 大洼县| 合阳县| 建瓯市| 双鸭山市| 台南市| 南乐县| 马公市| 祁阳县| 苏尼特右旗| 仪陇县| 淳化县| 石景山区| 光山县| 兴业县| 边坝县| 灵寿县| 蒲城县| 扎囊县| 苍梧县| 博客| 洪雅县| 泸州市| 丹江口市| 岳阳市| 凌源市| 三原县| 慈利县| 新建县| 尼勒克县| 永善县| 鸡西市| 阿城市| 靖边县|