코멘트를 남겨야 다운로드가 되는 gbview.skin.php > 그누보드&그샵

본문 바로가기

사이트 내 전체검색

뒤로가기 그누보드&그샵

팁텍 코멘트를 남겨야 다운로드가 되는 gbview.skin.php

본문

gbview.skin.php 파일 다운로드 들어갈 위치에 아래 소스 삽입


<?
// 파일 업로드 설정한 값만큼 출력
$sql = " select count(*) from {$cfg[write_table_prefix]}{$bo_table}
          where wr_parent_id = '$wr_id' ";
if ($member[mb_id]) {
    $sql .= " and mb_id = '$member[mb_id]' ";
} else {
    $sql .= " and wr_ip = '$REMOTE_ADDR' ";
}
$row = sql_fetch($sql);
// 코멘트를 남겨야 다운로드 받을 수 있음
if ($row[0] > 0 || $member[mb_level] >= $cfg[level_max]) {
    for ($i=1; $i<=$cfg[file_count]; $i++) {
        if (preg_match("/(\.gif|\.jp[e]*g|\.png|\.bmp)$/i", $file[$i][source])) {
            continue;
        }

        if ($file[$i][source]) {
            echo "<tr><td colspan=2 height=40>&nbsp;&nbsp;<span class=wview>Download</span> : <a href='{$file[$i][href]}'>{$file[$i][source]} ({$file[$i][size]})</a>, Down:{$file[$i][download]}</td></tr>";
        }
    }
}
?>

//관리자님

출처 :

첨부파일

댓글목록 0

등록된 댓글이 없습니다.


Fatal error: Uncaught DivisionByZeroError: Division by zero in /home1/hyusig/public_html/bbs/list.php:123 Stack trace: #0 /home1/hyusig/public_html/bbs/board.php(231): include_once() #1 {main} thrown in /home1/hyusig/public_html/bbs/list.php on line 123