불당썸 그걸로 리스트는 수정을 했는데 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>
<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>
이렇게 되있습니다
어디를 수정해야 할까요 ㅠ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7530 | 10년 전 | 827 | ||
| 7529 |
파랑새1597
|
10년 전 | 1253 | |
| 7528 |
파랑새1597
|
10년 전 | 1335 | |
| 7527 |
integrity7
|
10년 전 | 1423 | |
| 7526 | 10년 전 | 2448 | ||
| 7525 |
다빈치코드777
|
10년 전 | 1126 | |
| 7524 | 10년 전 | 1596 | ||
| 7523 | 10년 전 | 986 | ||
| 7522 |
|
10년 전 | 1013 | |
| 7521 |
blackkil
|
10년 전 | 1899 | |
| 7520 | 10년 전 | 1315 | ||
| 7519 |
Gaumi
|
10년 전 | 1096 | |
| 7518 | 10년 전 | 1507 | ||
| 7517 | 10년 전 | 843 | ||
| 7516 | 10년 전 | 1314 | ||
| 7515 | 10년 전 | 1431 | ||
| 7514 |
|
10년 전 | 4501 | |
| 7513 |
멋진남자임
|
10년 전 | 1143 | |
| 7512 |
다빈치코드777
|
10년 전 | 901 | |
| 7511 |
|
10년 전 | 3419 | |
| 7510 | 10년 전 | 1386 | ||
| 7509 | 10년 전 | 1164 | ||
| 7508 | 10년 전 | 731 | ||
| 7507 |
senseme
|
10년 전 | 775 | |
| 7506 |
멋진남자임
|
10년 전 | 1668 | |
| 7505 | 10년 전 | 4050 | ||
| 7504 | 10년 전 | 2176 | ||
| 7503 | 10년 전 | 1010 | ||
| 7502 | 10년 전 | 535 | ||
| 7501 | 10년 전 | 1463 | ||
| 7500 | 10년 전 | 1510 | ||
| 7499 | 10년 전 | 3420 | ||
| 7498 | 10년 전 | 1265 | ||
| 7497 |
dethos79
|
10년 전 | 2985 | |
| 7496 | 10년 전 | 2204 | ||
| 7495 | 10년 전 | 927 | ||
| 7494 |
CHAVO
|
10년 전 | 1161 | |
| 7493 | 10년 전 | 2675 | ||
| 7492 | 10년 전 | 1306 | ||
| 7491 | 10년 전 | 1519 | ||
| 7490 | 10년 전 | 2365 | ||
| 7489 | 10년 전 | 2135 | ||
| 7488 |
toptopon
|
10년 전 | 918 | |
| 7487 |
|
10년 전 | 1062 | |
| 7486 | 10년 전 | 3379 | ||
| 7485 | 10년 전 | 1333 | ||
| 7484 | 10년 전 | 1388 | ||
| 7483 | 10년 전 | 1045 | ||
| 7482 | 10년 전 | 677 | ||
| 7481 | 10년 전 | 871 | ||
| 7480 | 10년 전 | 1252 | ||
| 7479 | 10년 전 | 2625 | ||
| 7478 | 10년 전 | 1191 | ||
| 7477 |
멋진남자임
|
10년 전 | 1538 | |
| 7476 |
zeppeto
|
10년 전 | 1151 | |
| 7475 |
200점아빠
|
10년 전 | 935 | |
| 7474 | 10년 전 | 4021 | ||
| 7473 | 10년 전 | 1010 | ||
| 7472 |
나르시스1
|
10년 전 | 1261 | |
| 7471 | 10년 전 | 889 | ||
| 7470 | 10년 전 | 1310 | ||
| 7469 |
플라이SINJI
|
10년 전 | 1021 | |
| 7468 |
|
10년 전 | 581 | |
| 7467 |
|
10년 전 | 705 | |
| 7466 | 10년 전 | 1153 | ||
| 7465 | 10년 전 | 1204 | ||
| 7464 |
|
10년 전 | 1219 | |
| 7463 | 10년 전 | 1280 | ||
| 7462 |
진짜별사탕
|
10년 전 | 882 | |
| 7461 | 10년 전 | 968 | ||
| 7460 | 10년 전 | 3765 | ||
| 7459 |
멋진남자임
|
10년 전 | 1580 | |
| 7458 |
멋진남자임
|
10년 전 | 509 | |
| 7457 | 10년 전 | 936 | ||
| 7456 | 10년 전 | 784 | ||
| 7455 | 11년 전 | 2197 | ||
| 7454 | 11년 전 | 646 | ||
| 7453 | 11년 전 | 856 | ||
| 7452 |
중국어사이트제작
|
11년 전 | 521 | |
| 7451 | 11년 전 | 928 | ||
| 7450 | 11년 전 | 649 | ||
| 7449 |
울라라라우
|
11년 전 | 968 | |
| 7448 | 11년 전 | 1642 | ||
| 7447 |
멋진남자임
|
11년 전 | 528 | |
| 7446 | 11년 전 | 576 | ||
| 7445 |
네이비칼라
|
11년 전 | 1712 | |
| 7444 |
senseme
|
11년 전 | 1427 | |
| 7443 | 11년 전 | 1358 | ||
| 7442 | 11년 전 | 749 | ||
| 7441 |
멋진남자임
|
11년 전 | 1461 | |
| 7440 | 11년 전 | 932 | ||
| 7439 |
|
11년 전 | 787 | |
| 7438 |
|
11년 전 | 957 | |
| 7437 |
basement
|
11년 전 | 1054 | |
| 7436 |
잘살아보자
|
11년 전 | 1148 | |
| 7435 | 11년 전 | 1108 | ||
| 7434 | 11년 전 | 3802 | ||
| 7433 |
|
11년 전 | 2778 | |
| 7432 |
alexkim
|
11년 전 | 882 | |
| 7431 |
이웃집초보
|
11년 전 | 1328 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기