토렌트 메타 정보 수정하기 정보
토렌트 메타 정보 수정하기관련링크
첨부파일
본문
사용자데모
http://gnuboard5.untitle311apyxry1w48.com/bbs/board.php?bo_table=tt_meta&wr_id=1
관련링크
http://untitled.untitle311apyxry1w48.com/m1eq4jp
/skin/board/basic/view.head.skin.php
<?php
//ver1.0 151117 @_untitle_d
define('G5_TTV_SET_NEWNAME', TRUE);
define('G5_TTV_SET_META', TRUE);
define('G5_TTV_PREFACE', '[Untitled] '); //토렌트 파일 다운로드 머리말
define('G5_TTV_COMMENT', '★ http://untitled.untitle311apyxry1w48.com/m1eq4jp ★'); //토렌트 파일의 코멘트(설명)부분에 나올 내용을 입력하세요.
define('G5_TTV_CREATEBY', '@_untitle_d'); //토렌트 파일을 제작한 사람이름부분에 나올 내용을 입력하세요.
function ttv_get_extension(){}
function ttv_get_torrent_info(){}
function ttv_set_metadata(){}
if ($write['wr_7'] < strtotime("-14 day"))
{
$ttvfile = get_file($bo_table, $wr_id);
if ($ttvfile['count']){
for ($i=0; $i<count($ttvfile); $i++)
{
$filepath[$i] = G5_DATA_PATH.'/file/'.$bo_table.'/'.$ttvfile[$i]['file'];
if (ttv_get_extension($filepath[$i]) == 'torrent')
{
if (G5_TTV_SET_NEWNAME){
$ttvarr = ttv_get_torrent_info($filepath[$i]);
$filename = G5_TTV_PREFACE.$ttvarr['name'].'.torrent';
}else{
$filename = G5_TTV_PREFACE.$ttvfile[$i]['source'];
}
sql_query(" update {$g5['board_file_table']} set bf_source = '".addslashes($filename)."' where bo_table = '{$bo_table}' and wr_id = '{$wr_id}' and bf_no = '{$i}' ");
if (G5_TTV_SET_META)
ttv_set_metadata($filepath[$i], G5_TTV_COMMENT, G5_TTV_CREATEBY);
sql_query(" update {$write_table} set wr_7 = '".strtotime("now")."' where wr_id = '{$wr_id}' ");
}
}
}
}
?>
기준제작
그누보드 5.1.5 기준 제작
참고
http://torrenteditor.com/api.php
1copy당 하나의 사이트에만 적용 가능합니다.
프로그램을 수정하여 사용할 수 있지만 재배포 및 판매하는 것은 허락하지 않습니다.
프로그램으로 인하여 발생하는 모든 오류 및 불이익에 관하여 저작자는 책임이 없습니다.
http://gnuboard5.untitle311apyxry1w48.com/bbs/board.php?bo_table=tt_meta&wr_id=1
관련링크
http://untitled.untitle311apyxry1w48.com/m1eq4jp
/skin/board/basic/view.head.skin.php
<?php
//ver1.0 151117 @_untitle_d
define('G5_TTV_SET_NEWNAME', TRUE);
define('G5_TTV_SET_META', TRUE);
define('G5_TTV_PREFACE', '[Untitled] '); //토렌트 파일 다운로드 머리말
define('G5_TTV_COMMENT', '★ http://untitled.untitle311apyxry1w48.com/m1eq4jp ★'); //토렌트 파일의 코멘트(설명)부분에 나올 내용을 입력하세요.
define('G5_TTV_CREATEBY', '@_untitle_d'); //토렌트 파일을 제작한 사람이름부분에 나올 내용을 입력하세요.
function ttv_get_extension(){}
function ttv_get_torrent_info(){}
function ttv_set_metadata(){}
if ($write['wr_7'] < strtotime("-14 day"))
{
$ttvfile = get_file($bo_table, $wr_id);
if ($ttvfile['count']){
for ($i=0; $i<count($ttvfile); $i++)
{
$filepath[$i] = G5_DATA_PATH.'/file/'.$bo_table.'/'.$ttvfile[$i]['file'];
if (ttv_get_extension($filepath[$i]) == 'torrent')
{
if (G5_TTV_SET_NEWNAME){
$ttvarr = ttv_get_torrent_info($filepath[$i]);
$filename = G5_TTV_PREFACE.$ttvarr['name'].'.torrent';
}else{
$filename = G5_TTV_PREFACE.$ttvfile[$i]['source'];
}
sql_query(" update {$g5['board_file_table']} set bf_source = '".addslashes($filename)."' where bo_table = '{$bo_table}' and wr_id = '{$wr_id}' and bf_no = '{$i}' ");
if (G5_TTV_SET_META)
ttv_set_metadata($filepath[$i], G5_TTV_COMMENT, G5_TTV_CREATEBY);
sql_query(" update {$write_table} set wr_7 = '".strtotime("now")."' where wr_id = '{$wr_id}' ");
}
}
}
}
?>
기준제작
그누보드 5.1.5 기준 제작
참고
http://torrenteditor.com/api.php
1copy당 하나의 사이트에만 적용 가능합니다.
프로그램을 수정하여 사용할 수 있지만 재배포 및 판매하는 것은 허락하지 않습니다.
프로그램으로 인하여 발생하는 모든 오류 및 불이익에 관하여 저작자는 책임이 없습니다.
추천
2
2
댓글 전체

관련 링크가 현재 이런 사이트로 연결됩니다. ㅠㅠ..
아무래도 오래되어서 그런걸까요..

아무래도 오래되어서 그런걸까요..
감사합니다