中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

浙江省| 离岛区| 凤城市| 泸西县| 当雄县| 彭山县| 长垣县| 金山区| 台南县| 苍山县| 房产| 沁阳市| 吉木乃县| 固镇县| 文山县| 五原县| 南乐县| 师宗县| 黔西| 金平| 瑞安市| 新野县| 招远市| 武宣县| 商城县| 滨海县| 讷河市| 通河县| 民和| 濮阳县| 长汀县| 滨海县| 台东市| 红原县| 胶南市| 察哈| 岑溪市| 庆元县| 大荔县| 西平县| 昭平县|