사이트 활용팁

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

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/main/skin/board/main_board/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/main/skin/board/main_board/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