"), array("&", "<", ">"), $str); /* $str = preg_replace("/&/", "&", $str); $str = preg_replace("//", ">", $str); */ return $str; } $sql = " select gr_id, bo_subject, bo_page_rows, bo_read_level, bo_use_rss_view from {$g5['board_table']} where bo_table = '$bo_table' "; $row = sql_fetch($sql); $subj2 = specialchars_replace($row['bo_subject'], 255); $lines = $row['bo_page_rows']; // 비회원 읽기가 가능한 게시판만 RSS 지원 if ($row['bo_read_level'] >= 2) { echo '비회원 읽기가 가능한 게시판만 RSS 지원합니다.'; exit; } // RSS 사용 체크 if (!$row['bo_use_rss_view']) { echo 'RSS 보기가 금지되어 있습니다.'; exit; } header('Content-type: text/xml'); header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); $sql = " select gr_subject from {$g5['group_table']} where gr_id = '{$row['gr_id']}' "; $row = sql_fetch($sql); $subj1 = specialchars_replace($row['gr_subject'], 255); echo ''."\n"; ?> <?php echo specialchars_replace($config['cf_title'].' > '.$subj1.' > '.$subj2); ?> 테스트 버전 0.2 (2004-04-26) ko <?php echo specialchars_replace($row['wr_subject']); ?> ]]> '."\n"; echo ''."\n"; ?>