최근 며칠간 PHP화일이 열리지 않아 접속이 원활치
않았으나, 제로보드와의 문제로 판명, 버전업후 해결됨.

화일 Upload/Download시 반드시 Q-Manager 이용,
수정시는 반드시 Wordpad 로 수정해야 정상 작동됨.

※ latest_skin 에서 스킨별 main.html에 악성코드 자동삽입됨
    main.html을 수정하거나, 전체 Upload !!

※ 제로보드 최신버젼
    http://weaverdigm.com/board/bbs/board.php?bo_table=data&wr_id=8

※ Bulletin.php Random Board : Outlogin.php
   $result = mysql_query("select * from $t_board"."_$id where is_secret=0  order by rand() limit $num", $connect) or die(mysql_error());


[ Edit  Update ]

◆ BulletinBoard → latest_skin → nzeo → main_notice → main.html

<!-- 상단의 타이틀 -->
<table border=0 width=100% height=0 cellspacing=0 cellpadding=2>
<tr>
        <td>
         <Span style=color:white;filter:glow(color=0000ff,strength:5);height:7>
         <marquee direction="up" behavior="scroll" width="480" vspace="0" hspace="0" scrollamount="1">
            <font face="Times New Roman" Size="2">
<!--------  [notice_subject]<br><br> By D.C.KIM -------->
            <font face="Times New Roman" Size="2">
            [notice_memo]</font>
          </marquee>
        </td>
</tr>
</table>
<!-------   [notice_subject] ([notice_date])<br><br> -->

◆ BulletinBoard → latest_skin → nzeo → blue_bbs → main.html

<!-- 상단의 타이틀 -->
<table border=0 cellspacing=1 cellpadding=3 width=100% bgcolor=#46326A>
<tr>
        <td bgcolor=#F3F0F9><img src=[dir]t.gif border=0 height=2><br><font face="Times New Roman" Color="Navy" Size="2"><b>  [title]</b></font></a>
</td>
</tr>
</table>

<!-- 최근글 목록이 나오는 부분 -->
<table border=0 width=100% cellspacing=0 cellpadding=0>
[loop]
<tr>
        <td>
                <img src=[dir]t.gif border=0 width=100% height=4><br>
        <font face="Times New Roman" Color="Navy" Size="2">[[name]] [subject]</font><font color=333333 style=font-family:tahoma;font-size:6pt>[comment]</font><br>
        <img src=[dir]underline.gif border=0 width=100% height=3><br>
        </td>
[/loop]
</tr>
<!--        <font face="Times New Roman" Color="Navy" Size="2">---->
<!--        <font style=font-family:tahoma; Color="Blue" Size="2">-->
<!--        <font color=333333 style=font-family:tahoma;font-size:6pt>--->
</table>
test