|
|
|
20년 전
|
조회 2,092
|
|
|
|
20년 전
|
조회 1,815
|
|
|
|
20년 전
|
조회 1,803
|
|
|
|
20년 전
|
조회 1,953
|
|
|
|
20년 전
|
조회 1,715
|
|
|
|
20년 전
|
조회 2,271
|
|
|
|
20년 전
|
조회 2,006
|
|
|
|
20년 전
|
조회 1,974
|
|
|
|
20년 전
|
조회 2,194
|
|
|
|
20년 전
|
조회 1,844
|
|
|
|
20년 전
|
조회 1,820
|
|
|
|
20년 전
|
조회 2,248
|
|
|
|
20년 전
|
조회 1,857
|
|
|
|
20년 전
|
조회 1,725
|
|
|
|
20년 전
|
조회 1,719
|
|
|
|
20년 전
|
조회 1,791
|
|
|
|
20년 전
|
조회 1,884
|
|
|
|
20년 전
|
조회 1,706
|
|
|
|
20년 전
|
조회 2,016
|
|
|
|
20년 전
|
조회 1,693
|
댓글 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 <<== 요 소스를 보시면
카운트만 증가만 되어있는것 같아요...