91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

宜兴市| 海南省| 牟定县| 利川市| 霍城县| 东源县| 广宁县| 常宁市| 饶阳县| 三江| 安阳县| 临高县| 监利县| 正蓝旗| 晴隆县| 侯马市| 宁明县| 灵武市| 漾濞| 石首市| 封丘县| 菏泽市| 施甸县| 江安县| 手游| 平谷区| 石嘴山市| 宁陕县| 勃利县| 临城县| 疏附县| 泾阳县| 云浮市| 灵宝市| 宜兰市| 台北县| 南召县| 普兰县| 新田县| 满城县| 乌什县|