|
|
|
16년 전
|
조회 953
|
|
|
|
16년 전
|
조회 944
|
|
|
|
16년 전
|
조회 819
|
|
|
|
16년 전
|
조회 800
|
|
|
|
16년 전
|
조회 950
|
|
|
|
16년 전
|
조회 1,232
|
|
|
|
16년 전
|
조회 1,035
|
|
|
|
16년 전
|
조회 1,519
|
|
|
|
16년 전
|
조회 1,124
|
|
|
|
16년 전
|
조회 1,527
|
|
|
|
16년 전
|
조회 1,566
|
|
|
|
16년 전
|
조회 1,522
|
|
|
|
16년 전
|
조회 2,239
|
|
|
|
16년 전
|
조회 2,016
|
|
|
|
16년 전
|
조회 860
|
|
|
|
16년 전
|
조회 1,523
|
|
|
|
16년 전
|
조회 957
|
|
|
|
16년 전
|
조회 1,565
|
|
|
|
16년 전
|
조회 966
|
|
|
|
16년 전
|
조회 1,533
|
댓글 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");
?>