|
|
|
20년 전
|
조회 928
|
|
|
|
20년 전
|
조회 1,078
|
|
|
|
20년 전
|
조회 868
|
|
|
|
20년 전
|
조회 747
|
|
|
|
20년 전
|
조회 833
|
|
|
|
20년 전
|
조회 1,215
|
|
|
|
20년 전
|
조회 793
|
|
|
|
20년 전
|
조회 882
|
|
|
|
20년 전
|
조회 976
|
|
|
|
20년 전
|
조회 815
|
|
|
|
20년 전
|
조회 1,076
|
|
|
|
20년 전
|
조회 1,210
|
|
|
|
20년 전
|
조회 984
|
|
|
|
20년 전
|
조회 819
|
|
|
|
20년 전
|
조회 757
|
|
|
|
20년 전
|
조회 901
|
|
|
|
20년 전
|
조회 869
|
|
|
|
20년 전
|
조회 836
|
|
|
|
20년 전
|
조회 963
|
|
|
|
20년 전
|
조회 1,000
|
댓글 1개
요 파일을 보시면
// 3.23
// 한번 읽은글은 브라우저를 닫기전까지는 카운트를 증가시키지 않음
$ss_name = "ss_view_{$bo_table}_{$wr_id}";
if (!$_SESSION[$ss_name]) {
sql_query(" update $write_table set wr_hit = wr_hit + 1 where wr_id = '$wr_id' ");
if ($member[mb_id]) {
insert_point($member[mb_id], $default[de_read_point], "$board[bo_subject] $wr_id 글읽기");
}
session_register($ss_name);
$$ss_name = $_SESSION[$ss_name] = TRUE;
}
이부분이 히트수 증가하는 부분인것 같은데요 이부분 수정하면 될듯싶네요...