|
|
|
09-06-05
|
조회 1,615
|
|
|
|
09-06-05
|
조회 1,641
|
|
|
|
09-06-05
|
조회 1,598
|
|
|
|
09-06-05
|
조회 2,326
|
|
|
|
09-06-05
|
조회 2,126
|
|
|
|
09-06-05
|
조회 935
|
|
|
|
09-06-05
|
조회 1,603
|
|
|
|
09-06-05
|
조회 1,034
|
|
|
|
09-06-05
|
조회 1,648
|
|
|
|
09-06-04
|
조회 1,043
|
|
|
|
09-06-04
|
조회 1,616
|
|
|
|
09-06-04
|
조회 2,221
|
|
|
|
09-06-04
|
조회 897
|
|
|
|
09-06-04
|
조회 3,108
|
|
|
|
09-06-04
|
조회 880
|
|
|
|
09-06-04
|
조회 1,030
|
|
|
|
09-06-04
|
조회 1,609
|
|
|
|
09-06-04
|
조회 1,631
|
|
|
|
09-06-04
|
조회 1,095
|
|
|
|
09-06-04
|
조회 1,631
|
댓글 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");
?>