rss 수집기 ㅠㅠ
업데이트 키 누르면 창이 뜨는 데 찾을수 없는 페이지가 뜨네요 ㅠㅠ
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<INPUT type=submit class=button2 value=" 확인 ">
//if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$w = $_GET['w'];
$cf1 = $_GET['cf1'];
$cf0 = $_GET['cf0'];
$configFile1 = "rss_addr.php";
$configFile2 = "rss_passwd.php";
if($w == 'u') {
if(!trim($cf1)) alert("암호를 입력해 주세요");
// 패스워드 저장
$data = "<?".trim($cf1)."?>";
$fp = fopen($configFile2, "w");
fwrite($fp, $data);
fclose($fp);
// 주소록 저장
$data = "<?".implode("|", explode("\n", trim($cf0)))."?>";
$fp = fopen($configFile1, "w");
fwrite($fp, $data);
fclose($fp);
echo "<script>alert('RSS 설정 OK!'); self.close();</script>";
} else {
// 주소록 읽어오기
$data = @file($configFile1);
$data[0] = str_replace("?>", "", str_replace("<?", "", $data[0]));
$addr = str_replace("|", "\n", $data[0]);
// 패스워드 읽어오기
$data = @file($configFile2);
$data[0] = str_replace("?>", "", str_replace("<?", "", $data[0]));
$passwd = trim($data[0]);
?>
<title>RSS Reader 스킨 설정</title>
<style type=text/css>
td { background-color:white; color:#303030; font-size:10pt}
.title {background-color: #CCCCCC; color:white; font-weight:bold}
.menu {padding-left:5;background-color:#F3F3F3}
.bd {padding:5}
.button2 {color:white; background-color:#999999; height:25px; width: 60px; cursor: hand; cursor: pointer;}
</style>
<table cellSpacing=1 cellPadding=0 width=100% bgColor=silver>
<FORM name=skinSetup method=get>
<INPUT type=hidden value="<?=$board_skin_path?>/setup_rss.php?bo_table=<?=$bo_table?>" name="w">
<INPUT type=hidden value="<?=$bo_table?>" name="bo_table">
<INPUT type=hidden value="u" name="w">
<tr>
<td class=title colSpan=2 height=25> RSS Reader 스킨 설정</td>
</tr>
<tr>
<td class=menu>RSS 주소</td>
<td class=bd>
한줄에 RSS 주소를 하나씩 써주세요.<br>
<textarea cols=50 rows=7 name=cf0><?=$addr?></textarea>
</td>
</tr>
<tr>
<td class=menu>글 등록 암호</td>
<td class=bd>
<INPUT type=text value='<?=$passwd?>' name=cf1>
</td>
</tr>
<tr height=30>
<td align=middle colSpan=2>
<INPUT type=submit class=button2 value=" 확인 ">
빨간 부분이 문제인듯 하기도 하고 ㅠㅠ 이틀째 헤메고 있네요
답변 2개
마이위트에서 배포하는 RSS수집기가 아주 좋아요.
마이위트 주소입니다.
http://umz.kr/0M6Zm" target="_blank" style="font-family: 'malgun gothic'; font-size: 10pt; font-weight: bold; line-height: normal; background-color: rgb(255, 255, 255); color: rgb(110, 150, 154);">http://umz.kr/0M6Zm
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인