제로보드 관련된 유용한 정보를 공유하는 곳입니다.
  • 웹미니 한줄 전광판 영역 입니다.
글 수 98

16

조회 수 : 3891 신고 : 0

profile
작성자 : title: [ani]깜빡이는 표정빽짱구
포인트 : 56933 | 레벨 : 25
출처 :  
http://www.nzeo.com/bbs/zboard.php?id=cgi_tip&page=1&sn1=&divpage=1&sn=off&ss=on&sc=off&keyword=다운로드&select_arrange=headnum&desc=asc&no=5478이글은 제로보드 유용팁란 Wassum 님이 올려주신 글입니다.

1. 먼저 제로보드 폴더에 있는 download.php 파일을 수정하여 주세요.

안에 있는 내용을 모두 지운후

<?
/***************************************************************************
* 공통 파일 include
**************************************************************************/
        include "_head.php";

        if(!$member[no]){
        if(!eregi($HTTP_HOST,$HTTP_REFERER)) die();
        }

/***************************************************************************
* 게시판 설정 체크
**************************************************************************/

// 사용권한 체크
        if($setup[grant_view]<$member[level]&&!$is_admin) Error("사용권한이 없습니다","login.php?id=$id&page=$page&page_num=$page_num&category=$category&sn=$sn&ss=$ss&sc=$sc&keyword=$keyword&no=$no&file=zboard.php");

// 현재글의 Download 수를 올림;;
        mysql_query("update $t_board"."_$id set download".$filenum."=download".$filenum."+1 where no='$no'");

        $data=mysql_fetch_array(mysql_query("select * from  $t_board"."_$id  where no='$no'"));

// 다운로드;;
$filename="file_name".$filenum;
$filename2="s_".$filename;

$filedir= $data[$filename];
$fileN= $data[$filename2];
$fileSize = filesize($filedir);

// 자료를 받는 회원의 포인트 차감 : 그러나 포인트가 10 이상이 아니라면 오류 메시지 띄우기
if($member[point1]>=1) {
        mysql_query("update $member_table set point1=point1-1 where user_id='$member[user_id]'");
} else {
        Error("다운로드하려면 10점이 필요합니다");}

if(strstr($HTTP_USER_AGENT, "MSIE 5.5")) {
header("Content-Type: doesn/matter");
header("Content-Disposition: filename=$fileN");
header("Content-Transfer-Encoding: binary");
Header("Content-length: $fileSize");
header("Pragma: no-cache");
header("Expires: 0");
} else {
Header("Content-type: file/unknown");
Header("Content-Disposition: attachment; filename=$fileN");
Header("Content-Description: PHP3 Generated Data");
Header("Content-length: $fileSize");
header("Pragma: no-cache");
header("Expires: 0");
}

if (is_file("$filedir")) {
if($connect) {
@mysql_close($connect);
unset($connect);
}
readfile($filedir);
}
?>


2. 적용할 스킨 폴더에 view.php

<?=$a_file_link1?> 앞부분에

<font class=thm8 onclick="return confirm('파일을 다운로드하면 포인트 10점이 감소됩니다..nn파일을 다운로드 하시겠습니까?')">

<?=$a_file_link2?> 앞부분에

<font class=thm8 onclick="return confirm('파일을 다운로드하면 포인트 10점이 감소됩니다..nn파일을 다운로드 하시겠습니까?')">

추가해주시면 됩니다.

profile 글쓴이 빽짱구

단점이 없는 사람은 장점도 거의 없다 - 에이브러햄 링컨

엮인글 :
https://web.webmini.net/zb4/17432/cc3/trackback
소중한 댓글 부탁드립니다.
추천수 10단위당 메달이 1개씩 노출되고, 추천수에 따라 배경색이 변하며, 일정수의 추천수를 받을시 BEST 아이콘이 붙게됩니다.
추천수에 따른 배경색 보기 본문으로 바로가기
  • 추천수 50개이상
  • 추천수 30개이상
  • 추천수 20개이상
  • 추천수 10개이상
  • 추천수 3개이상
닫기

첫번째 댓글을 남겨주세요!

List of Articles
번호 제목 글쓴이 날짜 추천 수sort 조회 수
78 best of best 게시물내용 읽을권한이 없을때 경고창 띄우고 회원가입 페이지로 이동 title: [ani]깜빡이는 표정빽짱구 2006-10-23 23 5001
77 best of best 내가 올린글에 달린 댓글(코멘트)를 원하는 만큼 모아보자 title: [ani]깜빡이는 표정빽짱구 2004-10-18 23 3316
76 best of best 회원이 적은 글에 코멘트달면 해당회원에게 쪽지로 알려주기 title: [ani]깜빡이는 표정빽짱구 2004-07-05 23 2229
75 best of best 회원가입시/수정시 글자제한하기 title: [ani]깜빡이는 표정빽짱구 2004-02-24 23 2379
74 best of best "where" 검색시 오류 뜨는것 해결 [1] title: [ani]깜빡이는 표정빽짱구 2005-01-02 22 2761
73 best of best 일반게시물에 최근 코멘트 달리면 코멘트숫자 색깔 변하게 하기 [1] title: [ani]깜빡이는 표정빽짱구 2004-07-12 22 2589
72 best of best 회원가입후 기본포인트 부여하기 title: [ani]깜빡이는 표정빽짱구 2004-04-20 22 2386
71 best of best 도배방지 하루 글쓰기 코맨트쓰기 제한하기 title: [ani]깜빡이는 표정빽짱구 2004-04-10 22 5542
70 best of best 회원가입시 나이제한하기 [1] title: [ani]깜빡이는 표정빽짱구 2004-03-07 22 2471
69 best of best 일정조회수 되면 Cool 마크 달기. [1] title: [ani]깜빡이는 표정빽짱구 2004-10-24 21 2858
68 best of best 글 작성 후 내용 자동으로 클립되기 [3] title: [ani]깜빡이는 표정빽짱구 2004-10-18 21 3248
67 best of best 회원가입시 추천인을 입력받도록하자 title: [ani]깜빡이는 표정빽짱구 2004-04-12 21 2709
66 best of best 현제접속자 title: [ani]깜빡이는 표정빽짱구 2004-08-14 20 2783
65 best of best 회원가입시 가입약관 먼저보여주기 title: [ani]깜빡이는 표정빽짱구 2004-03-06 20 3198
64 자동로그인 경고창에서 [확인] 클릭시 바로 로그인 title: [ani]깜빡이는 표정빽짱구 2006-10-23 19 5085
63 쪽지에 파일을 첨부하자!!! [1] title: [ani]깜빡이는 표정빽짱구 2004-10-24 19 5259
62 제로보드에 글이 올라오면 실시간으로 알려주는 프로그램 title: [ani]깜빡이는 표정빽짱구 2004-10-18 19 3138
61 새로올라온 게시물에 new아이콘 달기 [1] title: [ani]깜빡이는 표정빽짱구 2004-04-12 19 2177
60 제로카운터 설치법 (펌) [2] title: [ani]깜빡이는 표정빽짱구 2004-04-08 19 4176
59 회원탈퇴시 관리자에게 자동쪽지 오게하기 title: [ani]깜빡이는 표정빽짱구 2004-02-11 19 2569