define('MAXPAGE',20);
define('LIBDIR', '../m/admin/_inc/');
require_once( LIBDIR."config.php" );
require_once( LIBDIR."tool.php" );
require_once( LIBDIR."form.php" );
require_once( LIBDIR."data.php" );
require_once( LIBDIR."gazou.php" );
require_once( LIBDIR."db.php" );
$tmp_y='';
$dir=fnc_get('d');
$memostr='';
$title='';
$msg='';
$list='';
if (fnc_get('u')!=''){
$rad='';
$binfo='';
if (isset($_SERVER['REMOTE_ADDR']))$rad=$_SERVER['REMOTE_ADDR'];
if (isset($_SERVER['HTTP_USER_AGENT']))$binfo=$_SERVER['HTTP_USER_AGENT'];
$tmp=fnc_get('u');
list($tmp_dir,$tmp_fl)=explode('/',$tmp.'/');
$mailtitle='[ART]ZIPダウンロード画面でダウンロードが開始されました。';
$text=" \n";
$text.="■ZIPダウンロードが実行されました。 \n";
$text.="下記、ZIPダウンロード画面でダウンロードが開始されました。 \n";
$text.=" \n";
$text.="------------------------------------------ \n";
$text.="URL: http://art-camera.net/uploadzipfiledir/zipimg.php?d=".$tmp_dir." \n";
$text.="ファイル名: ".$tmp_fl." \n";
$text.="------------------------------------------ \n";
$text.=" \n";
$text.="ダウンロードされたお客様のブラウザ・IP情報 \n";
$text.=" \n";
$text.="IPアドレス: ".$rad."\n";
$text.="ブラウザ情報:".$binfo." \n";
$text.="ダウンロード開始時刻:".date("Y/m/d H:i:s")." \n";
fnc_sendmail(ADMINMAIL,ADMINMAIL,$mailtitle,$text);
header("Location: ".fnc_get('u'));
exit;
}
define('MYPAGE', 'zipimg.php?d='.$dir);
#条件検索画面、エリア検索画面用
db_open();
$sql="select title from tbl_zipimg where delflg!='1' and dirname='".dbdata_set($dir)."'";
$title=get_sqldata($sql);
$sql="select memostr from tbl_zipimg where delflg!='1' and dirname='".dbdata_set($dir)."'";
$memostr=get_sqldata($sql);
define('IMGDIR', ''.$dir.'/');
define('ZIPNAME', '../m/upimg/zipdl/dl_'.$dir.'.zip');
if (fnc_req('make')=='2'){
if (file_exists(ZIPNAME)){
unlink(ZIPNAME);
}
exec('zip -r '.ZIPNAME.' '.IMGDIR);
$msg='ダウンロードファイル作成が完了しました。
';
}
#
#if (file_exists(ZIPNAME)){
# $list.='