|
|
|
20년 전
|
조회 2,090
|
|
|
|
20년 전
|
조회 1,813
|
|
|
|
20년 전
|
조회 1,802
|
|
|
|
20년 전
|
조회 1,951
|
|
|
|
20년 전
|
조회 1,710
|
|
|
|
20년 전
|
조회 2,268
|
|
|
|
20년 전
|
조회 2,004
|
|
|
|
20년 전
|
조회 1,973
|
|
|
|
20년 전
|
조회 2,190
|
|
|
|
20년 전
|
조회 1,843
|
|
|
|
20년 전
|
조회 1,818
|
|
|
|
20년 전
|
조회 2,246
|
|
|
|
20년 전
|
조회 1,857
|
|
|
|
20년 전
|
조회 1,722
|
|
|
|
20년 전
|
조회 1,719
|
|
|
|
20년 전
|
조회 1,786
|
|
|
|
20년 전
|
조회 1,883
|
|
|
|
20년 전
|
조회 1,705
|
|
|
|
20년 전
|
조회 2,016
|
|
|
|
20년 전
|
조회 1,692
|
댓글 2개
// 한번 읽은글은 브라우저를 닫기전까지는 카운트를 증가시키지 않음
$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;
}
/////
bbs/gbview.php <<== 요 소스를 보시면
카운트만 증가만 되어있는것 같아요...