메인페이지 최근사진 엑박 뜨는데요

· 14년 전 · 2124
불당썸 그걸로 리스트는 수정을 했는데 index쪽은 안되더라구요 다른 사이트는 cimg 이런거 있어서 하라는대로 주석처리하고 하면 수정이 됐는데 이 사이트는 좀 다르게 되있어서 어렵네요 ;;
 
코드는
 
      <table width="347" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><a href="javascript:GoPage('6_3');"><img src="img/photo_tit.gif" width="347" height="43"></a></td>
        </tr>
        <tr>
          <td align="center"><!--포토갤러리_사이즈_123_76 -->
            <table border="10" cellspacing="0" cellpadding="0">
            <tr>
              <td width="137" height="92" align="center" background="img/photo_box.jpg">
<?
$sql_main = "select * from photo order by no DESC";
$page_view = 2;
$sq1=mysql_query("$sql_main limit $page_view");
$total = mysql_num_rows($sq1);
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
     <table width="123" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="76"><!--포토갤러리_사이즈_123_76 -->
     <?if($file_name[0]){?>
                      <A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
                  </tr>
              </table>
     </td>
              <td width="30" height="92"> </td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
              <td width="137" align="center" background="img/photo_box.jpg">
     <table width="123" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="76"><?if($file_name[0]){?>
                      <A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
                  </tr>
              </table>
     </td>
            </tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
            <tr>
              <td height="25" align="center" class="main_photo_tit"><!--타이틀출력 -->
                <?=textCut($sq[subject],20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
              <td align="center" class="main_photo_tit"> </td>
              <td align="center" class="main_photo_tit"><?=textCut($sq[subject],20)?></td>
            </tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
            <tr>
              <td height="30" class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
              <td> </td>
              <td class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td> </td>
        </tr>
      </table></td>
  </tr>
</table>
 
이렇게 되있습니다
 
어디를 수정해야 할까요 ㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 4,070
14년 전 조회 2,079
14년 전 조회 1,633
14년 전 조회 2,519
14년 전 조회 1,738
14년 전 조회 6,078
14년 전 조회 1,726
14년 전 조회 2,095
14년 전 조회 1,699
14년 전 조회 1,753
14년 전 조회 1,870
14년 전 조회 2,680
14년 전 조회 2,529
14년 전 조회 2,225
14년 전 조회 2,415
14년 전 조회 4,618
14년 전 조회 1,713
14년 전 조회 2,624
14년 전 조회 2,433
14년 전 조회 1,581
14년 전 조회 1,709
14년 전 조회 1,565
14년 전 조회 9,351
14년 전 조회 1,846
14년 전 조회 2,636
14년 전 조회 2,297
14년 전 조회 1,703
14년 전 조회 1,466
14년 전 조회 4,693
14년 전 조회 1,511
14년 전 조회 1,663
14년 전 조회 2,734
14년 전 조회 2,214
14년 전 조회 2,267
14년 전 조회 1,956
14년 전 조회 1,931
14년 전 조회 1,660
14년 전 조회 2,200
14년 전 조회 1,838
14년 전 조회 2,682
14년 전 조회 2,010
14년 전 조회 3,709
14년 전 조회 1,546
14년 전 조회 3,208
14년 전 조회 3,566
14년 전 조회 5,333
14년 전 조회 1,920
14년 전 조회 2,143
14년 전 조회 2,337
14년 전 조회 2,125
14년 전 조회 2,174
14년 전 조회 3,827
14년 전 조회 2,244
14년 전 조회 1,974
14년 전 조회 2,119
14년 전 조회 2,102
14년 전 조회 1,812
14년 전 조회 2,660
14년 전 조회 2,996
14년 전 조회 2,364
14년 전 조회 1,929
14년 전 조회 1,913
14년 전 조회 1,772
14년 전 조회 2,570
14년 전 조회 3,591
14년 전 조회 2,314
14년 전 조회 2,581
14년 전 조회 2,097
14년 전 조회 2,119
14년 전 조회 2,322
14년 전 조회 1,876
14년 전 조회 1,799
14년 전 조회 1,857
14년 전 조회 2,182
14년 전 조회 2,220
14년 전 조회 1,987
14년 전 조회 1,754
14년 전 조회 2,020
14년 전 조회 1,991
14년 전 조회 1,899
14년 전 조회 2,031
14년 전 조회 1,929
14년 전 조회 2,223
14년 전 조회 1,981
14년 전 조회 2,112
14년 전 조회 2,645
14년 전 조회 1,599
14년 전 조회 3,885
14년 전 조회 1,579
14년 전 조회 1,807
14년 전 조회 1,550
14년 전 조회 1,967
14년 전 조회 1,877
14년 전 조회 2,162
14년 전 조회 1,655
14년 전 조회 2,742
14년 전 조회 2,403
14년 전 조회 1,964
14년 전 조회 7,665
14년 전 조회 1,585