자동 번역 · Auto-translated
배너 1
배너 2
사이트 활용팁
목록

현재 접속자, 아이피 아래 국가/도시 이름으로 표시하기

01. <span class="crt_name"><?php echo $list[$i]['name'] ?></span>를 찾아서, 아래로 교체


<span class="crt_name"><?php if($is_admin == 'super'){$ip = $list[$i]['name'];$country = json_decode(file_get_contents("http://ipinfo.io/{$ip}/json"));echo ' '.$country->country.' '.$country->city;} else { echo $list[$i]['name'];} ?></span>
Warning: include_once(/volume4/web/rebuilder/theme/comvillain/skin/board/main_gallery_grid/view_comment.skin.php): Failed to open stream: No such file or directory in /volume4/web/rebuilder/bbs/view_comment.php on line 127 Warning: include_once(): Failed opening '/volume4/web/rebuilder/theme/comvillain/skin/board/main_gallery_grid/view_comment.skin.php' for inclusion (include_path='/volume4/web/rebuilder/plugin/htmlpurifier/standalone:.:/usr/share/pear') in /volume4/web/rebuilder/bbs/view_comment.php on line 127