1) { if ($member[point] + $board[bo_read_point] < 0) alert("Bạn không thể đọc bài viết này do không đủ(".number_format($member[point]).") point hoặc bị thiếu point.(".number_format($board[bo_read_point]).")\\n\\nVui lòng thu thập point và thử lại sau."); insert_point($member[id], $board[bo_read_point], "$board[bo_subject] $wr_id 글읽기", $bo_table, $wr_id, '읽기'); } } set_session($ss_name, TRUE); } $g4[title] = "$group[gr_subject] > $board[bo_subject] > " . strip_tags(conv_subject($write[wr_subject], 255)); } else { if ($member[level] < $board[bo_list_level]) { if ($member[id]) // 목록을 볼 권한이 없습니다. alert("Bạn không thể xem danh sách này.", "/"); else //alert("목록을 볼 권한이 없습니다.\\n\\n회원이시라면 로그인 후 이용해 주세요.", "$sb[path]/index.php"); alert("Bạn không thể xem danh sách này.\\n\\n vui lòng đăng bài sau khi đăng nhập.", "./login.php?wr_id=$wr_id{$qstr}&url=".urlencode("$_SERVER[PHP_SELF]?bo_table=$bo_table&wr_id=$wr_id")); } if (!$page) $page = 1; $g4[title] = "$group[gr_subject] > $board[bo_subject] $page 페이지"; } include_once("$g4[path]/head.sub.php"); //if($stx) $stx = iconv("euc-kr", "UTF-8", $stx); $width = $board[bo_table_width]; if ($width <= 100) $width .= '%'; // IP보이기 사용 여부 $ip = ""; $is_ip_view = $board[bo_use_ip_view]; if ($is_admin) { $is_ip_view = true; $ip = $write[wr_ip]; } else // 관리자가 아니라면 IP 주소를 감춘후 보여줍니다. $ip = preg_replace("/([0-9]+).([0-9]+).([0-9]+).([0-9]+)/", "\\1.♡.\\3.\\4", $write[wr_ip]); // 분류 사용 $is_category = false; $category_name = ""; if ($board[bo_use_category]) { $is_category = true; $category_name = $write[ca_name]; // 분류명 } // 추천 사용 $is_good = false; if ($board[bo_use_good]) $is_good = true; // 비추천 사용 $is_nogood = false; if ($board[bo_use_nogood]) $is_nogood = true; $admin_href = ""; // 최고관리자 또는 그룹관리자라면 if ($member[id] && ($is_admin == 'super' || $group[gr_admin] == $member[id])) $admin_href = "$g4[admin_path]/board_form.php?w=u&bo_table=$bo_table"; echo "\n"; if (!($board[bo_use_comment] && $cwin)) include_once("./board_head.php"); if (!($board[bo_use_comment] && $cwin)) { // 게시물 아이디가 있다면 게시물 보기를 INCLUDE // 최근 게시글 보기 페이지 시작 //if(empty($wr_id) && $board[bo_use_list_view]) { // $rs = sql_fetch(" select wr_id from $write_table order by wr_num"); // $wr_id = $rs[wr_id]; // if ($wr_id) // $write = sql_fetch(" select * from $write_table where wr_id = '$wr_id' "); //} // 최근 게시글 보기 페이지 끝 if ($wr_id) include_once("./view.php"); // 전체목록보이기 사용이 "예" 또는 wr_id 값이 없다면 목록을 보임 //if ($board[bo_use_list_view] || empty($wr_id)) if ($member[level] >= $board[bo_list_level] && $board[bo_use_list_view] || empty($wr_id)) include_once ("./list.php"); include_once("./board_tail.php"); } else include_once("./view_comment.php"); echo "\n\n"; //if($_SERVER['REMOTE_ADDR'] == "112.219.222.170") { // echo "$g4[path]/tail.sub.php" //} include_once("$g4[path]/tail.sub.php"); ?>