텍스트텝매뉴 오류나는데 좀봐주세요 > 그누4 질문답변

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

텍스트텝매뉴 오류나는데 좀봐주세요 정보

텍스트텝매뉴 오류나는데 좀봐주세요

본문

오류내용

Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in /web/home/allra4/html/skin/latest/tab/latest.skin.php on line 47


소스내용 latest.skin.php

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

$img_width = '100'; //썸네일 가로길이
$img_height = '80'; //썸네일 세로길이
$img_quality = '100'; //퀼리티 100이하로 설정

if (!function_exists("imagecopyresampled")) alert("GD 2.0.1 이상 버전이 설치되어 있어야 사용할 수 있는 갤러리 게시판 입니다.");

$data_path = $g4[path]."/data/file/$bo_table";
$thumb_path = $data_path.'/thumb105'; //썸네일 이미지 생성 디렉토리

@mkdir($thumb_path, 0707);
@chmod($thumb_path, 0707);
?>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<?  for ($i=0; $i<count($list); $i++) {
 
 $img = "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='20'><img src='$latest_skin_path/img/box_01.gif' width='20' height='16'></td><td  background='$latest_skin_path/img/box_03.gif'><img src='$latest_skin_path/img/box_02.gif' width='17' height='16'></td><td width='21'><img src='$latest_skin_path/img/box_06.gif' width='21' height='16'></td></tr><tr><td valign='top' background='$latest_skin_path/img/box_12.gif'><img src='$latest_skin_path/img/box_07.gif' width='20' height='20'></td><td><img src='$latest_skin_path/img/noimage.gif' width='$img_width' height='$img_height' title='이미지 없음'></td><td valign='bottom' background='$latest_skin_path/img/box_10.gif'><img src='$latest_skin_path/img/box_14.gif' width='21' height='15'></td></tr><tr><td><img src='$latest_skin_path/img/box_15.gif' width='20' height='16'></td> <td background='$latest_skin_path/img/box_16.gif'><div align='right'><img src='$latest_skin_path/img/box_18.gif' width='20' height='16'></div></td><td><img src='$latest_skin_path/img
/box_19.gif' width='21' height='16'></td></tr></table>";
    $thumb = $thumb_path.'/'.$list[$i][wr_id];
  if (!file_exists($thumb)) {
        $file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
        // 업로드된 파일이 이미지라면
        if (preg_match("/\.(jp[e]?g|gif|png)$/i", $file) && file_exists($file)) {
            $size = getimagesize($file);
            if ($size[2] == 1)
                $src = imagecreatefromgif($file);
            else if ($size[2] == 2)
                $src = imagecreatefromjpeg($file);
            else if ($size[2] == 3)
                $src = imagecreatefrompng($file);
            else
                break;

   $rate = $img_width / $size[0];
            $height = (int)($size[1] * $rate);

            // 계산된 썸네일 이미지의 높이가 설정된 이미지의 높이보다 작다면
            if ($height < $img_height)
                // 계산된 이미지 높이로 복사본 이미지 생성
                $dst = imagecreatetruecolor($img_width, $height);
            else
                // 설정된 이미지 높이로 복사본 이미지 생성
                $dst = imagecreatetruecolor($img_width, $img_height);
            imagecopyresampled($dst, $src, 0, 0, 0, 0, $img_width, $height, $size[0], $size[1]);
            imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $img_quality);
            chmod($thumb_path.'/'.$list[$i][wr_id], 0606);
  }
  }

  if (file_exists($thumb)){
        $img = "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='20'><img src='$latest_skin_path/img/box_01.gif' width='20' height='16'></td><td  background='$latest_skin_path/img/box_03.gif'><img src='$latest_skin_path/img/box_02.gif' width='17' height='16'></td><td width='21'><img src='$latest_skin_path/img/box_06.gif' width='21' height='16'></td></tr><tr><td valign='top' background='$latest_skin_path/img/box_12.gif'><img src='$latest_skin_path/img/box_07.gif' width='20' height='20'></td><td align='center'><a href='{$list[$i][href]}'><img src='$thumb' width='$img_width' height='$img_height' border='0'></a></td><td valign='bottom' background='$latest_skin_path/img/box_10.gif'><img src='$latest_skin_path/img/box_14.gif' width='21' height='15'></td></tr><tr><td><img src='$latest_skin_path/img/box_15.gif' width='20' height='16'></td> <td background='$latest_skin_path/img/box_16.gif'><div align='right'><img src='$latest_skin_path/img/box_18.gif' width='20' height='16'></div></td><td><img src='$la
test_skin_path/img/box_19.gif' width='21' height='16'></td></tr></table>";
  }
?>
 <tr>
  <td colspan="2" valign="top">
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
   <tr height="6"><td></td></tr>
   <tr>
    <td valign=top>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr>
      <td><?=$img?></td>
      <td align="center" valign="top" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <? for ($i=0; $i<count($list); $i++) { ?>
       <tr height="23">
       <td><b>ㆍ</b>
       <?
       //날짜표시
       $date = explode("-", $date1);
       $year = $date[0];
       $month = $date[1];
       $day = $date[2];
       $latest_date = $year."-".$month."-".$day."";
       echo $list[$i]['icon_reply'] . " ";
       echo "<a href='{$list[$i]['href']}'>";
       if ($list[$i]['is_notice'])
        echo "<strong>{$list[$i]['subject']}</strong>";
       else
        echo "{$list[$i]['subject']}";
       echo "</a>";

       if ($list[$i]['comment_cnt'])
        echo " <a href=\"{$list[$i]['comment_href']}\" style='font-size:9px; color:#EE5A00; vertical-align:1px;'>{$list[$i]['comment_cnt']}</a>";
       echo " " . $list[$i]['icon_new'];
       echo " " . $list[$i]['icon_hot'];
       //echo " " . $list[$i]['icon_file'];
       echo " " . $list[$i]['icon_link'];
       //echo " " . $list[$i]['icon_secret'];
       echo "</td><td width=36 align=right>";
       echo "<font color=#bababa class=small>{$list[$i][datetime2]}</font> </td>";
       ?></td></tr><? } ?>
       
      </table>
      
      </td>
     </tr>
    </table>
    </td>
   </tr>
  </table>
  </td>
 </tr>
  <?}?>
<? if (count($list) == 0) { ?><tr><td align=center width="100%"><font color=#6A6A6A>현재 등록된 글이 없습니다.</a></td></tr><? } ?>
</table>

댓글 전체

전체 2 |RSS
그누4 질문답변 내용 검색
  • 개별 목록 구성 번호 제목 작성자 작성일 조회
  • 게시물이 없습니다.

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT