|
|
|
21년 전
|
조회 3,889
|
|
|
|
21년 전
|
조회 727
|
|
|
|
21년 전
|
조회 777
|
|
|
|
21년 전
|
조회 505
|
|
|
|
21년 전
|
조회 459
|
|
|
|
21년 전
|
조회 536
|
|
|
|
21년 전
|
조회 491
|
|
|
|
21년 전
|
조회 436
|
|
|
|
21년 전
|
조회 581
|
|
|
|
21년 전
|
조회 704
|
|
|
|
21년 전
|
조회 346
|
|
|
|
21년 전
|
조회 521
|
|
|
|
21년 전
|
조회 507
|
|
|
|
21년 전
|
조회 550
|
|
|
|
21년 전
|
조회 366
|
|
|
|
21년 전
|
조회 432
|
|
|
|
21년 전
|
조회 437
|
|
|
|
21년 전
|
조회 619
|
|
|
|
21년 전
|
조회 496
|
|
|
|
21년 전
|
조회 819
|
댓글 2개
그누소스가 전혀 들어있지 않은 일반 html 페이지에 그누카운트를 다는것은 안된다는 말씀이지요?
bbs/gbview.php
// 한번 읽은글은 브라우저를 닫기전까지는 카운트를 증가시키지 않음
$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;
}