|
|
|
16년 전
|
조회 986
|
|
|
|
16년 전
|
조회 974
|
|
|
|
16년 전
|
조회 844
|
|
|
|
16년 전
|
조회 824
|
|
|
|
16년 전
|
조회 985
|
|
|
|
16년 전
|
조회 1,259
|
|
|
|
16년 전
|
조회 1,057
|
|
|
|
16년 전
|
조회 1,551
|
|
|
|
16년 전
|
조회 1,153
|
|
|
|
16년 전
|
조회 1,554
|
|
|
|
16년 전
|
조회 1,586
|
|
|
|
16년 전
|
조회 1,550
|
|
|
|
16년 전
|
조회 2,266
|
|
|
|
16년 전
|
조회 2,066
|
|
|
|
16년 전
|
조회 886
|
|
|
|
16년 전
|
조회 1,551
|
|
|
|
16년 전
|
조회 988
|
|
|
|
16년 전
|
조회 1,591
|
|
|
|
16년 전
|
조회 983
|
|
|
|
16년 전
|
조회 1,565
|
댓글 5개
아이피를 일일이 대조해가면서 확인할 수 없으니;
재접률 정도...? 알수있는... 모듈같은게 있을까요?
$ip = "3.4.4.5";
$g4_path = ".";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
$query = sql_query("select * from `$g4[visit_table]` where vi_ip='$ip'");
while($row = sql_fetch_array($query)) {
print_r2($row);
}
include_once("$g4[path]/tail.sub.php");
?>