이상한일입니다.....질답게시판을 뒤져도 해결이안되서요...
페이지 정보
본문
댓글목록
제로님의 댓글의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
가끔 서버환경에 따라서 최근글 배너가 작동을 안하는 경우가 있습니다~!..
코드 수정해 보세요~!
<?
if (!defined("_GNUBOARD_")) exit;
$banner_width="680";
$banner_height="100";
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td align="center">
<?
echo "<a href='{$list[$i][wr_1]}' target='{$list[$i][wr_2]}'>";
$image = urlencode($list[$i][file][0][file]);
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/<?=$bo_table?>/<?=$image?>' width='<?=$banner_width?>' border='0'></a>
<?}
else if(preg_match("/\.(swf|wmv|asf)$/i", $image))
{ echo"<script>doc_write(flash_movie('$g4[path]/data/file/$bo_table/$image', 'flash$i', '$banner_width', '$banner_height', 'transparent'));</script>";}
else{
echo"<img src='$latest_skin_path/img/noimage.gif' width='$banner_width' border='0'></a>";
}?>
</td>
</tr>
<? } ?>
</table>