이해가 않가네요.ㅡ.ㅡ; 페이지 정보 작성자 맙소사쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일 06-06-16 09:08 조회 19,762 댓글 2 본문 http://zeronara.net/bbs/tb.php/z2_3/39 여기 스킨에 플레시를 넣으려고 하거든요? 어느파일에 아빠님께서 알려주신 소스를 ㄴ허어야 하나요.? 추천0 댓글목록 2 제로님의 댓글 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일 06-06-16 09:37 list.php파일에서 <? $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면 if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'> "; } else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed> "; } ?> 이렇게 고쳐보세요~! list.php파일에서 <? $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면 if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'> "; } else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed> "; } ?> 이렇게 고쳐보세요~! 맹물님의 댓글의 댓글 맹물쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일 06-06-16 13:40 또 하나배워갑니다요~ 또 하나배워갑니다요~
제로님의 댓글 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일 06-06-16 09:37 list.php파일에서 <? $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면 if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'> "; } else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed> "; } ?> 이렇게 고쳐보세요~! list.php파일에서 <? $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면 if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'> "; } else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) { echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed> "; } ?> 이렇게 고쳐보세요~!
맹물님의 댓글의 댓글 맹물쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일 06-06-16 13:40 또 하나배워갑니다요~ 또 하나배워갑니다요~
제로님의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일list.php파일에서
<?
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'> ";
}
else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; }
else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed> ";
}
?>
이렇게 고쳐보세요~!