[제나플러스] 최신배너 소스
페이지 정보
본문
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$img_w = 190; // 이미지 가로
$img_h = 80; // 이미지 세로
?>
<table width="190" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td align="center">
<? if ($list[$i][wr_link1]) {
echo "<a href='{$list[$i][wr_link1]}' target='{$list[$i][wr_2]}'>";
} else {
echo "<a href='javascript://'>";
}
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/<?=$bo_table?>/<?=$image?>' border='0' align='absmiddle'></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', '$img_w', '$img_h', 'transparent'));</script>";}
?>
</td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<td height=50 align=center><a href='$g4[bbs_path]/board.php?bo_table=$bo_table'>배너를 입력해 주세요.</a></td>"; } ?>
</table>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$img_w = 190; // 이미지 가로
$img_h = 80; // 이미지 세로
?>
<table width="190" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td align="center">
<? if ($list[$i][wr_link1]) {
echo "<a href='{$list[$i][wr_link1]}' target='{$list[$i][wr_2]}'>";
} else {
echo "<a href='javascript://'>";
}
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/<?=$bo_table?>/<?=$image?>' border='0' align='absmiddle'></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', '$img_w', '$img_h', 'transparent'));</script>";}
?>
</td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<td height=50 align=center><a href='$g4[bbs_path]/board.php?bo_table=$bo_table'>배너를 입력해 주세요.</a></td>"; } ?>
</table>
추천0