2020-01-18 12:12:21 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
2020-08-16 03:37:28 +00:00
|
|
|
|
global $timezones;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $slash;
|
|
|
|
|
global $drive;
|
|
|
|
|
|
|
|
|
|
global $EnvConfigs;
|
|
|
|
|
$EnvConfigs = [
|
|
|
|
|
// 1 inner, 0 common
|
|
|
|
|
// 1 showed/enableEdit, 0 hidden/disableEdit
|
|
|
|
|
// 1 base64 to save, 0 not base64
|
|
|
|
|
'APIKey' => 0b000, // used in heroku.
|
|
|
|
|
'SecretId' => 0b000, // used in SCF.
|
|
|
|
|
'SecretKey' => 0b000, // used in SCF.
|
|
|
|
|
'AccessKeyID' => 0b000, // used in FC.
|
|
|
|
|
'AccessKeySecret' => 0b000, // used in FC.
|
|
|
|
|
'HW_urn' => 0b000, // used in FG.
|
|
|
|
|
'HW_key' => 0b000, // used in FG.
|
|
|
|
|
'HW_secret' => 0b000, // used in FG.
|
|
|
|
|
'function_name' => 0b000, // used in heroku.
|
|
|
|
|
|
2021-01-15 03:18:42 +00:00
|
|
|
|
'admin' => 0b000,
|
2021-01-15 03:10:08 +00:00
|
|
|
|
'adminloginpage' => 0b010,
|
|
|
|
|
'autoJumpFirstDisk' => 0b010,
|
|
|
|
|
'background' => 0b011,
|
|
|
|
|
'backgroundm' => 0b011,
|
|
|
|
|
'disableShowThumb' => 0b010,
|
|
|
|
|
'disableChangeTheme'=> 0b010,
|
|
|
|
|
'disktag' => 0b000,
|
|
|
|
|
'hideFunctionalityFile'=> 0b010,
|
|
|
|
|
'timezone' => 0b010,
|
|
|
|
|
'passfile' => 0b011,
|
|
|
|
|
'sitename' => 0b011,
|
|
|
|
|
'customScript' => 0b011,
|
|
|
|
|
'customCss' => 0b011,
|
|
|
|
|
'customTheme' => 0b011,
|
|
|
|
|
'theme' => 0b010,
|
|
|
|
|
|
|
|
|
|
'Driver' => 0b100,
|
|
|
|
|
'client_id' => 0b100,
|
|
|
|
|
'client_secret' => 0b101,
|
|
|
|
|
'diskname' => 0b111,
|
|
|
|
|
'domain_path' => 0b111,
|
|
|
|
|
'downloadencrypt' => 0b110,
|
|
|
|
|
'guestup_path' => 0b111,
|
|
|
|
|
'sharepointSite' => 0b101,
|
|
|
|
|
'shareurl' => 0b101,
|
|
|
|
|
//'sharecookie' => 0b101,
|
|
|
|
|
'shareapiurl' => 0b101,
|
|
|
|
|
'siteid' => 0b100,
|
|
|
|
|
'domainforproxy' => 0b111,
|
|
|
|
|
'public_path' => 0b111,
|
|
|
|
|
'refresh_token' => 0b100,
|
|
|
|
|
'token_expires' => 0b100,
|
|
|
|
|
'default_drive_id' => 0b100,
|
|
|
|
|
'default_sbox_drive_id'=> 0b100,
|
2020-02-20 04:07:51 +00:00
|
|
|
|
];
|
|
|
|
|
|
2020-04-05 06:32:23 +00:00
|
|
|
|
$timezones = array(
|
|
|
|
|
'-12'=>'Pacific/Kwajalein',
|
|
|
|
|
'-11'=>'Pacific/Samoa',
|
|
|
|
|
'-10'=>'Pacific/Honolulu',
|
|
|
|
|
'-9'=>'America/Anchorage',
|
|
|
|
|
'-8'=>'America/Los_Angeles',
|
|
|
|
|
'-7'=>'America/Denver',
|
|
|
|
|
'-6'=>'America/Mexico_City',
|
|
|
|
|
'-5'=>'America/New_York',
|
|
|
|
|
'-4'=>'America/Caracas',
|
|
|
|
|
'-3.5'=>'America/St_Johns',
|
|
|
|
|
'-3'=>'America/Argentina/Buenos_Aires',
|
|
|
|
|
'-2'=>'America/Noronha',
|
|
|
|
|
'-1'=>'Atlantic/Azores',
|
|
|
|
|
'0'=>'UTC',
|
|
|
|
|
'1'=>'Europe/Paris',
|
|
|
|
|
'2'=>'Europe/Helsinki',
|
|
|
|
|
'3'=>'Europe/Moscow',
|
|
|
|
|
'3.5'=>'Asia/Tehran',
|
|
|
|
|
'4'=>'Asia/Baku',
|
|
|
|
|
'4.5'=>'Asia/Kabul',
|
|
|
|
|
'5'=>'Asia/Karachi',
|
|
|
|
|
'5.5'=>'Asia/Calcutta', //Asia/Colombo
|
|
|
|
|
'6'=>'Asia/Dhaka',
|
|
|
|
|
'6.5'=>'Asia/Rangoon',
|
|
|
|
|
'7'=>'Asia/Bangkok',
|
|
|
|
|
'8'=>'Asia/Shanghai',
|
|
|
|
|
'9'=>'Asia/Tokyo',
|
|
|
|
|
'9.5'=>'Australia/Darwin',
|
|
|
|
|
'10'=>'Pacific/Guam',
|
|
|
|
|
'11'=>'Asia/Magadan',
|
|
|
|
|
'12'=>'Asia/Kamchatka'
|
|
|
|
|
);
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
function isCommonEnv($str)
|
|
|
|
|
{
|
|
|
|
|
global $EnvConfigs;
|
|
|
|
|
if (isset($EnvConfigs[$str])) return ( $EnvConfigs[$str] & 0b100 ) ? false : true;
|
|
|
|
|
else return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function isInnerEnv($str)
|
|
|
|
|
{
|
|
|
|
|
global $EnvConfigs;
|
|
|
|
|
if (isset($EnvConfigs[$str])) return ( $EnvConfigs[$str] & 0b100 ) ? true : false;
|
|
|
|
|
else return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function isShowedEnv($str)
|
|
|
|
|
{
|
|
|
|
|
global $EnvConfigs;
|
|
|
|
|
if (isset($EnvConfigs[$str])) return ( $EnvConfigs[$str] & 0b010 ) ? true : false;
|
|
|
|
|
else return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function isBase64Env($str)
|
|
|
|
|
{
|
|
|
|
|
global $EnvConfigs;
|
|
|
|
|
if (isset($EnvConfigs[$str])) return ( $EnvConfigs[$str] & 0b001 ) ? true : false;
|
|
|
|
|
else return null;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-01 10:44:50 +00:00
|
|
|
|
function main($path)
|
|
|
|
|
{
|
|
|
|
|
global $exts;
|
|
|
|
|
global $constStr;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $slash;
|
|
|
|
|
global $drive;
|
2020-04-01 10:44:50 +00:00
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$slash = '/';
|
|
|
|
|
if (strpos(__DIR__, ':')) $slash = '\\';
|
2020-05-14 10:05:43 +00:00
|
|
|
|
$_SERVER['php_starttime'] = microtime(true);
|
2020-05-11 05:11:07 +00:00
|
|
|
|
$path = path_format($path);
|
2020-04-04 05:50:29 +00:00
|
|
|
|
if (in_array($_SERVER['firstacceptlanguage'], array_keys($constStr['languages']))) {
|
|
|
|
|
$constStr['language'] = $_SERVER['firstacceptlanguage'];
|
|
|
|
|
} else {
|
|
|
|
|
$prelang = splitfirst($_SERVER['firstacceptlanguage'], '-')[0];
|
|
|
|
|
foreach ( array_keys($constStr['languages']) as $lang) {
|
|
|
|
|
if ($prelang == splitfirst($lang, '-')[0]) {
|
|
|
|
|
$constStr['language'] = $lang;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-04-02 10:18:08 +00:00
|
|
|
|
if (isset($_COOKIE['language'])&&$_COOKIE['language']!='') $constStr['language'] = $_COOKIE['language'];
|
2020-04-01 10:44:50 +00:00
|
|
|
|
if ($constStr['language']=='') $constStr['language'] = 'en-us';
|
|
|
|
|
$_SERVER['language'] = $constStr['language'];
|
2020-04-05 05:45:28 +00:00
|
|
|
|
$_SERVER['timezone'] = getConfig('timezone');
|
|
|
|
|
if (isset($_COOKIE['timezone'])&&$_COOKIE['timezone']!='') $_SERVER['timezone'] = $_COOKIE['timezone'];
|
|
|
|
|
if ($_SERVER['timezone']=='') $_SERVER['timezone'] = 0;
|
2020-04-01 10:44:50 +00:00
|
|
|
|
$_SERVER['PHP_SELF'] = path_format($_SERVER['base_path'] . $path);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
|
2020-04-01 10:44:50 +00:00
|
|
|
|
|
|
|
|
|
if (getConfig('admin')=='') return install();
|
|
|
|
|
if (getConfig('adminloginpage')=='') {
|
|
|
|
|
$adminloginpage = 'admin';
|
|
|
|
|
} else {
|
|
|
|
|
$adminloginpage = getConfig('adminloginpage');
|
|
|
|
|
}
|
|
|
|
|
if (isset($_GET[$adminloginpage])) {
|
|
|
|
|
if (isset($_GET['preview'])) {
|
|
|
|
|
$url = $_SERVER['PHP_SELF'] . '?preview';
|
|
|
|
|
} else {
|
|
|
|
|
$url = path_format($_SERVER['PHP_SELF'] . '/');
|
|
|
|
|
}
|
|
|
|
|
if (getConfig('admin')!='') {
|
|
|
|
|
if ($_POST['password1']==getConfig('admin')) {
|
2020-08-21 08:44:55 +00:00
|
|
|
|
return adminform('admin', pass2cookie('admin', $_POST['password1']), $url);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
} else return adminform();
|
|
|
|
|
} else {
|
|
|
|
|
return output('', 302, [ 'Location' => $url ]);
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-09-03 03:19:50 +00:00
|
|
|
|
if ( isset($_COOKIE['admin'])&&$_COOKIE['admin']==pass2cookie('admin', getConfig('admin')) ) {
|
|
|
|
|
$_SERVER['admin']=1;
|
|
|
|
|
$_SERVER['needUpdate'] = needUpdate();
|
|
|
|
|
} else {
|
|
|
|
|
$_SERVER['admin']=0;
|
|
|
|
|
}
|
2020-04-01 10:44:50 +00:00
|
|
|
|
if (isset($_GET['setup']))
|
|
|
|
|
if ($_SERVER['admin']) {
|
|
|
|
|
// setup Environments. 设置,对环境变量操作
|
|
|
|
|
return EnvOpt($_SERVER['needUpdate']);
|
|
|
|
|
} else {
|
|
|
|
|
$url = path_format($_SERVER['PHP_SELF'] . '/');
|
|
|
|
|
return output('<script>alert(\''.getconstStr('SetSecretsFirst').'\');</script>', 302, [ 'Location' => $url ]);
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-04 06:38:20 +00:00
|
|
|
|
$_SERVER['sitename'] = getConfig('sitename');
|
|
|
|
|
if (empty($_SERVER['sitename'])) $_SERVER['sitename'] = getconstStr('defaultSitename');
|
2020-04-01 10:44:50 +00:00
|
|
|
|
$_SERVER['base_disk_path'] = $_SERVER['base_path'];
|
2020-09-03 03:19:50 +00:00
|
|
|
|
$disktags = explode("|", getConfig('disktag'));
|
2020-04-01 10:44:50 +00:00
|
|
|
|
// echo 'count$disk:'.count($disktags);
|
|
|
|
|
if (count($disktags)>1) {
|
2020-08-04 06:38:20 +00:00
|
|
|
|
if ($path=='/'||$path=='') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$files['type'] = 'folder';
|
|
|
|
|
$files['childcount'] = count($disktags);
|
2020-09-03 03:19:50 +00:00
|
|
|
|
$files['showname'] = 'root';
|
2020-08-17 09:31:51 +00:00
|
|
|
|
foreach ($disktags as $disktag) {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$files['list'][$disktag]['type'] = 'folder';
|
|
|
|
|
$files['list'][$disktag]['name'] = $disktag;
|
|
|
|
|
$files['list'][$disktag]['showname'] = getConfig('diskname', $disktag);
|
2020-08-17 09:31:51 +00:00
|
|
|
|
}
|
2020-08-04 06:38:20 +00:00
|
|
|
|
if ($_GET['json']) {
|
|
|
|
|
// return a json
|
2021-01-16 04:27:41 +00:00
|
|
|
|
return output(json_encode($files), 200, ['Content-Type' => 'application/json']);
|
2020-08-17 09:31:51 +00:00
|
|
|
|
}
|
2021-01-16 04:27:41 +00:00
|
|
|
|
if (getConfig('autoJumpFirstDisk')) return output('', 302, [ 'Location' => path_format($_SERVER['base_path'].'/'.$disktags[0].'/') ]);
|
2020-09-03 03:19:50 +00:00
|
|
|
|
} else {
|
|
|
|
|
$_SERVER['disktag'] = splitfirst( substr(path_format($path), 1), '/' )[0];
|
|
|
|
|
//$pos = strpos($path, '/');
|
|
|
|
|
//if ($pos>1) $_SERVER['disktag'] = substr($path, 0, $pos);
|
|
|
|
|
if (!in_array($_SERVER['disktag'], $disktags)) {
|
|
|
|
|
$tmp = path_format($_SERVER['base_path'] . '/' . $disktags[0] . '/' . $path);
|
|
|
|
|
if (!!$_GET) {
|
|
|
|
|
$tmp .= '?';
|
|
|
|
|
foreach ($_GET as $k => $v) {
|
|
|
|
|
if ($v === true) $tmp .= $k . '&';
|
|
|
|
|
else $tmp .= $k . '=' . $v . '&';
|
|
|
|
|
}
|
|
|
|
|
$tmp = substr($tmp, 0, -1);
|
|
|
|
|
}
|
|
|
|
|
return output('Please visit <a href="' . $tmp . '">' . $tmp . '</a>.', 302, [ 'Location' => $tmp ]);
|
|
|
|
|
//return message('<meta http-equiv="refresh" content="2;URL='.$_SERVER['base_path'].'">Please visit from <a href="'.$_SERVER['base_path'].'">Home Page</a>.', 'Error', 404);
|
|
|
|
|
}
|
|
|
|
|
$path = substr($path, strlen('/' . $_SERVER['disktag']));
|
|
|
|
|
if ($_SERVER['disktag']!='') $_SERVER['base_disk_path'] = path_format($_SERVER['base_disk_path'] . '/' . $_SERVER['disktag'] . '/');
|
2020-05-11 05:11:07 +00:00
|
|
|
|
}
|
2020-04-01 10:44:50 +00:00
|
|
|
|
} else $_SERVER['disktag'] = $disktags[0];
|
|
|
|
|
// echo 'main.disktag:'.$_SERVER['disktag'].',path:'.$path.'
|
|
|
|
|
//';
|
|
|
|
|
$_SERVER['list_path'] = getListpath($_SERVER['HTTP_HOST']);
|
|
|
|
|
if ($_SERVER['list_path']=='') $_SERVER['list_path'] = '/';
|
|
|
|
|
$_SERVER['is_guestup_path'] = is_guestup_path($path);
|
|
|
|
|
$_SERVER['ajax']=0;
|
|
|
|
|
if (isset($_SERVER['HTTP_X_REQUESTED_WITH'])) if ($_SERVER['HTTP_X_REQUESTED_WITH']=='XMLHttpRequest') $_SERVER['ajax']=1;
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
// Add disk
|
|
|
|
|
if (isset($_GET['AddDisk'])) {
|
|
|
|
|
if ($_SERVER['admin']) {
|
|
|
|
|
if (!class_exists($_GET['AddDisk'])) require 'disk' . $slash . $_GET['AddDisk'] . '.php';
|
|
|
|
|
$drive = new $_GET['AddDisk']($_COOKIE['disktag']);
|
|
|
|
|
return $drive->AddDisk();
|
|
|
|
|
} else {
|
|
|
|
|
$url = $_SERVER['PHP_SELF'];
|
|
|
|
|
if ($_GET) {
|
|
|
|
|
$tmp = null;
|
|
|
|
|
$tmp = '';
|
|
|
|
|
foreach ($_GET as $k => $v) {
|
|
|
|
|
if ($k!='setup') {
|
|
|
|
|
if ($v===true) $tmp .= '&' . $k;
|
|
|
|
|
else $tmp .= '&' . $k . '=' . $v;
|
|
|
|
|
}
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = substr($tmp, 1);
|
|
|
|
|
if ($tmp!='') $url .= '?' . $tmp;
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return output('<script>alert(\''.getconstStr('SetSecretsFirst').'\');</script>', 302, [ 'Location' => $url ]);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Show disks in root
|
|
|
|
|
if ($files['showname'] == 'root') return render_list($path, $files);
|
|
|
|
|
|
2021-01-15 11:24:14 +00:00
|
|
|
|
if (!driveisfine($_SERVER['disktag'], $drive)) return render_list();
|
2021-01-15 03:10:08 +00:00
|
|
|
|
|
|
|
|
|
// Operate
|
|
|
|
|
if ($_SERVER['ajax']) {
|
|
|
|
|
if ($_GET['action']=='del_upload_cache') {
|
|
|
|
|
// del '.tmp' without login. 无需登录即可删除.tmp后缀文件
|
2021-01-16 04:18:19 +00:00
|
|
|
|
return $drive->del_upload_cache($path);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($_GET['action']=='upbigfile') {
|
|
|
|
|
if (!$_SERVER['admin']) {
|
|
|
|
|
if (!is_guestup_path($path)) return output('Not_Guest_Upload_Folder', 400);
|
|
|
|
|
if (strpos($_GET['upbigfilename'], '../')!==false) return output('Not_Allow_Cross_Path', 400);
|
|
|
|
|
}
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
if (substr($path1, -1)=='/') $path1=substr($path1, 0, -1);
|
|
|
|
|
return $drive->bigfileupload($path1);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
}
|
|
|
|
|
if ($_SERVER['admin']) {
|
|
|
|
|
$tmp = adminoperate($path);
|
|
|
|
|
if ($tmp['statusCode'] > 0) {
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
//savecache('path_' . $path1, json_decode('{}',true), $_SERVER['disktag'], 1);
|
|
|
|
|
if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
|
|
|
|
|
savecache('path_' . $path1, json_decode('{}',true), $_SERVER['disktag'], 1);
|
|
|
|
|
return $tmp;
|
2020-06-07 10:43:47 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
} else {
|
|
|
|
|
if ($_SERVER['ajax']) return output(getconstStr('RefreshtoLogin'),401);
|
|
|
|
|
}
|
|
|
|
|
$_SERVER['ishidden'] = passhidden($path);
|
|
|
|
|
if (isset($_GET['thumbnails'])) {
|
|
|
|
|
if ($_SERVER['ishidden']<4) {
|
|
|
|
|
if (in_array(strtolower(substr($path, strrpos($path, '.') + 1)), $exts['img'])) {
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
if ($path1!='/'&&substr($path1, -1)=='/') $path1=substr($path1, 0, -1);
|
|
|
|
|
$thumb_url = $drive->get_thumbnails_url($path1);
|
|
|
|
|
if ($thumb_url!='') {
|
|
|
|
|
if ($_GET['location']) {
|
|
|
|
|
$url = $thumb_url;
|
|
|
|
|
$domainforproxy = '';
|
|
|
|
|
$domainforproxy = getConfig('domainforproxy', $_SERVER['disktag']);
|
|
|
|
|
if ($domainforproxy!='') {
|
|
|
|
|
$url = proxy_replace_domain($url, $domainforproxy);
|
|
|
|
|
}
|
|
|
|
|
return output('', 302, [ 'Location' => $url ]);
|
|
|
|
|
} else return output($thumb_url);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return output('', 404);
|
|
|
|
|
} else return output(json_encode($exts['img']), 400);
|
|
|
|
|
} else return output('', 401);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// list folder
|
|
|
|
|
if ($_SERVER['is_guestup_path'] && !$_SERVER['admin']) {
|
|
|
|
|
$files = json_decode('{"type":"folder"}', true);
|
|
|
|
|
} elseif (!getConfig('downloadencrypt', $_SERVER['disktag'])) {
|
|
|
|
|
if ($_SERVER['ishidden']==4) $files = json_decode('{"type":"folder"}', true);
|
|
|
|
|
else {
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1, 0, -1);
|
|
|
|
|
$files = $drive->list_files($path1);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1, 0, -1);
|
|
|
|
|
$files = $drive->list_files($path1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ($_GET['json']) {
|
|
|
|
|
// return a json
|
2021-01-16 04:27:41 +00:00
|
|
|
|
return output(json_encode($files), 200, ['Content-Type' => 'application/json']);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
}
|
|
|
|
|
// random file
|
|
|
|
|
if (isset($_GET['random'])&&$_GET['random']!=='') {
|
|
|
|
|
if ($_SERVER['ishidden']<4) {
|
|
|
|
|
$tmp = [];
|
|
|
|
|
foreach (array_keys($files['list']) as $filename) {
|
|
|
|
|
if (strtolower(splitlast($filename, '.')[1])==strtolower($_GET['random'])) $tmp[$filename] = $files['list'][$filename]['url'];
|
|
|
|
|
}
|
|
|
|
|
$tmp = array_values($tmp);
|
|
|
|
|
if (count($tmp)>0) {
|
|
|
|
|
$url = $tmp[rand(0, count($tmp)-1)];
|
|
|
|
|
if (isset($_GET['url'])) return output($url, 200);
|
2020-06-07 10:43:47 +00:00
|
|
|
|
$domainforproxy = '';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$domainforproxy = getConfig('domainforproxy', $_SERVER['disktag']);
|
2020-06-07 10:43:47 +00:00
|
|
|
|
if ($domainforproxy!='') {
|
|
|
|
|
$url = proxy_replace_domain($url, $domainforproxy);
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return output('', 302, [ 'Location' => $url ]);
|
|
|
|
|
} else return output('No ' . $_GET['random'] . 'file', 404);
|
|
|
|
|
} else return output('Hidden', 401);
|
|
|
|
|
}
|
|
|
|
|
// is file && not preview mode, download file
|
|
|
|
|
if ($files['type']=='file' && !isset($_GET['preview'])) {
|
|
|
|
|
if ( $_SERVER['ishidden']<4 || (!!getConfig('downloadencrypt', $_SERVER['disktag'])&&$files['name']!=getConfig('passfile')) ) {
|
|
|
|
|
$url = $files['url'];
|
|
|
|
|
$domainforproxy = '';
|
|
|
|
|
$domainforproxy = getConfig('domainforproxy', $_SERVER['disktag']);
|
|
|
|
|
if ($domainforproxy!='') {
|
|
|
|
|
$url = proxy_replace_domain($url, $domainforproxy);
|
2020-06-07 10:43:47 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ( strtolower(splitlast($files['name'], '.')[1])=='html' ) return output($files['content']['body'], $files['content']['stat']);
|
|
|
|
|
else {
|
|
|
|
|
if ($_SERVER['HTTP_RANGE']!='') $header['Range'] = $_SERVER['HTTP_RANGE'];
|
|
|
|
|
$header['Location'] = $url;
|
|
|
|
|
return output('', 302, $header);
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
// Show folder
|
|
|
|
|
if ( $files['type']=='folder' || $files['type']=='file' ) {
|
|
|
|
|
return render_list($path, $files);
|
|
|
|
|
} else {
|
|
|
|
|
if (!isset($files['error'])) {
|
|
|
|
|
if (is_array($files)) $files['error']['message'] = json_encode($files, JSON_PRETTY_PRINT);
|
|
|
|
|
else $files['error']['message'] = $files;
|
|
|
|
|
$files['error']['code'] = 'unknownError';
|
|
|
|
|
$files['error']['stat'] = 500;
|
|
|
|
|
}
|
|
|
|
|
return message('<a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><div style="margin:8px;"><pre>' . $files['error']['message'] . '</pre></div><a href="javascript:history.back(-1)">'.getconstStr('Back').'</a>', $files['error']['code'], $files['error']['stat']);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function get_content($path)
|
|
|
|
|
{
|
|
|
|
|
global $drive;
|
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1, 0, -1);
|
|
|
|
|
$file = $drive->list_files($path1);
|
|
|
|
|
//var_dump($file);
|
|
|
|
|
return $file;
|
|
|
|
|
}
|
|
|
|
|
|
2021-01-15 11:24:14 +00:00
|
|
|
|
function driveisfine($tag, &$drive = null)
|
2021-01-15 03:10:08 +00:00
|
|
|
|
{
|
|
|
|
|
global $slash;
|
|
|
|
|
$disktype = getConfig('Driver', $tag);
|
|
|
|
|
if (!$disktype) return false;
|
|
|
|
|
if (!class_exists($disktype)) require 'disk' . $slash . $disktype . '.php';
|
|
|
|
|
$drive = new $disktype($tag);
|
|
|
|
|
if ($drive->isfine()) return true;
|
|
|
|
|
else return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function baseclassofdrive()
|
|
|
|
|
{
|
|
|
|
|
global $drive;
|
|
|
|
|
if (!$drive) return false;
|
|
|
|
|
return $drive->show_base_class();
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-08-21 08:44:55 +00:00
|
|
|
|
function pass2cookie($name, $pass)
|
|
|
|
|
{
|
|
|
|
|
return md5($name . ':' . md5($pass));
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-07 10:43:47 +00:00
|
|
|
|
function proxy_replace_domain($url, $domainforproxy)
|
|
|
|
|
{
|
|
|
|
|
$tmp = splitfirst($url, '//');
|
|
|
|
|
$http = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '/');
|
|
|
|
|
$domain = $tmp[0];
|
|
|
|
|
$uri = $tmp[1];
|
|
|
|
|
if (substr($domainforproxy, 0, 7)=='http://' || substr($domainforproxy, 0, 8)=='https://') $aim = $domainforproxy;
|
|
|
|
|
else $aim = $http . '//' . $domainforproxy;
|
|
|
|
|
if (substr($aim, -1)=='/') $aim = substr($aim, 0, -1);
|
|
|
|
|
return $aim . '/' . $uri . '&Origindomain=' . $domain;
|
|
|
|
|
//$url = str_replace($tmp, $domainforproxy, $url).'&Origindomain='.$tmp;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-17 03:39:16 +00:00
|
|
|
|
function isHideFile($name)
|
|
|
|
|
{
|
|
|
|
|
$FunctionalityFile = [
|
|
|
|
|
'head.md',
|
|
|
|
|
'readme.md',
|
2020-05-03 10:17:18 +00:00
|
|
|
|
'head.omf',
|
|
|
|
|
'foot.omf',
|
2020-03-17 03:39:16 +00:00
|
|
|
|
'favicon.ico',
|
2020-05-03 10:17:18 +00:00
|
|
|
|
'index.html',
|
2020-03-17 03:39:16 +00:00
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
if ($name == getConfig('passfile')) return true;
|
|
|
|
|
if (substr($name,0,1) == '.') return true;
|
|
|
|
|
if (getConfig('hideFunctionalityFile')) if (in_array(strtolower($name), $FunctionalityFile)) return true;
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-15 07:00:19 +00:00
|
|
|
|
function getcache($str, $disktag = '')
|
2020-01-18 12:12:21 +00:00
|
|
|
|
{
|
2020-09-15 07:00:19 +00:00
|
|
|
|
$cache = filecache($disktag);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return $cache->fetch($str);
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-15 07:00:19 +00:00
|
|
|
|
function savecache($key, $value, $disktag = '', $exp = 1800)
|
2020-01-18 12:12:21 +00:00
|
|
|
|
{
|
2020-09-15 07:00:19 +00:00
|
|
|
|
$cache = filecache($disktag);
|
2020-08-17 08:26:22 +00:00
|
|
|
|
return $cache->save($key, $value, $exp);
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-15 07:00:19 +00:00
|
|
|
|
function filecache($disktag)
|
2020-08-17 08:26:22 +00:00
|
|
|
|
{
|
|
|
|
|
$dir = sys_get_temp_dir();
|
|
|
|
|
if (!is_writable($dir)) {
|
2020-08-28 05:20:47 +00:00
|
|
|
|
$tmp = __DIR__ . '/tmp/';
|
|
|
|
|
if (file_exists($tmp)) {
|
|
|
|
|
if ( is_writable($tmp) ) $dir = $tmp;
|
|
|
|
|
} elseif ( mkdir($tmp) ) $dir = $tmp;
|
2020-08-17 08:26:22 +00:00
|
|
|
|
}
|
2020-09-15 07:00:19 +00:00
|
|
|
|
$tag = __DIR__ . '/OneManager/' . $disktag;
|
2020-08-17 08:26:22 +00:00
|
|
|
|
while (strpos($tag, '/')>-1) $tag = str_replace('/', '_', $tag);
|
2020-08-18 07:48:32 +00:00
|
|
|
|
if (strpos($tag, ':')>-1) {
|
2020-09-15 07:00:19 +00:00
|
|
|
|
$tag = str_replace(':', '_', $tag);
|
|
|
|
|
$tag = str_replace('\\', '_', $tag);
|
2020-08-18 07:48:32 +00:00
|
|
|
|
}
|
2021-01-16 09:12:03 +00:00
|
|
|
|
// error_log1('DIR:' . $dir . ' TAG: ' . $tag);
|
2020-08-17 08:26:22 +00:00
|
|
|
|
$cache = new \Doctrine\Common\Cache\FilesystemCache($dir, $tag);
|
|
|
|
|
return $cache;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
function sortConfig(&$arr)
|
2020-01-18 12:12:21 +00:00
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
ksort($arr);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tags = explode('|', $arr['disktag']);
|
|
|
|
|
unset($arr['disktag']);
|
|
|
|
|
if ($tags[0]!='') {
|
|
|
|
|
foreach($tags as $tag) {
|
|
|
|
|
$disks[$tag] = $arr[$tag];
|
|
|
|
|
unset($arr[$tag]);
|
|
|
|
|
}
|
|
|
|
|
$arr['disktag'] = implode('|', $tags);
|
|
|
|
|
foreach($disks as $k => $v) {
|
|
|
|
|
$arr[$k] = $v;
|
|
|
|
|
}
|
2020-04-01 10:44:50 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
|
|
|
|
|
return $arr;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
function getconstStr($str)
|
2020-03-25 16:03:35 +00:00
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $constStr;
|
|
|
|
|
if ($constStr[$str][$constStr['language']]!='') return $constStr[$str][$constStr['language']];
|
|
|
|
|
return $constStr[$str]['en-us'];
|
2020-03-25 16:03:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-01-18 12:12:21 +00:00
|
|
|
|
function getListpath($domain)
|
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$domain_path1 = getConfig('domain_path', $_SERVER['disktag']);
|
|
|
|
|
$public_path = getConfig('public_path', $_SERVER['disktag']);
|
2020-01-20 05:23:52 +00:00
|
|
|
|
$tmp_path='';
|
|
|
|
|
if ($domain_path1!='') {
|
|
|
|
|
$tmp = explode("|",$domain_path1);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
foreach ($tmp as $multidomain_paths){
|
|
|
|
|
$pos = strpos($multidomain_paths,":");
|
2020-01-20 10:47:08 +00:00
|
|
|
|
if ($pos>0) {
|
|
|
|
|
$domain1 = substr($multidomain_paths,0,$pos);
|
|
|
|
|
$tmp_path = path_format(substr($multidomain_paths,$pos+1));
|
|
|
|
|
$domain_path[$domain1] = $tmp_path;
|
|
|
|
|
if ($public_path=='') $public_path = $tmp_path;
|
2020-01-20 05:23:52 +00:00
|
|
|
|
//if (substr($multidomain_paths,0,$pos)==$host_name) $private_path=$tmp_path;
|
2020-01-20 10:47:08 +00:00
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-01-20 05:23:52 +00:00
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if (isset($domain_path[$domain])) return spurlencode($domain_path[$domain],'/');
|
2020-01-20 05:23:52 +00:00
|
|
|
|
return spurlencode($public_path,'/');
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function path_format($path)
|
|
|
|
|
{
|
|
|
|
|
$path = '/' . $path;
|
|
|
|
|
while (strpos($path, '//') !== FALSE) {
|
|
|
|
|
$path = str_replace('//', '/', $path);
|
|
|
|
|
}
|
|
|
|
|
return $path;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-03 03:19:50 +00:00
|
|
|
|
function spurlencode($str, $split='')
|
2020-01-18 12:12:21 +00:00
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$str = str_replace(' ', '%20', $str);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$tmp='';
|
2020-02-22 08:52:38 +00:00
|
|
|
|
if ($split!='') {
|
2020-09-03 03:19:50 +00:00
|
|
|
|
$tmparr=explode($split, $str);
|
|
|
|
|
foreach ($tmparr as $str1) {
|
|
|
|
|
$tmp .= urlencode($str1) . $split;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = substr($tmp, 0, strlen($tmp)-strlen($split));
|
2020-01-18 12:12:21 +00:00
|
|
|
|
} else {
|
|
|
|
|
$tmp = urlencode($str);
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = str_replace('%2520', '%20', $tmp);
|
|
|
|
|
$tmp = str_replace('%26amp%3B', '&', $tmp);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return $tmp;
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-30 02:01:15 +00:00
|
|
|
|
function base64y_encode($str)
|
|
|
|
|
{
|
|
|
|
|
$str = base64_encode($str);
|
|
|
|
|
while (substr($str,-1)=='=') $str=substr($str,0,-1);
|
|
|
|
|
while (strpos($str, '+')!==false) $str = str_replace('+', '-', $str);
|
|
|
|
|
while (strpos($str, '/')!==false) $str = str_replace('/', '_', $str);
|
|
|
|
|
return $str;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function base64y_decode($str)
|
|
|
|
|
{
|
|
|
|
|
while (strpos($str, '_')!==false) $str = str_replace('_', '/', $str);
|
|
|
|
|
while (strpos($str, '-')!==false) $str = str_replace('-', '+', $str);
|
|
|
|
|
while (strlen($str)%4) $str .= '=';
|
|
|
|
|
$str = base64_decode($str);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
//if (strpos($str, '%')!==false) $str = urldecode($str);
|
2020-02-20 04:07:51 +00:00
|
|
|
|
return $str;
|
|
|
|
|
}
|
|
|
|
|
|
2021-01-16 09:12:03 +00:00
|
|
|
|
function error_log1($str)
|
|
|
|
|
{
|
|
|
|
|
error_log($str);
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-18 12:12:21 +00:00
|
|
|
|
function is_guestup_path($path)
|
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (getConfig('guestup_path', $_SERVER['disktag'])!='') {
|
|
|
|
|
$a1 = path_format(path_format(urldecode($_SERVER['list_path'].path_format($path))).'/');
|
|
|
|
|
$a2 = path_format(path_format(getConfig('guestup_path', $_SERVER['disktag'])).'/');
|
|
|
|
|
if (strtolower($a1)==strtolower($a2)) return 1;
|
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-15 08:53:15 +00:00
|
|
|
|
function array_value_isnot_null($arr)
|
|
|
|
|
{
|
|
|
|
|
return $arr!=='';
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-16 03:37:28 +00:00
|
|
|
|
function curl($method, $url, $data = '', $headers = [], $returnheader = 0)
|
|
|
|
|
{
|
|
|
|
|
//if (!isset($headers['Accept'])) $headers['Accept'] = '*/*';
|
|
|
|
|
//if (!isset($headers['Referer'])) $headers['Referer'] = $url;
|
|
|
|
|
//if (!isset($headers['Content-Type'])) $headers['Content-Type'] = 'application/x-www-form-urlencoded';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (!isset($headers['Content-Type'])) $headers['Content-Type'] = '';
|
2020-08-16 03:37:28 +00:00
|
|
|
|
$sendHeaders = array();
|
|
|
|
|
foreach ($headers as $headerName => $headerVal) {
|
|
|
|
|
$sendHeaders[] = $headerName . ': ' . $headerVal;
|
|
|
|
|
}
|
|
|
|
|
$ch = curl_init();
|
|
|
|
|
curl_setopt($ch, CURLOPT_URL, $url);
|
|
|
|
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST,$method);
|
|
|
|
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
|
|
|
|
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
|
|
|
|
|
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
|
|
|
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
|
|
|
|
curl_setopt($ch, CURLOPT_HEADER, $returnheader);
|
|
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
|
|
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
|
|
|
|
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $sendHeaders);
|
|
|
|
|
//$response['body'] = curl_exec($ch);
|
|
|
|
|
if ($returnheader) {
|
|
|
|
|
list($returnhead, $response['body']) = explode("\r\n\r\n", curl_exec($ch));
|
|
|
|
|
foreach (explode("\r\n", $returnhead) as $head) {
|
|
|
|
|
$tmp = explode(': ', $head);
|
|
|
|
|
$heads[$tmp[0]] = $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$response['returnhead'] = $heads;
|
|
|
|
|
} else {
|
|
|
|
|
$response['body'] = curl_exec($ch);
|
|
|
|
|
}
|
|
|
|
|
$response['stat'] = curl_getinfo($ch,CURLINFO_HTTP_CODE);
|
|
|
|
|
curl_close($ch);
|
|
|
|
|
return $response;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-27 03:53:36 +00:00
|
|
|
|
function curl_request($url, $data = false, $headers = [], $returnheader = 0)
|
2020-01-18 12:12:21 +00:00
|
|
|
|
{
|
|
|
|
|
if (!isset($headers['Accept'])) $headers['Accept'] = '*/*';
|
2020-02-22 08:52:38 +00:00
|
|
|
|
//if (!isset($headers['Referer'])) $headers['Referer'] = $url;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
//if (!isset($headers['Content-Type'])) $headers['Content-Type'] = 'application/x-www-form-urlencoded';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$sendHeaders = array();
|
|
|
|
|
foreach ($headers as $headerName => $headerVal) {
|
|
|
|
|
$sendHeaders[] = $headerName . ': ' . $headerVal;
|
|
|
|
|
}
|
|
|
|
|
$ch = curl_init();
|
|
|
|
|
curl_setopt($ch, CURLOPT_URL, $url);
|
|
|
|
|
if ($data !== false) {
|
|
|
|
|
curl_setopt($ch, CURLOPT_POST, 1);
|
|
|
|
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
|
|
|
|
}
|
|
|
|
|
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
|
|
|
|
|
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
|
|
|
|
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
2020-03-27 03:53:36 +00:00
|
|
|
|
curl_setopt($ch, CURLOPT_HEADER, $returnheader);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
|
|
|
|
|
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
|
|
|
|
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $sendHeaders);
|
2020-03-27 03:53:36 +00:00
|
|
|
|
//$response['body'] = curl_exec($ch);
|
|
|
|
|
if ($returnheader) {
|
|
|
|
|
list($returnhead, $response['body']) = explode("\r\n\r\n", curl_exec($ch));
|
|
|
|
|
foreach (explode("\r\n", $returnhead) as $head) {
|
|
|
|
|
$tmp = explode(': ', $head);
|
|
|
|
|
$heads[$tmp[0]] = $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$response['returnhead'] = $heads;
|
|
|
|
|
} else {
|
|
|
|
|
$response['body'] = curl_exec($ch);
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$response['stat'] = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
curl_close($ch);
|
|
|
|
|
return $response;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function clearbehindvalue($path,$page1,$maxpage,$pageinfocache)
|
|
|
|
|
{
|
|
|
|
|
for ($page=$page1+1;$page<$maxpage;$page++) {
|
|
|
|
|
$pageinfocache['nextlink_' . $path . '_page_' . $page] = '';
|
|
|
|
|
}
|
2020-02-15 08:53:15 +00:00
|
|
|
|
$pageinfocache = array_filter($pageinfocache, 'array_value_isnot_null');
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return $pageinfocache;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function comppass($pass)
|
|
|
|
|
{
|
|
|
|
|
if ($_POST['password1'] !== '') if (md5($_POST['password1']) === $pass ) {
|
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
|
$_SERVER['Set-Cookie'] = 'password='.$pass.'; expires='.date(DATE_COOKIE,strtotime('+1hour'));
|
2020-04-05 05:45:28 +00:00
|
|
|
|
date_default_timezone_set(get_timezone($_SERVER['timezone']));
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return 2;
|
|
|
|
|
}
|
|
|
|
|
if ($_COOKIE['password'] !== '') if ($_COOKIE['password'] === $pass ) return 3;
|
2021-01-16 09:12:03 +00:00
|
|
|
|
//$_SERVER['PHP_AUTH_USER']
|
|
|
|
|
if ($_SERVER['PHP_AUTH_PW'] !== '') if (md5($_SERVER['PHP_AUTH_PW']) === $pass ) {
|
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
|
$_SERVER['Set-Cookie'] = 'password='.$pass.'; expires='.date(DATE_COOKIE,strtotime('+1hour'));
|
|
|
|
|
date_default_timezone_set(get_timezone($_SERVER['timezone']));
|
|
|
|
|
return 2;
|
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
return 4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function encode_str_replace($str)
|
|
|
|
|
{
|
|
|
|
|
$str = str_replace('&','&',$str);
|
|
|
|
|
$str = str_replace('+','%2B',$str);
|
|
|
|
|
$str = str_replace('#','%23',$str);
|
|
|
|
|
return $str;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function gethiddenpass($path,$passfile)
|
|
|
|
|
{
|
2020-03-03 07:17:38 +00:00
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
2020-03-22 11:32:42 +00:00
|
|
|
|
if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
|
2020-09-15 07:00:19 +00:00
|
|
|
|
$password=getcache('path_' . $path1 . '/?password', $_SERVER['disktag']);
|
2020-02-03 12:03:04 +00:00
|
|
|
|
if ($password=='') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$ispassfile = get_content(path_format($path . '/' . urlencode($passfile)));
|
2020-03-24 15:02:41 +00:00
|
|
|
|
//echo $path . '<pre>' . json_encode($ispassfile, JSON_PRETTY_PRINT) . '</pre>';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($ispassfile['type']=='file') {
|
|
|
|
|
$arr = curl('GET', $ispassfile['url']);
|
2020-03-24 15:02:41 +00:00
|
|
|
|
if ($arr['stat']==200) {
|
|
|
|
|
$passwordf=explode("\n",$arr['body']);
|
|
|
|
|
$password=$passwordf[0];
|
|
|
|
|
if ($password!='') $password=md5($password);
|
2020-09-15 07:00:19 +00:00
|
|
|
|
savecache('path_' . $path1 . '/?password', $password, $_SERVER['disktag']);
|
2020-03-24 15:02:41 +00:00
|
|
|
|
return $password;
|
|
|
|
|
} else {
|
|
|
|
|
//return md5('DefaultP@sswordWhenNetworkError');
|
|
|
|
|
return md5( md5(time()).rand(1000,9999) );
|
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
} else {
|
2020-09-15 07:00:19 +00:00
|
|
|
|
savecache('path_' . $path1 . '/?password', 'null', $_SERVER['disktag']);
|
2020-03-24 15:02:41 +00:00
|
|
|
|
if ($path !== '' ) {
|
|
|
|
|
$path = substr($path,0,strrpos($path,'/'));
|
|
|
|
|
return gethiddenpass($path,$passfile);
|
|
|
|
|
} else {
|
|
|
|
|
return '';
|
|
|
|
|
}
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-02-03 12:03:04 +00:00
|
|
|
|
} elseif ($password==='null') {
|
|
|
|
|
if ($path !== '' ) {
|
|
|
|
|
$path = substr($path,0,strrpos($path,'/'));
|
|
|
|
|
return gethiddenpass($path,$passfile);
|
|
|
|
|
} else {
|
|
|
|
|
return '';
|
|
|
|
|
}
|
|
|
|
|
} else return $password;
|
|
|
|
|
// return md5('DefaultP@sswordWhenNetworkError');
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function get_timezone($timezone = '8')
|
|
|
|
|
{
|
2020-04-05 06:32:23 +00:00
|
|
|
|
global $timezones;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if ($timezone=='') $timezone = '8';
|
|
|
|
|
return $timezones[$timezone];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function message($message, $title = 'Message', $statusCode = 200)
|
|
|
|
|
{
|
2020-02-23 05:39:11 +00:00
|
|
|
|
return output('
|
2020-03-03 05:27:18 +00:00
|
|
|
|
<html lang="' . $_SERVER['language'] . '">
|
2020-02-23 05:39:11 +00:00
|
|
|
|
<html>
|
|
|
|
|
<meta charset=utf-8>
|
2020-03-08 04:37:10 +00:00
|
|
|
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
2020-02-23 05:39:11 +00:00
|
|
|
|
<body>
|
|
|
|
|
<h1>' . $title . '</h1>
|
|
|
|
|
<p>
|
2020-09-13 05:04:58 +00:00
|
|
|
|
|
2020-02-23 05:39:11 +00:00
|
|
|
|
' . $message . '
|
2020-09-13 05:04:58 +00:00
|
|
|
|
|
2020-02-23 05:39:11 +00:00
|
|
|
|
</p>
|
|
|
|
|
</body>
|
2020-03-13 02:53:19 +00:00
|
|
|
|
</html>
|
|
|
|
|
', $statusCode);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function needUpdate()
|
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $slash;
|
2020-09-13 05:04:58 +00:00
|
|
|
|
$current_version = file_get_contents(__DIR__ . $slash . 'version');
|
2020-08-28 06:16:16 +00:00
|
|
|
|
$current_ver = substr($current_version, strpos($current_version, '.')+1);
|
2020-01-22 15:35:52 +00:00
|
|
|
|
$current_ver = explode(urldecode('%0A'),$current_ver)[0];
|
|
|
|
|
$current_ver = explode(urldecode('%0D'),$current_ver)[0];
|
2020-08-28 06:16:16 +00:00
|
|
|
|
$split = splitfirst($current_version, '.' . $current_ver)[0] . '.' . $current_ver;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (!($github_version = getcache('github_version'))) {
|
|
|
|
|
$tmp = curl('GET', 'https://raw.githubusercontent.com/qkqpttgf/OneManager-php/master/version');
|
|
|
|
|
if ($tmp['stat']==0) return 0;
|
|
|
|
|
$github_version = $tmp['body'];
|
|
|
|
|
savecache('github_version', $github_version);
|
|
|
|
|
}
|
2020-01-22 15:35:52 +00:00
|
|
|
|
$github_ver = substr($github_version, strpos($github_version, '.')+1);
|
|
|
|
|
$github_ver = explode(urldecode('%0A'),$github_ver)[0];
|
|
|
|
|
$github_ver = explode(urldecode('%0D'),$github_ver)[0];
|
|
|
|
|
if ($current_ver != $github_ver) {
|
2020-08-28 06:16:16 +00:00
|
|
|
|
//$_SERVER['github_version'] = $github_version;
|
|
|
|
|
$_SERVER['github_ver_new'] = splitfirst($github_version, $split)[0];
|
|
|
|
|
$_SERVER['github_ver_old'] = splitfirst($github_version, $_SERVER['github_ver_new'])[1];
|
2020-01-22 15:35:52 +00:00
|
|
|
|
return 1;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function output($body, $statusCode = 200, $headers = ['Content-Type' => 'text/html'], $isBase64Encoded = false)
|
|
|
|
|
{
|
|
|
|
|
return [
|
|
|
|
|
'isBase64Encoded' => $isBase64Encoded,
|
|
|
|
|
'statusCode' => $statusCode,
|
|
|
|
|
'headers' => $headers,
|
|
|
|
|
'body' => $body
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function passhidden($path)
|
|
|
|
|
{
|
2020-09-18 03:10:49 +00:00
|
|
|
|
if ($_SERVER['admin']) return 0;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$path = str_replace('+','%2B',$path);
|
|
|
|
|
$path = str_replace('&','&', path_format(urldecode($path)));
|
|
|
|
|
if (getConfig('passfile') != '') {
|
2020-03-03 09:45:33 +00:00
|
|
|
|
$path = spurlencode($path,'/');
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if (substr($path,-1)=='/') $path=substr($path,0,-1);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$hiddenpass=gethiddenpass($path, getConfig('passfile'));
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if ($hiddenpass != '') {
|
|
|
|
|
return comppass($hiddenpass);
|
|
|
|
|
} else {
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
return 4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function size_format($byte)
|
|
|
|
|
{
|
|
|
|
|
$i = 0;
|
|
|
|
|
while (abs($byte) >= 1024) {
|
|
|
|
|
$byte = $byte / 1024;
|
|
|
|
|
$i++;
|
|
|
|
|
if ($i == 3) break;
|
|
|
|
|
}
|
|
|
|
|
$units = array('B', 'KB', 'MB', 'GB', 'TB');
|
|
|
|
|
$ret = round($byte, 2);
|
|
|
|
|
return ($ret . ' ' . $units[$i]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function time_format($ISO)
|
|
|
|
|
{
|
2020-08-23 11:25:36 +00:00
|
|
|
|
if ($ISO=='') return date('Y-m-d H:i:s');
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$ISO = str_replace('T', ' ', $ISO);
|
|
|
|
|
$ISO = str_replace('Z', ' ', $ISO);
|
|
|
|
|
return date('Y-m-d H:i:s',strtotime($ISO . " UTC"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function adminform($name = '', $pass = '', $path = '')
|
|
|
|
|
{
|
2020-08-24 01:13:27 +00:00
|
|
|
|
$html = '<html><head><title>' . getconstStr('AdminLogin') . '</title><meta charset=utf-8></head>';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if ($name!=''&&$pass!='') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$html .= '<meta http-equiv="refresh" content="3;URL=' . $path . '">
|
|
|
|
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
|
|
|
|
<body>' . getconstStr('LoginSuccess') . '</body></html>';
|
2020-08-26 02:27:20 +00:00
|
|
|
|
$statusCode = 201;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
|
$header = [
|
2020-09-15 07:00:19 +00:00
|
|
|
|
'Set-Cookie' => $name . '=' . $pass . '; path=/; expires=' . date(DATE_COOKIE, strtotime('+7day')),
|
2020-08-24 01:13:27 +00:00
|
|
|
|
//'Location' => $path,
|
2020-01-18 12:12:21 +00:00
|
|
|
|
'Content-Type' => 'text/html'
|
|
|
|
|
];
|
2020-08-24 01:13:27 +00:00
|
|
|
|
return output($html, $statusCode, $header);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-08-24 01:13:27 +00:00
|
|
|
|
$statusCode = 401;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$html .= '
|
2021-01-15 03:10:08 +00:00
|
|
|
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<center><h4>' . getconstStr('InputPassword') . '</h4>
|
|
|
|
|
<form action="" method="post" onsubmit="return md5pass(this);">
|
|
|
|
|
<div>
|
|
|
|
|
<input name="password1" type="password"/>
|
|
|
|
|
<input name="timestamp" type="hidden"/>
|
|
|
|
|
<input type="submit" value="' . getconstStr('Login') . '">
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</center>
|
|
|
|
|
</div>
|
|
|
|
|
</body>';
|
|
|
|
|
$html .= '
|
|
|
|
|
<script>
|
|
|
|
|
function md5pass(f) {
|
|
|
|
|
return true;
|
|
|
|
|
var timestamp = new Date().getTime();
|
|
|
|
|
f.timestamp.value = timestamp;
|
|
|
|
|
//f.password1.value =
|
|
|
|
|
}
|
|
|
|
|
</script>';
|
|
|
|
|
$html .= '</html>';
|
2020-08-24 01:13:27 +00:00
|
|
|
|
return output($html, $statusCode);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function adminoperate($path)
|
|
|
|
|
{
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $drive;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (substr($path1, -1)=='/') $path1=substr($path1, 0, -1);
|
2020-12-15 04:52:03 +00:00
|
|
|
|
$tmpget = $_GET;
|
|
|
|
|
$tmppost = $_POST;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
$tmparr['statusCode'] = 0;
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if ( (isset($tmpget['rename_newname'])&&$tmpget['rename_newname']!=$tmpget['rename_oldname'] && $tmpget['rename_newname']!='') || (isset($tmppost['rename_newname'])&&$tmppost['rename_newname']!=$tmppost['rename_oldname'] && $tmppost['rename_newname']!='') ) {
|
|
|
|
|
if (isset($tmppost['rename_newname'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// rename 重命名
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$file['path'] = $path1;
|
|
|
|
|
$file['name'] = ${$VAR}['rename_oldname'];
|
|
|
|
|
$file['id'] = ${$VAR}['rename_fileid'];
|
|
|
|
|
return $drive->Rename($file, ${$VAR}['rename_newname']);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmpget['delete_name']) || isset($tmppost['delete_name'])) {
|
|
|
|
|
if (isset($tmppost['delete_name'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// delete 删除
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$file['path'] = $path1;
|
|
|
|
|
$file['name'] = ${$VAR}['delete_name'];
|
|
|
|
|
$file['id'] = ${$VAR}['delete_fileid'];
|
|
|
|
|
return $drive->Delete($file);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if ( (isset($tmpget['operate_action'])&&$tmpget['operate_action']==getconstStr('Encrypt')) || (isset($tmppost['operate_action'])&&$tmppost['operate_action']==getconstStr('Encrypt')) ) {
|
|
|
|
|
if (isset($tmppost['operate_action'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// encrypt 加密
|
|
|
|
|
if (getConfig('passfile')=='') return message(getconstStr('SetpassfileBfEncrypt'),'',403);
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (${$VAR}['encrypt_folder']=='/') ${$VAR}['encrypt_folder']=='';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$folder['path'] = path_format($path1 . '/' . spurlencode(${$VAR}['encrypt_folder'], '/'));
|
|
|
|
|
$folder['name'] = ${$VAR}['encrypt_folder'];
|
|
|
|
|
$folder['id'] = ${$VAR}['id'];
|
|
|
|
|
return $drive->Encrypt($folder, getConfig('passfile'), ${$VAR}['encrypt_newpass']);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmpget['move_folder']) || isset($tmppost['move_folder'])) {
|
|
|
|
|
if (isset($tmppost['move_folder'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// move 移动
|
|
|
|
|
$moveable = 1;
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if ($path == '/' && ${$VAR}['move_folder'] == '/../') $moveable=0;
|
|
|
|
|
if (${$VAR}['move_folder'] == ${$VAR}['move_name']) $moveable=0;
|
2020-01-18 12:12:21 +00:00
|
|
|
|
if ($moveable) {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$file['path'] = $path1;
|
|
|
|
|
$file['name'] = ${$VAR}['move_name'];
|
|
|
|
|
$file['id'] = ${$VAR}['move_fileid'];
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (${$VAR}['move_folder'] == '/../') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$foldername = path_format('/' . urldecode($path1 . '/'));
|
2020-11-09 10:05:02 +00:00
|
|
|
|
$foldername = substr($foldername, 0, -1);
|
|
|
|
|
$foldername = splitlast($foldername, '/')[0];
|
2020-12-15 04:52:03 +00:00
|
|
|
|
} else $foldername = path_format('/' . urldecode($path1) . '/' . ${$VAR}['move_folder']);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$folder['path'] = $foldername;
|
|
|
|
|
$folder['name'] = ${$VAR}['move_folder'];
|
|
|
|
|
$folder['id'] = '';
|
|
|
|
|
return $drive->Move($file, $folder);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
} else {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return output('{"error":"' . getconstStr('CannotMove') . '"}', 403);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmpget['copy_name']) || isset($tmppost['copy_name'])) {
|
|
|
|
|
if (isset($tmppost['copy_name'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-02-22 08:52:38 +00:00
|
|
|
|
// copy 复制
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$file['path'] = $path1;
|
|
|
|
|
$file['name'] = ${$VAR}['copy_name'];
|
|
|
|
|
$file['id'] = ${$VAR}['copy_fileid'];
|
|
|
|
|
return $drive->Copy($file);
|
2020-02-22 08:52:38 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmppost['editfile'])) {
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// edit 编辑
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$file['path'] = $path1;
|
|
|
|
|
$file['name'] = '';
|
|
|
|
|
$file['id'] = '';
|
|
|
|
|
return $drive->Edit($file, $tmppost['editfile']);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmpget['create_name']) || isset($tmppost['create_name'])) {
|
|
|
|
|
if (isset($tmppost['create_name'])) $VAR = 'tmppost';
|
|
|
|
|
else $VAR = 'tmpget';
|
2020-01-18 12:12:21 +00:00
|
|
|
|
// create 新建
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$parent['path'] = $path1;
|
|
|
|
|
$parent['name'] = '';
|
|
|
|
|
$parent['id'] = ${$VAR}['create_fileid'];
|
|
|
|
|
return $drive->Create($parent, ${$VAR}['create_type'], ${$VAR}['create_name'], ${$VAR}['create_text']);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
2020-12-15 04:52:03 +00:00
|
|
|
|
if (isset($tmpget['RefreshCache'])) {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
//$path1 = path_format($_SERVER['list_path'] . path_format($path));
|
|
|
|
|
//if ($path1!='/'&&substr($path1, -1)=='/') $path1=substr($path1, 0, -1);
|
2020-09-15 07:00:19 +00:00
|
|
|
|
savecache('path_' . $path1 . '/?password', '', $_SERVER['disktag'], 1);
|
|
|
|
|
savecache('customTheme', '', '', 1);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return message('<meta http-equiv="refresh" content="2;URL=./">
|
|
|
|
|
<meta name=viewport content="width=device-width,initial-scale=1">', getconstStr('RefreshCache'), 202);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|
|
|
|
|
return $tmparr;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-02 10:18:08 +00:00
|
|
|
|
function splitfirst($str, $split)
|
|
|
|
|
{
|
|
|
|
|
$len = strlen($split);
|
|
|
|
|
$pos = strpos($str, $split);
|
|
|
|
|
if ($pos===false) {
|
|
|
|
|
$tmp[0] = $str;
|
|
|
|
|
$tmp[1] = '';
|
|
|
|
|
} elseif ($pos>0) {
|
|
|
|
|
$tmp[0] = substr($str, 0, $pos);
|
|
|
|
|
$tmp[1] = substr($str, $pos+$len);
|
|
|
|
|
} else {
|
|
|
|
|
$tmp[0] = '';
|
|
|
|
|
$tmp[1] = substr($str, $len);
|
|
|
|
|
}
|
|
|
|
|
return $tmp;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-22 08:52:38 +00:00
|
|
|
|
function splitlast($str, $split)
|
|
|
|
|
{
|
2020-04-02 10:18:08 +00:00
|
|
|
|
$len = strlen($split);
|
2020-02-22 08:52:38 +00:00
|
|
|
|
$pos = strrpos($str, $split);
|
|
|
|
|
if ($pos===false) {
|
|
|
|
|
$tmp[0] = $str;
|
|
|
|
|
$tmp[1] = '';
|
|
|
|
|
} elseif ($pos>0) {
|
|
|
|
|
$tmp[0] = substr($str, 0, $pos);
|
2020-04-02 10:18:08 +00:00
|
|
|
|
$tmp[1] = substr($str, $pos+$len);
|
2020-02-22 08:52:38 +00:00
|
|
|
|
} else {
|
|
|
|
|
$tmp[0] = '';
|
2020-04-02 10:18:08 +00:00
|
|
|
|
$tmp[1] = substr($str, $len);
|
2020-02-22 08:52:38 +00:00
|
|
|
|
}
|
|
|
|
|
return $tmp;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-15 12:50:29 +00:00
|
|
|
|
function children_name($children)
|
|
|
|
|
{
|
|
|
|
|
$tmp = [];
|
|
|
|
|
foreach ($children as $file) {
|
2020-03-21 06:27:25 +00:00
|
|
|
|
$tmp[strtolower($file['name'])] = $file;
|
2020-03-15 12:50:29 +00:00
|
|
|
|
}
|
|
|
|
|
return $tmp;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-07 10:45:10 +00:00
|
|
|
|
function EnvOpt($needUpdate = 0)
|
|
|
|
|
{
|
|
|
|
|
global $constStr;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $EnvConfigs;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
global $timezones;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $slash;
|
|
|
|
|
global $drive;
|
|
|
|
|
ksort($EnvConfigs);
|
2020-12-27 06:22:18 +00:00
|
|
|
|
$envs = '';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($EnvConfigs as $env => $v) if (isCommonEnv($env)) $envs .= '\'' . $env . '\', ';
|
2020-12-27 06:22:18 +00:00
|
|
|
|
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html = '<title>OneManager '.getconstStr('Setup').'</title>';
|
|
|
|
|
if (isset($_POST['updateProgram'])&&$_POST['updateProgram']==getconstStr('updateProgram')) {
|
2020-08-04 06:38:20 +00:00
|
|
|
|
$response = setConfigResponse(OnekeyUpate($_POST['auth'], $_POST['project'], $_POST['branch']));
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if (api_error($response)) {
|
|
|
|
|
$html = api_error_msg($response);
|
|
|
|
|
$title = 'Error';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
} else {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
//WaitSCFStat();
|
|
|
|
|
$html .= getconstStr('UpdateSuccess') . '<br>
|
|
|
|
|
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
|
|
|
|
$title = getconstStr('Setup');
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
return message($html, $title);
|
|
|
|
|
}
|
|
|
|
|
if (isset($_POST['submit1'])) {
|
|
|
|
|
$_SERVER['disk_oprating'] = '';
|
|
|
|
|
foreach ($_POST as $k => $v) {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isShowedEnv($k) || $k=='disktag_del' || $k=='disktag_add' || $k=='disktag_rename') {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp[$k] = $v;
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-12-27 06:22:18 +00:00
|
|
|
|
if ($k=='disktag_newname') {
|
|
|
|
|
$v = preg_replace('/[^0-9a-zA-Z|_]/i', '', $v);
|
|
|
|
|
$f = substr($v, 0, 1);
|
|
|
|
|
if (strlen($v)==1) $v .= '_';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
//if (in_array($v, $CommonEnv)) {
|
|
|
|
|
if (isCommonEnv($v)) {
|
2020-12-27 06:22:18 +00:00
|
|
|
|
return message('Do not input ' . $envs . '<br><button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button><script>document.cookie=\'disktag=; path=/\';</script>', 'Error', 201);
|
|
|
|
|
} elseif (!(('a'<=$f && $f<='z') || ('A'<=$f && $f<='Z'))) {
|
|
|
|
|
return message('Please start with letters');
|
|
|
|
|
} else {
|
|
|
|
|
$tmp[$k] = $v;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if ($k=='disktag_sort') {
|
|
|
|
|
$td = implode('|', json_decode($v));
|
|
|
|
|
if (strlen($td)==strlen(getConfig('disktag'))) $tmp['disktag'] = $td;
|
|
|
|
|
else return message('Something wrong.');
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($k == 'disk') $_SERVER['disk_oprating'] = $v;
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
/*if ($tmp['domain_path']!='') {
|
|
|
|
|
$tmp1 = explode("|",$tmp['domain_path']);
|
|
|
|
|
$tmparr = [];
|
|
|
|
|
foreach ($tmp1 as $multidomain_paths){
|
|
|
|
|
$pos = strpos($multidomain_paths,":");
|
|
|
|
|
if ($pos>0) $tmparr[substr($multidomain_paths, 0, $pos)] = path_format(substr($multidomain_paths, $pos+1));
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp['domain_path'] = $tmparr;
|
|
|
|
|
}*/
|
|
|
|
|
$response = setConfigResponse( setConfig($tmp, $_SERVER['disk_oprating']) );
|
|
|
|
|
if (api_error($response)) {
|
2020-06-07 10:43:47 +00:00
|
|
|
|
$html = api_error_msg($response);
|
|
|
|
|
$title = 'Error';
|
|
|
|
|
} else {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= getconstStr('Success') . '!<br>
|
|
|
|
|
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
|
|
|
|
|
$title = getconstStr('Setup');
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
return message($html, $title);
|
|
|
|
|
}
|
|
|
|
|
if (isset($_GET['preview'])) {
|
|
|
|
|
$preurl = $_SERVER['PHP_SELF'] . '?preview';
|
|
|
|
|
} else {
|
|
|
|
|
$preurl = path_format($_SERVER['PHP_SELF'] . '/');
|
|
|
|
|
}
|
|
|
|
|
$html .= '
|
|
|
|
|
<a href="'.$preurl.'">'.getconstStr('Back').'</a> <a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><br>
|
|
|
|
|
<a href="https://github.com/qkqpttgf/OneManager-php">Github</a><br>';
|
|
|
|
|
|
|
|
|
|
$html .= '
|
|
|
|
|
<table border=1 width=100%>
|
|
|
|
|
<form name="common" action="" method="post">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">'.getconstStr('PlatformConfig').'</td>
|
|
|
|
|
</tr>';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($EnvConfigs as $key => $val) if (isCommonEnv($key) && isShowedEnv($key)) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($key=='timezone') {
|
|
|
|
|
$html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label>' . $key . '</label></td>
|
|
|
|
|
<td width=100%>
|
|
|
|
|
<select name="' . $key .'">';
|
|
|
|
|
foreach (array_keys($timezones) as $zone) {
|
|
|
|
|
$html .= '
|
|
|
|
|
<option value="'.$zone.'" '.($zone==getConfig($key)?'selected="selected"':'').'>'.$zone.'</option>';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
</select>
|
2020-05-24 07:42:19 +00:00
|
|
|
|
'.getconstStr('EnvironmentsDescription')[$key].'
|
2020-05-07 10:45:10 +00:00
|
|
|
|
</td>
|
|
|
|
|
</tr>';
|
|
|
|
|
} elseif ($key=='theme') {
|
2020-09-13 05:21:02 +00:00
|
|
|
|
$theme_arr = scandir(__DIR__ . $slash . 'theme');
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label>' . $key . '</label></td>
|
|
|
|
|
<td width=100%>
|
|
|
|
|
<select name="' . $key .'">
|
|
|
|
|
<option value=""></option>';
|
|
|
|
|
foreach ($theme_arr as $v1) {
|
|
|
|
|
if ($v1!='.' && $v1!='..') $html .= '
|
|
|
|
|
<option value="'.$v1.'" '.($v1==getConfig($key)?'selected="selected"':'').'>'.$v1.'</option>';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
</select>
|
2020-05-24 07:42:19 +00:00
|
|
|
|
'.getconstStr('EnvironmentsDescription')[$key].'
|
2020-05-07 10:45:10 +00:00
|
|
|
|
</td>
|
|
|
|
|
</tr>';
|
|
|
|
|
} /*elseif ($key=='domain_path') {
|
|
|
|
|
$tmp = getConfig($key);
|
|
|
|
|
$domain_path = '';
|
|
|
|
|
foreach ($tmp as $k1 => $v1) {
|
|
|
|
|
$domain_path .= $k1 . ':' . $v1 . '|';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$domain_path = substr($domain_path, 0, -1);
|
|
|
|
|
$html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label>' . $key . '</label></td>
|
|
|
|
|
<td width=100%><input type="text" name="' . $key .'" value="' . $domain_path . '" placeholder="' . getconstStr('EnvironmentsDescription')[$key] . '" style="width:100%"></td>
|
|
|
|
|
</tr>';
|
|
|
|
|
}*/ else $html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label>' . $key . '</label></td>
|
|
|
|
|
<td width=100%><input type="text" name="' . $key .'" value="' . htmlspecialchars(getConfig($key)) . '" placeholder="' . getconstStr('EnvironmentsDescription')[$key] . '" style="width:100%"></td>
|
|
|
|
|
</tr>';
|
|
|
|
|
}
|
|
|
|
|
$html .= '
|
|
|
|
|
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
|
|
|
|
</form>
|
|
|
|
|
</table><br>';
|
2020-12-29 11:07:17 +00:00
|
|
|
|
$disktags = explode('|', getConfig('disktag'));
|
|
|
|
|
if (count($disktags)>1) {
|
2020-12-27 06:22:18 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
<script src="//cdn.bootcss.com/Sortable/1.8.3/Sortable.js"></script>
|
|
|
|
|
<style>
|
|
|
|
|
.sortable-ghost {
|
|
|
|
|
opacity: 0.4;
|
|
|
|
|
background-color: #1748ce;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sortdisks td {
|
|
|
|
|
cursor: move;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<table border=1>
|
|
|
|
|
<form id="sortdisks_form" action="" method="post" style="margin: 0" onsubmit="return dragsort(this);">
|
|
|
|
|
<tr id="sortdisks">
|
|
|
|
|
<input type="hidden" name="disktag_sort" value="">';
|
|
|
|
|
$num = 0;
|
2020-12-29 11:07:17 +00:00
|
|
|
|
foreach ($disktags as $disktag) {
|
2020-12-27 06:22:18 +00:00
|
|
|
|
if ($disktag!='') {
|
|
|
|
|
$num++;
|
|
|
|
|
$html .= '
|
|
|
|
|
<td>' . $disktag . '</td>';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$html .= '
|
|
|
|
|
</tr>
|
|
|
|
|
<tr><td colspan="' . $num . '">' . getconstStr('DragSort') . '<input type="submit" name="submit1" value="' . getconstStr('SubmitSortdisks') . '"></td></tr>
|
|
|
|
|
</form>
|
|
|
|
|
</table>
|
|
|
|
|
<script>
|
2020-12-29 11:07:17 +00:00
|
|
|
|
var disks=' . json_encode($disktags) . ';
|
2020-12-27 06:22:18 +00:00
|
|
|
|
function change(arr, oldindex, newindex) {
|
|
|
|
|
//console.log(oldindex + "," + newindex);
|
|
|
|
|
tmp=arr.splice(oldindex-1, 1);
|
|
|
|
|
if (oldindex > newindex) {
|
|
|
|
|
tmp1=JSON.parse(JSON.stringify(arr));
|
|
|
|
|
tmp1.splice(newindex-1, arr.length-newindex+1);
|
|
|
|
|
tmp2=JSON.parse(JSON.stringify(arr));
|
|
|
|
|
tmp2.splice(0, newindex-1);
|
|
|
|
|
} else {
|
|
|
|
|
tmp1=JSON.parse(JSON.stringify(arr));
|
|
|
|
|
tmp1.splice(newindex-1, arr.length-newindex+1);
|
|
|
|
|
tmp2=JSON.parse(JSON.stringify(arr));
|
|
|
|
|
tmp2.splice(0, newindex-1);
|
|
|
|
|
}
|
|
|
|
|
arr=tmp1.concat(tmp, tmp2);
|
|
|
|
|
//console.log(arr);
|
|
|
|
|
return arr;
|
|
|
|
|
}
|
|
|
|
|
function dragsort(t) {
|
|
|
|
|
if (t.disktag_sort.value==\'\') {
|
|
|
|
|
alert(\'' . getconstStr('DragSort') . '\');
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
envs = [' . $envs . '];
|
|
|
|
|
if (envs.indexOf(t.disktag_sort.value)>-1) {
|
|
|
|
|
alert("Do not input ' . $envs . '");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
Sortable.create(document.getElementById(\'sortdisks\'), {
|
|
|
|
|
animation: 150,
|
|
|
|
|
onEnd: function (evt) { //拖拽完毕之后发生该事件
|
|
|
|
|
//console.log(evt.oldIndex);
|
|
|
|
|
//console.log(evt.newIndex);
|
|
|
|
|
if (evt.oldIndex!=evt.newIndex) {
|
|
|
|
|
disks=change(disks, evt.oldIndex, evt.newIndex);
|
|
|
|
|
document.getElementById(\'sortdisks_form\').disktag_sort.value=JSON.stringify(disks);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
</script><br>';
|
|
|
|
|
}
|
2020-12-29 11:07:17 +00:00
|
|
|
|
foreach ($disktags as $disktag) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($disktag!='') {
|
|
|
|
|
$html .= '
|
|
|
|
|
<table border=1 width=100%>
|
2021-01-15 03:10:08 +00:00
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<form action="" method="post" style="margin: 0">
|
|
|
|
|
<input type="hidden" name="disktag_del" value="'.$disktag.'">
|
|
|
|
|
<input type="submit" name="submit1" value="'.getconstStr('DelDisk').'">
|
|
|
|
|
</form>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<form action="" method="post" style="margin: 0" onsubmit="return renametag(this);">
|
|
|
|
|
<input type="hidden" name="disktag_rename" value="'.$disktag.'">
|
|
|
|
|
<input type="text" name="disktag_newname" value="'.$disktag.'" placeholder="' . getconstStr('EnvironmentsDescription')['disktag'] . '">
|
|
|
|
|
<input type="submit" name="submit1" value="'.getconstStr('RenameDisk').'">
|
|
|
|
|
</form>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Driver</td>
|
|
|
|
|
<td>' . getConfig('Driver', $disktag) . '</td>
|
|
|
|
|
</tr>
|
2020-12-27 06:22:18 +00:00
|
|
|
|
';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = getConfig('shareurl', $disktag);
|
|
|
|
|
if ($tmp!='') $html .= '<tr><td>shareurl</td><td>' . $tmp . '</td></tr>';
|
|
|
|
|
$tmp = getConfig('siteid', $disktag);
|
|
|
|
|
if ($tmp!='') {
|
|
|
|
|
$html .= '<tr><td>Site</td><td>' . getConfig('sharepointSite', $disktag) . '</td></tr>';
|
|
|
|
|
$html .= '<tr><td>siteid</td><td>' . $tmp . '</td></tr>';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (driveisfine($disktag)) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
<form name="'.$disktag.'" action="" method="post">
|
|
|
|
|
<input type="hidden" name="disk" value="'.$disktag.'">';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($EnvConfigs as $key => $val) if (isInnerEnv($key) && isShowedEnv($key)) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label>' . $key . '</label></td>
|
|
|
|
|
<td width=100%><input type="text" name="' . $key .'" value="' . getConfig($key, $disktag) . '" placeholder="' . getconstStr('EnvironmentsDescription')[$key] . '" style="width:100%"></td>
|
|
|
|
|
</tr>';
|
|
|
|
|
}
|
|
|
|
|
$html .= '
|
2020-12-27 06:22:18 +00:00
|
|
|
|
<tr><td></td><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
2020-05-07 10:45:10 +00:00
|
|
|
|
</form>';
|
2020-07-13 09:33:47 +00:00
|
|
|
|
} else {
|
|
|
|
|
$html .= '
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">Please add this disk again.</td>
|
|
|
|
|
</tr>';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
|
|
|
|
</table><br>';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$Diver_arr = scandir(__DIR__ . $slash . 'disk');
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
2021-01-15 03:10:08 +00:00
|
|
|
|
<select name="DriveType" onchange="changedrivetype(this.options[this.options.selectedIndex].value)">';
|
|
|
|
|
foreach ($Diver_arr as $v1) {
|
|
|
|
|
if ($v1!='.' && $v1!='..') {
|
|
|
|
|
//$v1 = substr($v1, 0, -4);
|
|
|
|
|
$v1 = splitlast($v1, '.php')[0];
|
|
|
|
|
$html .= '
|
|
|
|
|
<option value="' . $v1 . '"' . ($v1=='Onedrive'?' selected="selected"':'') . '>' . $v1 . '</option>';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$html .= '
|
|
|
|
|
</select>
|
|
|
|
|
<a id="AddDisk_link" href="?AddDisk=Onedrive">' . getconstStr('AddDisk') . '</a>
|
|
|
|
|
<script>
|
|
|
|
|
function changedrivetype(d) {
|
|
|
|
|
document.getElementById(\'AddDisk_link\').href="?AddDisk=" + d;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<br><br>';
|
2020-06-07 10:43:47 +00:00
|
|
|
|
|
|
|
|
|
$canOneKeyUpate = 0;
|
|
|
|
|
if (isset($_SERVER['USER'])&&$_SERVER['USER']==='qcloud') {
|
|
|
|
|
$canOneKeyUpate = 1;
|
|
|
|
|
} elseif (isset($_SERVER['HEROKU_APP_DIR'])&&$_SERVER['HEROKU_APP_DIR']==='/app') {
|
|
|
|
|
$canOneKeyUpate = 1;
|
|
|
|
|
} elseif (isset($_SERVER['FC_SERVER_PATH'])&&$_SERVER['FC_SERVER_PATH']==='/var/fc/runtime/php7.2') {
|
|
|
|
|
$canOneKeyUpate = 1;
|
2020-08-16 03:37:28 +00:00
|
|
|
|
} elseif ($_SERVER['BCE_CFC_RUNTIME_NAME']=='php7') {
|
|
|
|
|
$canOneKeyUpate = 1;
|
2020-07-13 09:33:47 +00:00
|
|
|
|
} elseif ($_SERVER['_APP_SHARE_DIR']==='/var/share/CFF/processrouter') {
|
|
|
|
|
$canOneKeyUpate = 1;
|
2020-06-07 10:43:47 +00:00
|
|
|
|
} else {
|
|
|
|
|
$tmp = time();
|
|
|
|
|
if ( mkdir(''.$tmp, 0777) ) {
|
|
|
|
|
rmdir(''.$tmp);
|
|
|
|
|
$canOneKeyUpate = 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (!$canOneKeyUpate) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= '
|
2020-06-07 10:43:47 +00:00
|
|
|
|
'.getconstStr('CannotOneKeyUpate').'<br>';
|
2020-05-07 10:45:10 +00:00
|
|
|
|
} else {
|
|
|
|
|
$html .= '
|
|
|
|
|
<form name="updateform" action="" method="post">
|
2020-06-07 10:43:47 +00:00
|
|
|
|
<input type="text" name="auth" size="6" placeholder="auth" value="qkqpttgf">
|
|
|
|
|
<input type="text" name="project" size="12" placeholder="project" value="OneManager-php">
|
|
|
|
|
<button name="QueryBranchs" onclick="querybranchs();return false">'.getconstStr('QueryBranchs').'</button>
|
2020-05-07 10:45:10 +00:00
|
|
|
|
<select name="branch">
|
|
|
|
|
<option value="master">master</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="submit" name="updateProgram" value="'.getconstStr('updateProgram').'">
|
|
|
|
|
</form>
|
|
|
|
|
<script>
|
2020-12-27 06:22:18 +00:00
|
|
|
|
function renametag(t) {
|
|
|
|
|
if (t.disktag_newname.value==\'\') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
alert(\''.getconstStr('DiskTag').'\');
|
2020-12-27 06:22:18 +00:00
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
if (t.disktag_newname.value==t.disktag_rename.value) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
envs = [' . $envs . '];
|
|
|
|
|
if (envs.indexOf(t.disktag_newname.value)>-1) {
|
|
|
|
|
alert("Do not input ' . $envs . '");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
var reg = /^[a-zA-Z]([_a-zA-Z0-9]{1,20})$/;
|
|
|
|
|
if (!reg.test(t.disktag_newname.value)) {
|
|
|
|
|
alert(\''.getconstStr('TagFormatAlert').'\');
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-07 10:45:10 +00:00
|
|
|
|
function querybranchs()
|
|
|
|
|
{
|
|
|
|
|
var xhr = new XMLHttpRequest();
|
|
|
|
|
xhr.open("GET", "https://api.github.com/repos/"+document.updateform.auth.value+"/"+document.updateform.project.value+"/branches");
|
|
|
|
|
//xhr.setRequestHeader("User-Agent","qkqpttgf/OneManager");
|
|
|
|
|
xhr.send(null);
|
|
|
|
|
xhr.onload = function(e){
|
|
|
|
|
console.log(xhr.responseText+","+xhr.status);
|
|
|
|
|
if (xhr.status==200) {
|
|
|
|
|
document.updateform.branch.options.length=0;
|
|
|
|
|
JSON.parse(xhr.responseText).forEach( function (e) {
|
|
|
|
|
document.updateform.branch.options.add(new Option(e.name,e.name));
|
|
|
|
|
if ("master"==e.name) document.updateform.branch.options[document.updateform.branch.options.length-1].selected = true;
|
|
|
|
|
});
|
2020-06-07 10:43:47 +00:00
|
|
|
|
document.updateform.QueryBranchs.style.display="none";
|
2020-05-07 10:45:10 +00:00
|
|
|
|
} else {
|
|
|
|
|
alert(xhr.responseText+"\n"+xhr.status);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
|
|
|
|
xhr.onerror = function(e){
|
|
|
|
|
alert("Network Error "+xhr.status);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
';
|
|
|
|
|
}
|
|
|
|
|
if ($needUpdate) {
|
2020-08-28 06:16:16 +00:00
|
|
|
|
$html .= '<div style="position: relative; word-wrap: break-word;">
|
|
|
|
|
' . str_replace("\r", '<br>', $_SERVER['github_ver_new']) . '
|
|
|
|
|
</div>
|
|
|
|
|
<button onclick="document.getElementById(\'github_ver_old\').style.display=(document.getElementById(\'github_ver_old\').style.display==\'none\'?\'\':\'none\');">More...</button>
|
|
|
|
|
<div id="github_ver_old" style="position: relative; word-wrap: break-word; display: none">
|
|
|
|
|
' . str_replace("\r", '<br>', $_SERVER['github_ver_old']) . '
|
2020-05-07 10:45:10 +00:00
|
|
|
|
</div>';
|
2020-06-07 10:43:47 +00:00
|
|
|
|
}/* else {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= getconstStr('NotNeedUpdate');
|
2020-06-07 10:43:47 +00:00
|
|
|
|
}*/
|
2020-05-07 10:45:10 +00:00
|
|
|
|
return message($html, getconstStr('Setup'));
|
|
|
|
|
}
|
|
|
|
|
|
2021-01-15 08:28:53 +00:00
|
|
|
|
function render_list($path = '', $files = [])
|
2020-05-07 10:45:10 +00:00
|
|
|
|
{
|
|
|
|
|
global $exts;
|
|
|
|
|
global $constStr;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
global $slash;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['index.html']) && !$_SERVER['admin']) {
|
|
|
|
|
//$htmlcontent = fetch_files(spurlencode(path_format(urldecode($path) . '/index.html'), '/'))['content'];
|
|
|
|
|
$htmlcontent = get_content(spurlencode(path_format(urldecode($path) . '/index.html'), '/'))['content'];
|
2020-05-07 10:45:10 +00:00
|
|
|
|
return output($htmlcontent['body'], $htmlcontent['stat']);
|
|
|
|
|
}
|
|
|
|
|
$path = str_replace('%20','%2520',$path);
|
|
|
|
|
$path = str_replace('+','%2B',$path);
|
|
|
|
|
$path = str_replace('&','&',path_format(urldecode($path))) ;
|
|
|
|
|
$path = str_replace('%20',' ',$path);
|
|
|
|
|
$path = str_replace('#','%23',$path);
|
|
|
|
|
$p_path='';
|
|
|
|
|
if ($path !== '/') {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($files['type']=='file') {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$pretitle = str_replace('&','&', $files['name']);
|
|
|
|
|
$n_path = $pretitle;
|
|
|
|
|
$tmp = splitlast(splitlast($path,'/')[0],'/');
|
|
|
|
|
if ($tmp[1]=='') {
|
|
|
|
|
$p_path = $tmp[0];
|
|
|
|
|
} else {
|
|
|
|
|
$p_path = $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if (substr($path, 0, 1)=='/') $pretitle = substr($path, 1);
|
|
|
|
|
if (substr($path, -1)=='/') $pretitle = substr($pretitle, 0, -1);
|
|
|
|
|
$tmp=splitlast($pretitle,'/');
|
|
|
|
|
if ($tmp[1]=='') {
|
|
|
|
|
$n_path = $tmp[0];
|
|
|
|
|
} else {
|
|
|
|
|
$n_path = $tmp[1];
|
|
|
|
|
$tmp = splitlast($tmp[0],'/');
|
|
|
|
|
if ($tmp[1]=='') {
|
|
|
|
|
$p_path = $tmp[0];
|
|
|
|
|
} else {
|
|
|
|
|
$p_path = $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$pretitle = getconstStr('Home');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$n_path = $pretitle;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$n_path = str_replace('&','&',$n_path);
|
|
|
|
|
$p_path = str_replace('&','&',$p_path);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$pretitle = str_replace('%23','#',$pretitle);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$statusCode = 200;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
date_default_timezone_set(get_timezone($_SERVER['timezone']));
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$authinfo = '
|
|
|
|
|
<!--
|
2020-05-07 10:45:10 +00:00
|
|
|
|
OneManager: An index & manager of Onedrive auth by ysun.
|
2020-05-14 10:05:43 +00:00
|
|
|
|
Github: https://github.com/qkqpttgf/OneManager-php
|
2020-05-07 10:45:10 +00:00
|
|
|
|
-->';
|
2020-06-07 10:43:47 +00:00
|
|
|
|
//$authinfo = $path . '<br><pre>' . json_encode($files, JSON_PRETTY_PRINT) . '</pre>';
|
2020-05-07 10:45:10 +00:00
|
|
|
|
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if (isset($_COOKIE['theme'])&&$_COOKIE['theme']!='') $theme = $_COOKIE['theme'];
|
2020-09-13 05:21:02 +00:00
|
|
|
|
if ( !file_exists(__DIR__ . $slash .'theme' . $slash . $theme) ) $theme = '';
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if ( $theme=='' ) {
|
|
|
|
|
$tmp = getConfig('customTheme');
|
|
|
|
|
if ( $tmp!='' ) $theme = $tmp;
|
|
|
|
|
}
|
|
|
|
|
if ( $theme=='' ) {
|
|
|
|
|
$theme = getConfig('theme');
|
2020-09-13 05:21:02 +00:00
|
|
|
|
if ( $theme=='' || !file_exists(__DIR__ . $slash .'theme' . $slash . $theme) ) $theme = 'classic.html';
|
2020-05-24 07:07:56 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if (substr($theme,-4)=='.php') {
|
|
|
|
|
@ob_start();
|
2021-01-15 03:10:08 +00:00
|
|
|
|
include 'theme/' . $theme;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html = ob_get_clean();
|
|
|
|
|
} else {
|
2020-09-13 05:21:02 +00:00
|
|
|
|
if (file_exists(__DIR__ . $slash .'theme' . $slash . $theme)) {
|
|
|
|
|
$file_path = __DIR__ . $slash .'theme' . $slash . $theme;
|
2020-05-24 07:07:56 +00:00
|
|
|
|
$html = file_get_contents($file_path);
|
|
|
|
|
} else {
|
|
|
|
|
if (!($html = getcache('customTheme'))) {
|
|
|
|
|
$file_path = $theme;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = curl('GET', $file_path, false, [], 1);
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if ($tmp['stat']==302) {
|
2021-01-16 09:12:03 +00:00
|
|
|
|
error_log1(json_encode($tmp));
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = curl('GET', $tmp["returnhead"]["Location"]);
|
2020-05-24 07:07:56 +00:00
|
|
|
|
}
|
|
|
|
|
if (!!$tmp['body']) $html = $tmp['body'];
|
2020-09-15 07:00:19 +00:00
|
|
|
|
savecache('customTheme', $html, '', 9999);
|
2020-05-24 07:07:56 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--IconValuesStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IconValuesEnd-->');
|
|
|
|
|
$IconValues = json_decode($tmp[0], true);
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
if (!$files) {
|
|
|
|
|
//$html = '<pre>'.json_encode($files, JSON_PRETTY_PRINT).'</pre>' . $html;
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFileStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFileEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFolderStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFolderEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--ListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ListEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
while (strpos($html, '<!--GuestUploadStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
while (strpos($html, '<!--EncryptedStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptedStart-->');
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html = $tmp[0];
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptedEnd-->');
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html .= $tmp[1];
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if ($_SERVER['admin']) {
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--LoginStart-->');
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html = $tmp[0];
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--LoginEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-05-10 07:17:52 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--GuestStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
while (strpos($html, '<!--AdminStart-->')) {
|
|
|
|
|
$html = str_replace('<!--AdminStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--AdminEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--constStr@Operate-->')) $html = str_replace('<!--constStr@Operate-->', getconstStr('Operate'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Create-->')) $html = str_replace('<!--constStr@Create-->', getconstStr('Create'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Encrypt-->')) $html = str_replace('<!--constStr@Encrypt-->', getconstStr('Encrypt'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@RefreshCache-->')) $html = str_replace('<!--constStr@RefreshCache-->', getconstStr('RefreshCache'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Setup-->')) $html = str_replace('<!--constStr@Setup-->', getconstStr('Setup'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Logout-->')) $html = str_replace('<!--constStr@Logout-->', getconstStr('Logout'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Rename-->')) $html = str_replace('<!--constStr@Rename-->', getconstStr('Rename'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Submit-->')) $html = str_replace('<!--constStr@Submit-->', getconstStr('Submit'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Delete-->')) $html = str_replace('<!--constStr@Delete-->', getconstStr('Delete'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Copy-->')) $html = str_replace('<!--constStr@Copy-->', getconstStr('Copy'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Move-->')) $html = str_replace('<!--constStr@Move-->', getconstStr('Move'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Folder-->')) $html = str_replace('<!--constStr@Folder-->', getconstStr('Folder'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@File-->')) $html = str_replace('<!--constStr@File-->', getconstStr('File'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Name-->')) $html = str_replace('<!--constStr@Name-->', getconstStr('Name'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Content-->')) $html = str_replace('<!--constStr@Content-->', getconstStr('Content'), $html);
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--AdminStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--AdminEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
if (getConfig('adminloginpage')=='') {
|
|
|
|
|
while (strpos($html, '<!--LoginStart-->')) $html = str_replace('<!--LoginStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--LoginEnd-->')) $html = str_replace('<!--LoginEnd-->', '', $html);
|
|
|
|
|
} else {
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--LoginStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--LoginEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-05-10 07:17:52 +00:00
|
|
|
|
while (strpos($html, '<!--GuestStart-->')) $html = str_replace('<!--GuestStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--GuestEnd-->')) $html = str_replace('<!--GuestEnd-->', '', $html);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-06-13 09:44:24 +00:00
|
|
|
|
if ($_SERVER['ishidden']==4) {
|
2021-01-16 09:12:03 +00:00
|
|
|
|
// 加密状态
|
|
|
|
|
// Basic Auth
|
|
|
|
|
return output('Need password.', 401, ['WWW-Authenticate'=>'Basic realm="Secure Area"']);
|
|
|
|
|
/*$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--ListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ListEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}*/
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFileStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFileEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFolderStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFolderEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsNotHiddenStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsNotHiddenEnd-->');
|
2020-05-08 08:18:28 +00:00
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
while (strpos($html, '<!--EncryptedStart-->')) {
|
|
|
|
|
$html = str_replace('<!--EncryptedStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--EncryptedEnd-->', '', $html);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
2020-06-13 09:44:24 +00:00
|
|
|
|
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html = $tmp[0];
|
2020-06-13 09:44:24 +00:00
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--IsNotHiddenStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsNotHiddenStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsNotHiddenEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
while (strpos($html, '<!--EncryptedStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptedStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptedEnd-->');
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
while (strpos($html, '<!--IsNotHiddenStart-->')) {
|
|
|
|
|
$html = str_replace('<!--IsNotHiddenStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--IsNotHiddenEnd-->', '', $html);
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
while (strpos($html, '<!--constStr@Download-->')) $html = str_replace('<!--constStr@Download-->', getconstStr('Download'), $html);
|
|
|
|
|
|
|
|
|
|
if ($_SERVER['is_guestup_path']&&!$_SERVER['admin']) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFileStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFileEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFolderStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFolderEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
while (strpos($html, '<!--GuestUploadStart-->')) {
|
|
|
|
|
$html = str_replace('<!--GuestUploadStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--GuestUploadEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--IsNotHiddenStart-->')) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$tmp = splitfirst($html, '<!--IsNotHiddenStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsNotHiddenEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-06-13 09:44:24 +00:00
|
|
|
|
} else {
|
|
|
|
|
while (strpos($html, '<!--GuestUploadStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--IsNotHiddenStart-->')) {
|
|
|
|
|
$html = str_replace('<!--IsNotHiddenStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--IsNotHiddenEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($_SERVER['is_guestup_path']||( $_SERVER['admin']&&$files['type']=='folder'&&$_SERVER['ishidden']<4 )) {
|
2020-06-13 09:44:24 +00:00
|
|
|
|
while (strpos($html, '<!--UploadJsStart-->')) {
|
|
|
|
|
while (strpos($html, '<!--UploadJsStart-->')) $html = str_replace('<!--UploadJsStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--UploadJsEnd-->')) $html = str_replace('<!--UploadJsEnd-->', '', $html);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (baseclassofdrive()=='Onedrive') while (strpos($html, '<!--OnedriveUploadJsStart-->')) {
|
|
|
|
|
while (strpos($html, '<!--OnedriveUploadJsStart-->')) $html = str_replace('<!--OnedriveUploadJsStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--OnedriveUploadJsEnd-->')) $html = str_replace('<!--OnedriveUploadJsEnd-->', '', $html);
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--AliyundriveUploadJsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--AliyundriveUploadJsEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (baseclassofdrive()=='Aliyundrive') while (strpos($html, '<!--AliyundriveUploadJsStart-->')) {
|
|
|
|
|
while (strpos($html, '<!--AliyundriveUploadJsStart-->')) $html = str_replace('<!--AliyundriveUploadJsStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--AliyundriveUploadJsEnd-->')) $html = str_replace('<!--AliyundriveUploadJsEnd-->', '', $html);
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--OnedriveUploadJsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--OnedriveUploadJsEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--constStr@Calculate-->')) $html = str_replace('<!--constStr@Calculate-->', getconstStr('Calculate'), $html);
|
2020-06-13 09:44:24 +00:00
|
|
|
|
} else {
|
2020-05-12 06:13:46 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
2020-06-13 09:44:24 +00:00
|
|
|
|
$tmp = splitfirst($html, '<!--UploadJsStart-->');
|
2020-05-12 06:13:46 +00:00
|
|
|
|
$html = $tmp[0];
|
2020-06-13 09:44:24 +00:00
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--UploadJsEnd-->');
|
2020-05-12 06:13:46 +00:00
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--OnedriveUploadJsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--OnedriveUploadJsEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--AliyundriveUploadJsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--AliyundriveUploadJsEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2020-05-26 01:49:13 +00:00
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($files['type']=='file') {
|
2020-07-13 09:33:47 +00:00
|
|
|
|
while (strpos($html, '<!--GuestUploadStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptedStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptedEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFolderStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFolderEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--IsFileStart-->')) {
|
|
|
|
|
$html = str_replace('<!--IsFileStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--IsFileEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
$html = str_replace('<!--FileEncodeUrl-->', str_replace('%2523', '%23', str_replace('%26amp%3B','&',spurlencode(path_format($_SERVER['base_disk_path'] . '/' . $path), '/'))), $html);
|
|
|
|
|
$html = str_replace('<!--FileUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path), $html);
|
|
|
|
|
|
|
|
|
|
$ext = strtolower(substr($path, strrpos($path, '.') + 1));
|
|
|
|
|
if (in_array($ext, $exts['img'])) $ext = 'img';
|
|
|
|
|
elseif (in_array($ext, $exts['video'])) $ext = 'video';
|
|
|
|
|
elseif (in_array($ext, $exts['music'])) $ext = 'music';
|
|
|
|
|
//elseif (in_array($ext, $exts['pdf'])) $ext = 'pdf';
|
|
|
|
|
elseif ($ext=='pdf') $ext = 'pdf';
|
|
|
|
|
elseif (in_array($ext, $exts['office'])) $ext = 'office';
|
|
|
|
|
elseif (in_array($ext, $exts['txt'])) $ext = 'txt';
|
|
|
|
|
else $ext = 'Other';
|
|
|
|
|
$previewext = ['img', 'video', 'music', 'pdf', 'office', 'txt', 'Other'];
|
|
|
|
|
$previewext = array_diff($previewext, [ $ext ]);
|
|
|
|
|
foreach ($previewext as $ext1) {
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--Is'.$ext1.'FileStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--Is'.$ext1.'FileEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--Is'.$ext.'FileStart-->')) {
|
|
|
|
|
$html = str_replace('<!--Is'.$ext.'FileStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--Is'.$ext.'FileEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
//while (strpos($html, '<!--FileDownUrl-->')) $html = str_replace('<!--FileDownUrl-->', $files[$_SERVER['DownurlStrName']], $html);
|
|
|
|
|
while (strpos($html, '<!--FileDownUrl-->')) $html = str_replace('<!--FileDownUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path), $html);
|
|
|
|
|
while (strpos($html, '<!--FileEncodeReplaceUrl-->')) $html = str_replace('<!--FileEncodeReplaceUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path), $html);
|
|
|
|
|
while (strpos($html, '<!--FileName-->')) $html = str_replace('<!--FileName-->', $files['name'], $html);
|
|
|
|
|
$html = str_replace('<!--FileEncodeDownUrl-->', urlencode($files[$_SERVER['DownurlStrName']]), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@ClicktoEdit-->', getconstStr('ClicktoEdit'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@CancelEdit-->', getconstStr('CancelEdit'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@Save-->', getconstStr('Save'), $html);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
while (strpos($html, '<!--TxtContent-->')) $html = str_replace('<!--TxtContent-->', htmlspecialchars(curl('GET', $files['url'])['body']), $html);
|
2020-07-13 09:33:47 +00:00
|
|
|
|
$html = str_replace('<!--constStr@FileNotSupport-->', getconstStr('FileNotSupport'), $html);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//$html = str_replace('<!--constStr@File-->', getconstStr('File'), $html);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
} elseif ($files['type']=='folder') {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
while (strpos($html, '<!--GuestUploadStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptedStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptedEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--IsFileStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--IsFileEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
while (strpos($html, '<!--IsFolderStart-->')) {
|
|
|
|
|
$html = str_replace('<!--IsFolderStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--IsFolderEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
$html = str_replace('<!--constStr@File-->', getconstStr('File'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@ShowThumbnails-->', getconstStr('ShowThumbnails'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@CopyAllDownloadUrl-->', getconstStr('CopyAllDownloadUrl'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@EditTime-->', getconstStr('EditTime'), $html);
|
|
|
|
|
$html = str_replace('<!--constStr@Size-->', getconstStr('Size'), $html);
|
|
|
|
|
|
|
|
|
|
$filenum = 0;
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--FolderListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--FolderListEnd-->');
|
|
|
|
|
$FolderList = $tmp[0];
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($files['list'] as $file) {
|
|
|
|
|
if ($file['type']=='folder') {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($_SERVER['admin'] or !isHideFile($file['name'])) {
|
|
|
|
|
$filenum++;
|
|
|
|
|
$FolderListStr = str_replace('<!--FileEncodeReplaceUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name'])), $FolderList);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--FileId-->', $file['id'], $FolderListStr);
|
2020-08-23 05:00:16 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--FileEncodeReplaceName-->', str_replace('&','&', $file['showname']?$file['showname']:$file['name']), $FolderListStr);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--lastModifiedDateTime-->', time_format($file['time']), $FolderListStr);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--size-->', size_format($file['size']), $FolderListStr);
|
|
|
|
|
while (strpos($FolderListStr, '<!--filenum-->')) $FolderListStr = str_replace('<!--filenum-->', $filenum, $FolderListStr);
|
|
|
|
|
$html .= $FolderListStr;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--FileListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--FileListEnd-->');
|
|
|
|
|
$FolderList = $tmp[0];
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($files['list'] as $file) {
|
|
|
|
|
if ($file['type']=='file') {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($_SERVER['admin'] or !isHideFile($file['name'])) {
|
|
|
|
|
$filenum++;
|
|
|
|
|
$ext = strtolower(substr($file['name'], strrpos($file['name'], '.') + 1));
|
|
|
|
|
$FolderListStr = str_replace('<!--FileEncodeReplaceUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name'])), $FolderList);
|
2020-05-26 01:49:13 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--FileExt-->', $ext, $FolderListStr);
|
|
|
|
|
if (in_array($ext, $exts['music'])) $FolderListStr = str_replace('<!--FileExtType-->', 'audio', $FolderListStr);
|
|
|
|
|
elseif (in_array($ext, $exts['video'])) $FolderListStr = str_replace('<!--FileExtType-->', 'iframe', $FolderListStr);
|
|
|
|
|
else $FolderListStr = str_replace('<!--FileExtType-->', '', $FolderListStr);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--FileEncodeReplaceName-->', str_replace('&','&', $file['name']), $FolderListStr);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--FileId-->', $file['id'], $FolderListStr);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
//$FolderListStr = str_replace('<!--FileEncodeReplaceUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . str_replace('&','&', $file['name'])), $FolderListStr);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--lastModifiedDateTime-->', time_format($file['time']), $FolderListStr);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
$FolderListStr = str_replace('<!--size-->', size_format($file['size']), $FolderListStr);
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if (!!$IconValues) {
|
|
|
|
|
foreach ($IconValues as $key1 => $value1) {
|
|
|
|
|
if (isset($exts[$key1])&&in_array($ext, $exts[$key1])) {
|
|
|
|
|
$FolderListStr = str_replace('<!--IconValue-->', $value1, $FolderListStr);
|
|
|
|
|
}
|
|
|
|
|
if ($ext==$key1) {
|
|
|
|
|
$FolderListStr = str_replace('<!--IconValue-->', $value1, $FolderListStr);
|
|
|
|
|
}
|
2021-01-16 09:12:03 +00:00
|
|
|
|
//error_log1('file:'.$file['name'].':'.$key1);
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if (!strpos($FolderListStr, '<!--IconValue-->')) break;
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
2020-05-24 07:07:56 +00:00
|
|
|
|
if (strpos($FolderListStr, '<!--IconValue-->')) $FolderListStr = str_replace('<!--IconValue-->', $IconValues['default'], $FolderListStr);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
}
|
|
|
|
|
while (strpos($FolderListStr, '<!--filenum-->')) $FolderListStr = str_replace('<!--filenum-->', $filenum, $FolderListStr);
|
|
|
|
|
$html .= $FolderListStr;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
while (strpos($html, '<!--maxfilenum-->')) $html = str_replace('<!--maxfilenum-->', $filenum, $html);
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($files['childcount']>200) {
|
2020-05-07 10:45:10 +00:00
|
|
|
|
while (strpos($html, '<!--MorePageStart-->')) $html = str_replace('<!--MorePageStart-->', '', $html);
|
|
|
|
|
while (strpos($html, '<!--MorePageEnd-->')) $html = str_replace('<!--MorePageEnd-->', '', $html);
|
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$pagenum = $files['page'];
|
2020-05-07 10:45:10 +00:00
|
|
|
|
if ($pagenum=='') $pagenum = 1;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$maxpage = ceil($files['childcount']/200);
|
2020-05-07 10:45:10 +00:00
|
|
|
|
|
|
|
|
|
if ($pagenum!=1) {
|
|
|
|
|
$html = str_replace('<!--PrePageStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--PrePageEnd-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--constStr@PrePage-->', getconstStr('PrePage'), $html);
|
|
|
|
|
$html = str_replace('<!--PrePageNum-->', $pagenum-1, $html);
|
|
|
|
|
} else {
|
|
|
|
|
$tmp = splitfirst($html, '<!--PrePageStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--PrePageEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
//$html .= json_encode($files['folder']);
|
|
|
|
|
if ($pagenum!=$maxpage) {
|
|
|
|
|
$html = str_replace('<!--NextPageStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--NextPageEnd-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--constStr@NextPage-->', getconstStr('NextPage'), $html);
|
|
|
|
|
$html = str_replace('<!--NextPageNum-->', $pagenum+1, $html);
|
|
|
|
|
} else {
|
|
|
|
|
$tmp = splitfirst($html, '<!--NextPageStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--NextPageEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$tmp = splitfirst($html, '<!--MorePageListNowStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MorePageListNowEnd-->');
|
|
|
|
|
$MorePageListNow = str_replace('<!--PageNum-->', $pagenum, $tmp[0]);
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--MorePageListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MorePageListEnd-->');
|
|
|
|
|
$MorePageList = $tmp[0];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
for ($page=1;$page<=$maxpage;$page++) {
|
|
|
|
|
if ($page == $pagenum) {
|
|
|
|
|
$MorePageListStr = $MorePageListNow;
|
|
|
|
|
} else {
|
|
|
|
|
$MorePageListStr = str_replace('<!--PageNum-->', $page, $MorePageList);
|
|
|
|
|
$MorePageListStr = str_replace('<!--PageNum-->', $page, $MorePageListStr);
|
|
|
|
|
}
|
|
|
|
|
$html .= $MorePageListStr;
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
2020-05-24 10:15:31 +00:00
|
|
|
|
while (strpos($html, '<!--MaxPageNum-->')) $html = str_replace('<!--MaxPageNum-->', $maxpage, $html);
|
|
|
|
|
|
2020-05-03 10:17:18 +00:00
|
|
|
|
} else {
|
|
|
|
|
while (strpos($html, '<!--MorePageStart-->')) {
|
|
|
|
|
$tmp = splitfirst($html, '<!--MorePageStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MorePageEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$html = str_replace('<!--constStr@language-->', $constStr['language'], $html);
|
|
|
|
|
|
|
|
|
|
$title = $pretitle;
|
|
|
|
|
if ($_SERVER['base_disk_path']!=$_SERVER['base_path']) {
|
|
|
|
|
if (getConfig('diskname')!='') $diskname = getConfig('diskname');
|
|
|
|
|
else $diskname = $_SERVER['disktag'];
|
|
|
|
|
$title .= ' - ' . $diskname;
|
|
|
|
|
}
|
|
|
|
|
$title .= ' - ' . $_SERVER['sitename'];
|
|
|
|
|
$html = str_replace('<!--Title-->', $title, $html);
|
|
|
|
|
|
|
|
|
|
$keywords = $n_path;
|
2020-05-15 12:22:35 +00:00
|
|
|
|
if ($p_path!='') $keywords .= ', ' . $p_path;
|
|
|
|
|
if ($_SERVER['sitename']!='OneManager') $keywords .= ', ' . $_SERVER['sitename'] . ', OneManager';
|
|
|
|
|
else $keywords .= ', OneManager';
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html = str_replace('<!--Keywords-->', $keywords, $html);
|
|
|
|
|
|
2020-05-15 12:22:35 +00:00
|
|
|
|
if ($_GET['preview']) {
|
|
|
|
|
$description = $n_path.', '.getconstStr('Preview');//'Preview of '.
|
2021-01-15 03:10:08 +00:00
|
|
|
|
} elseif ($files['type']=='folder') {
|
2020-05-15 12:22:35 +00:00
|
|
|
|
$description = $n_path.', '.getconstStr('List');//'List of '.$n_path.'. ';
|
|
|
|
|
}
|
|
|
|
|
//$description .= 'In '.$_SERVER['sitename'];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html = str_replace('<!--Description-->', $description, $html);
|
|
|
|
|
|
2020-05-30 07:05:23 +00:00
|
|
|
|
while (strpos($html, '<!--base_disk_path-->')) $html = str_replace('<!--base_disk_path-->', (substr($_SERVER['base_disk_path'],-1)=='/'?substr($_SERVER['base_disk_path'],0,-1):$_SERVER['base_disk_path']), $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
while (strpos($html, '<!--base_path-->')) $html = str_replace('<!--base_path-->', $_SERVER['base_path'], $html);
|
2020-06-07 10:43:47 +00:00
|
|
|
|
while (strpos($html, '<!--Path-->')) $html = str_replace('<!--Path-->', str_replace('%23', '#', str_replace('&','&', path_format($path.'/'))), $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
while (strpos($html, '<!--constStr@Home-->')) $html = str_replace('<!--constStr@Home-->', getconstStr('Home'), $html);
|
2020-05-12 06:13:46 +00:00
|
|
|
|
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html = str_replace('<!--customCss-->', getConfig('customCss'), $html);
|
|
|
|
|
$html = str_replace('<!--customScript-->', getConfig('customScript'), $html);
|
|
|
|
|
|
2020-05-04 03:41:31 +00:00
|
|
|
|
while (strpos($html, '<!--constStr@Login-->')) $html = str_replace('<!--constStr@Login-->', getconstStr('Login'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Close-->')) $html = str_replace('<!--constStr@Close-->', getconstStr('Close'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@InputPassword-->')) $html = str_replace('<!--constStr@InputPassword-->', getconstStr('InputPassword'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@InputPasswordUWant-->')) $html = str_replace('<!--constStr@InputPasswordUWant-->', getconstStr('InputPasswordUWant'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Submit-->')) $html = str_replace('<!--constStr@Submit-->', getconstStr('Submit'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Success-->')) $html = str_replace('<!--constStr@Success-->', getconstStr('Success'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@GetUploadLink-->')) $html = str_replace('<!--constStr@GetUploadLink-->', getconstStr('GetUploadLink'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UpFileTooLarge-->')) $html = str_replace('<!--constStr@UpFileTooLarge-->', getconstStr('UpFileTooLarge'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadStart-->')) $html = str_replace('<!--constStr@UploadStart-->', getconstStr('UploadStart'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadStartAt-->')) $html = str_replace('<!--constStr@UploadStartAt-->', getconstStr('UploadStartAt'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@LastUpload-->')) $html = str_replace('<!--constStr@LastUpload-->', getconstStr('LastUpload'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@ThisTime-->')) $html = str_replace('<!--constStr@ThisTime-->', getconstStr('ThisTime'), $html);
|
|
|
|
|
|
|
|
|
|
while (strpos($html, '<!--constStr@Upload-->')) $html = str_replace('<!--constStr@Upload-->', getconstStr('Upload'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@AverageSpeed-->')) $html = str_replace('<!--constStr@AverageSpeed-->', getconstStr('AverageSpeed'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@CurrentSpeed-->')) $html = str_replace('<!--constStr@CurrentSpeed-->', getconstStr('CurrentSpeed'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@Expect-->')) $html = str_replace('<!--constStr@Expect-->', getconstStr('Expect'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadErrorUpAgain-->')) $html = str_replace('<!--constStr@UploadErrorUpAgain-->', getconstStr('UploadErrorUpAgain'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@EndAt-->')) $html = str_replace('<!--constStr@EndAt-->', getconstStr('EndAt'), $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
|
2020-05-04 03:41:31 +00:00
|
|
|
|
while (strpos($html, '<!--constStr@UploadComplete-->')) $html = str_replace('<!--constStr@UploadComplete-->', getconstStr('UploadComplete'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@CopyUrl-->')) $html = str_replace('<!--constStr@CopyUrl-->', getconstStr('CopyUrl'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadFail23-->')) $html = str_replace('<!--constStr@UploadFail23-->', getconstStr('UploadFail23'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@GetFileNameFail-->')) $html = str_replace('<!--constStr@GetFileNameFail-->', getconstStr('GetFileNameFail'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadFile-->')) $html = str_replace('<!--constStr@UploadFile-->', getconstStr('UploadFile'), $html);
|
|
|
|
|
while (strpos($html, '<!--constStr@UploadFolder-->')) $html = str_replace('<!--constStr@UploadFolder-->', getconstStr('UploadFolder'), $html);
|
2020-05-20 09:20:10 +00:00
|
|
|
|
while (strpos($html, '<!--constStr@FileSelected-->')) $html = str_replace('<!--constStr@FileSelected-->', getconstStr('FileSelected'), $html);
|
2020-05-04 03:41:31 +00:00
|
|
|
|
while (strpos($html, '<!--IsPreview?-->')) $html = str_replace('<!--IsPreview?-->', (isset($_GET['preview'])?'?preview&':'?'), $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--BackgroundStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--BackgroundEnd-->');
|
|
|
|
|
if (getConfig('background')) {
|
2020-08-16 04:14:13 +00:00
|
|
|
|
$html .= str_replace('<!--BackgroundUrl-->', getConfig('background'), $tmp[0]);
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--BackgroundMStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--BackgroundMEnd-->');
|
|
|
|
|
if (getConfig('backgroundm')) {
|
|
|
|
|
$html .= str_replace('<!--BackgroundMUrl-->', getConfig('backgroundm'), $tmp[0]);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
2020-08-16 04:14:13 +00:00
|
|
|
|
$html .= $tmp[1];
|
2020-05-22 08:05:12 +00:00
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--PathArrayStart-->');
|
|
|
|
|
$html = $tmp[0];
|
2020-09-03 03:19:50 +00:00
|
|
|
|
if ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--PathArrayEnd-->');
|
|
|
|
|
$PathArrayStr = $tmp[0];
|
|
|
|
|
$tmp_url = $_SERVER['base_disk_path'];
|
|
|
|
|
$tmp_path = str_replace('&','&', substr(urldecode($_SERVER['PHP_SELF']), strlen($tmp_url)));
|
|
|
|
|
while ($tmp_path!='') {
|
|
|
|
|
$tmp1 = splitfirst($tmp_path, '/');
|
|
|
|
|
$folder1 = $tmp1[0];
|
|
|
|
|
if ($folder1!='') {
|
|
|
|
|
$tmp_url .= $folder1 . '/';
|
|
|
|
|
$PathArrayStr1 = str_replace('<!--PathArrayLink-->', ($folder1==$files['name']?'':$tmp_url), $PathArrayStr);
|
|
|
|
|
$PathArrayStr1 = str_replace('<!--PathArrayName-->', $folder1, $PathArrayStr1);
|
|
|
|
|
$html .= $PathArrayStr1;
|
|
|
|
|
}
|
|
|
|
|
$tmp_path = $tmp1[1];
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--DiskPathArrayStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
if ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--DiskPathArrayEnd-->');
|
|
|
|
|
$PathArrayStr = $tmp[0];
|
|
|
|
|
$tmp_url = $_SERVER['base_path'];
|
|
|
|
|
$tmp_path = str_replace('&','&', substr(urldecode($_SERVER['PHP_SELF']), strlen($tmp_url)));
|
|
|
|
|
while ($tmp_path!='') {
|
|
|
|
|
$tmp1 = splitfirst($tmp_path, '/');
|
|
|
|
|
$folder1 = $tmp1[0];
|
|
|
|
|
if ($folder1!='') {
|
|
|
|
|
$tmp_url .= $folder1 . '/';
|
|
|
|
|
$PathArrayStr1 = str_replace('<!--PathArrayLink-->', ($folder1==$files['name']?'':$tmp_url), $PathArrayStr);
|
|
|
|
|
$PathArrayStr1 = str_replace('<!--PathArrayName-->', ($folder1==$_SERVER['disktag']?(getConfig('diskname')==''?$_SERVER['disktag']:getConfig('diskname')):$folder1), $PathArrayStr1);
|
|
|
|
|
$html .= $PathArrayStr1;
|
|
|
|
|
}
|
|
|
|
|
$tmp_path = $tmp1[1];
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
2020-05-22 08:05:12 +00:00
|
|
|
|
}
|
2020-05-03 10:17:18 +00:00
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--SelectLanguageStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--SelectLanguageEnd-->');
|
|
|
|
|
$SelectLanguage = $tmp[0];
|
|
|
|
|
foreach ($constStr['languages'] as $key1 => $value1) {
|
|
|
|
|
$SelectLanguageStr = str_replace('<!--SelectLanguageKey-->', $key1, $SelectLanguage);
|
|
|
|
|
$SelectLanguageStr = str_replace('<!--SelectLanguageValue-->', $value1, $SelectLanguageStr);
|
|
|
|
|
$SelectLanguageStr = str_replace('<!--SelectLanguageSelected-->', ($key1==$constStr['language']?'selected="selected"':''), $SelectLanguageStr);
|
|
|
|
|
$html .= $SelectLanguageStr;
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--NeedUpdateStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--NeedUpdateEnd-->');
|
|
|
|
|
$NeedUpdateStr = $tmp[0];
|
|
|
|
|
if (isset($_SERVER['needUpdate'])&&$_SERVER['needUpdate']) $NeedUpdateStr = str_replace('<!--constStr@NeedUpdate-->', getconstStr('NeedUpdate'), $NeedUpdateStr);
|
|
|
|
|
else $NeedUpdateStr ='';
|
|
|
|
|
$html .= $NeedUpdateStr . $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--BackArrowStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--BackArrowEnd-->');
|
2020-08-30 02:01:15 +00:00
|
|
|
|
$current_url = path_format($_SERVER['PHP_SELF'] . '/');
|
|
|
|
|
if ($current_url !== $_SERVER['base_path']) {
|
2020-05-03 10:17:18 +00:00
|
|
|
|
while (substr($current_url, -1) === '/') {
|
|
|
|
|
$current_url = substr($current_url, 0, -1);
|
|
|
|
|
}
|
|
|
|
|
if (strpos($current_url, '/') !== FALSE) {
|
|
|
|
|
$parent_url = substr($current_url, 0, strrpos($current_url, '/'));
|
|
|
|
|
} else {
|
|
|
|
|
$parent_url = $current_url;
|
|
|
|
|
}
|
|
|
|
|
$BackArrow = str_replace('<!--BackArrowUrl-->', $parent_url.'/', $tmp[0]);
|
|
|
|
|
}
|
|
|
|
|
$html .= $BackArrow . $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--ShowThumbnailsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ShowThumbnailsEnd-->');
|
2020-05-24 11:15:09 +00:00
|
|
|
|
//if (!(isset($_SERVER['USER'])&&$_SERVER['USER']=='qcloud')) {
|
|
|
|
|
if (!getConfig('disableShowThumb')) {
|
2020-05-15 12:22:35 +00:00
|
|
|
|
$html .= str_replace('<!--constStr@OriginalPic-->', getconstStr('OriginalPic'), $tmp[0]) . $tmp[1];
|
2020-05-03 10:17:18 +00:00
|
|
|
|
} else $html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
$imgextstr = '';
|
|
|
|
|
foreach ($exts['img'] as $imgext) $imgextstr .= '\''.$imgext.'\', ';
|
|
|
|
|
$html = str_replace('<!--ImgExts-->', $imgextstr, $html);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$html = str_replace('<!--Sitename-->', $_SERVER['sitename'], $html);
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--MultiDiskAreaStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MultiDiskAreaEnd-->');
|
|
|
|
|
$disktags = explode("|",getConfig('disktag'));
|
|
|
|
|
if (count($disktags)>1) {
|
|
|
|
|
$tmp1 = $tmp[1];
|
|
|
|
|
$tmp = splitfirst($tmp[0], '<!--MultiDisksStart-->');
|
|
|
|
|
$MultiDiskArea = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MultiDisksEnd-->');
|
|
|
|
|
$MultiDisks = $tmp[0];
|
|
|
|
|
foreach ($disktags as $disk) {
|
|
|
|
|
$diskname = getConfig('diskname', $disk);
|
|
|
|
|
if ($diskname=='') $diskname = $disk;
|
|
|
|
|
$MultiDisksStr = str_replace('<!--MultiDisksUrl-->', path_format($_SERVER['base_path'].'/'.$disk.'/'), $MultiDisks);
|
|
|
|
|
$MultiDisksStr = str_replace('<!--MultiDisksNow-->', ($_SERVER['disktag']==$disk?' now':''), $MultiDisksStr);
|
|
|
|
|
$MultiDisksStr = str_replace('<!--MultiDisksName-->', $diskname, $MultiDisksStr);
|
|
|
|
|
$MultiDiskArea .= $MultiDisksStr;
|
|
|
|
|
}
|
|
|
|
|
$MultiDiskArea .= $tmp[1];
|
|
|
|
|
$tmp[1] = $tmp1;
|
|
|
|
|
}
|
|
|
|
|
$html .= $MultiDiskArea . $tmp[1];
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$diskname = getConfig('diskname', $_SERVER['disktag']);
|
2020-05-20 09:20:10 +00:00
|
|
|
|
if ($diskname=='') $diskname = $_SERVER['disktag'];
|
2020-05-30 07:05:23 +00:00
|
|
|
|
//if (strlen($diskname)>15) $diskname = substr($diskname, 0, 12).'...';
|
2020-05-20 09:20:10 +00:00
|
|
|
|
while (strpos($html, '<!--DiskNameNow-->')) $html = str_replace('<!--DiskNameNow-->', $diskname, $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--HeadomfStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--HeadomfEnd-->');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['head.omf'])) {
|
|
|
|
|
$headomf = str_replace('<!--HeadomfContent-->', get_content(spurlencode(path_format($path . '/head.omf'), '/'))['content']['body'], $tmp[0]);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
|
|
|
|
$html .= $headomf . $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--HeadmdStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--HeadmdEnd-->');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['head.md'])) {
|
|
|
|
|
$headmd = str_replace('<!--HeadmdContent-->', get_content(spurlencode(path_format($path . '/head.md'), '/'))['content']['body'], $tmp[0]);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html .= $headmd . $tmp[1];
|
|
|
|
|
while (strpos($html, '<!--HeadmdStart-->')) {
|
|
|
|
|
$html = str_replace('<!--HeadmdStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--HeadmdEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--HeadmdStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--HeadmdEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--ListStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ListEnd-->');
|
|
|
|
|
$html_aft = $tmp[1];
|
|
|
|
|
if ($files) {
|
|
|
|
|
$listarea = $tmp[0];
|
|
|
|
|
}
|
|
|
|
|
$html .= $listarea . $html_aft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--ReadmemdStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ReadmemdEnd-->');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['readme.md'])) {
|
|
|
|
|
$Readmemd = str_replace('<!--ReadmemdContent-->', get_content(spurlencode(path_format($path . '/readme.md'),'/'))['content']['body'], $tmp[0]);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html .= $Readmemd . $tmp[1];
|
|
|
|
|
while (strpos($html, '<!--ReadmemdStart-->')) {
|
|
|
|
|
$html = str_replace('<!--ReadmemdStart-->', '', $html);
|
|
|
|
|
$html = str_replace('<!--ReadmemdEnd-->', '', $html);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
$tmp[1] = 'a';
|
|
|
|
|
while ($tmp[1]!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--ReadmemdStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--ReadmemdEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--FootomfStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--FootomfEnd-->');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['foot.omf'])) {
|
|
|
|
|
$Footomf = str_replace('<!--FootomfContent-->', get_content(spurlencode(path_format($path . '/foot.omf'),'/'))['content']['body'], $tmp[0]);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
}
|
|
|
|
|
$html .= $Footomf . $tmp[1];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--MdRequireStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MdRequireEnd-->');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if (isset($files['list']['head.md'])||isset($files['list']['readme.md'])) {
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$html .= $tmp[0] . $tmp[1];
|
|
|
|
|
} else $html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
if (getConfig('passfile')!='') {
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptBtnStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptBtnEnd-->');
|
|
|
|
|
$html .= str_replace('<!--constStr@Encrypt-->', getconstStr('Encrypt'), $tmp[0]) . $tmp[1];
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptAlertStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptAlertEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
} else {
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptAlertStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptAlertEnd-->');
|
|
|
|
|
$html .= str_replace('<!--constStr@SetpassfileBfEncrypt-->', getconstStr('SetpassfileBfEncrypt'), $tmp[0]) . $tmp[1];
|
|
|
|
|
$tmp = splitfirst($html, '<!--EncryptBtnStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--EncryptBtnEnd-->');
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--MoveRootStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MoveRootEnd-->');
|
|
|
|
|
if ($path != '/') {
|
|
|
|
|
$html .= str_replace('<!--constStr@ParentDir-->', getconstStr('ParentDir'), $tmp[0]) . $tmp[1];
|
|
|
|
|
} else $html .= $tmp[1];
|
|
|
|
|
|
|
|
|
|
$tmp = splitfirst($html, '<!--MoveDirsStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--MoveDirsEnd-->');
|
|
|
|
|
$MoveDirs = $tmp[0];
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($files['type']=='folder') {
|
|
|
|
|
foreach ($files['list'] as $file) {
|
|
|
|
|
if ($file['type']=='folder') {
|
2020-05-03 10:17:18 +00:00
|
|
|
|
$MoveDirsStr = str_replace('<!--MoveDirsValue-->', str_replace('&','&', $file['name']), $MoveDirs);
|
|
|
|
|
$MoveDirsStr = str_replace('<!--MoveDirsValue-->', str_replace('&','&', $file['name']), $MoveDirsStr);
|
|
|
|
|
$html .= $MoveDirsStr;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
|
2020-05-12 06:13:46 +00:00
|
|
|
|
$tmp = splitfirst($html, '<!--WriteTimezoneStart-->');
|
|
|
|
|
$html = $tmp[0];
|
|
|
|
|
$tmp = splitfirst($tmp[1], '<!--WriteTimezoneEnd-->');
|
|
|
|
|
if (!isset($_COOKIE['timezone'])) $html .= str_replace('<!--timezone-->', $_SERVER['timezone'], $tmp[0]);
|
|
|
|
|
$html .= $tmp[1];
|
|
|
|
|
while (strpos($html, '<!--timezone-->')) $html = str_replace('<!--timezone-->', $_SERVER['timezone'], $html);
|
2020-05-03 10:17:18 +00:00
|
|
|
|
|
2020-05-30 07:05:23 +00:00
|
|
|
|
while (strpos($html, '{{.RawData}}')) {
|
|
|
|
|
$str = '[';
|
|
|
|
|
$i = 0;
|
2021-01-15 03:10:08 +00:00
|
|
|
|
foreach ($files['list'] as $file) if ($_SERVER['admin'] or !isHideFile($file['name'])) {
|
2020-05-30 07:05:23 +00:00
|
|
|
|
$tmp = [];
|
|
|
|
|
$tmp['name'] = $file['name'];
|
|
|
|
|
$tmp['size'] = size_format($file['size']);
|
|
|
|
|
$tmp['date'] = time_format($file['lastModifiedDateTime']);
|
|
|
|
|
$tmp['@time'] = $file['date'];
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp['@type'] = ($file['type']=='folder')?'folder':'file';
|
2020-05-30 07:05:23 +00:00
|
|
|
|
$str .= json_encode($tmp).',';
|
|
|
|
|
}
|
|
|
|
|
if ($str == '[') {
|
|
|
|
|
$str = '';
|
|
|
|
|
} else $str = substr($str, 0, -1).']';
|
|
|
|
|
$html = str_replace('{{.RawData}}', base64_encode($str), $html);
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-21 10:05:18 +00:00
|
|
|
|
// 最后清除换行
|
|
|
|
|
while (strpos($html, "\r\n\r\n")) $html = str_replace("\r\n\r\n", "\r\n", $html);
|
2020-06-13 09:44:24 +00:00
|
|
|
|
//while (strpos($html, "\r\r")) $html = str_replace("\r\r", "\r", $html);
|
|
|
|
|
while (strpos($html, "\n\n")) $html = str_replace("\n\n", "\n", $html);
|
2020-05-21 10:05:18 +00:00
|
|
|
|
//while (strpos($html, PHP_EOL.PHP_EOL)) $html = str_replace(PHP_EOL.PHP_EOL, PHP_EOL, $html);
|
|
|
|
|
|
|
|
|
|
$exetime = round(microtime(true)-$_SERVER['php_starttime'],3);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
//$ip2city = json_decode(curl('GET', 'http://ip.taobao.com/outGetIpInfo?ip=' . $_SERVER['REMOTE_ADDR'] . '&accessKey=alibaba-inc')['body'], true);
|
|
|
|
|
//if ($ip2city['code']===0) $city = ' ' . $ip2city['data']['city'];
|
|
|
|
|
$html = str_replace('<!--FootStr-->', date("Y-m-d H:i:s") . " " . getconstStr('Week')[date("w")] . " " . $_SERVER['REMOTE_ADDR'] . $city . ' Runningtime:' . $exetime . 's Mem:' . size_format(memory_get_usage()), $html);
|
2020-05-21 10:05:18 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-06-23 07:42:57 +00:00
|
|
|
|
if ($_SERVER['admin']||!getConfig('disableChangeTheme')) {
|
2020-09-13 05:21:02 +00:00
|
|
|
|
$theme_arr = scandir(__DIR__ . $slash . 'theme');
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$selecttheme = '
|
|
|
|
|
<div style="position: fixed;right: 10px;bottom: 10px;">
|
|
|
|
|
<select name="theme" onchange="changetheme(this.options[this.options.selectedIndex].value)">
|
|
|
|
|
<option value="">'.getconstStr('Theme').'</option>';
|
2020-06-23 07:42:57 +00:00
|
|
|
|
foreach ($theme_arr as $v1) {
|
2021-01-15 03:10:08 +00:00
|
|
|
|
if ($v1!='.' && $v1!='..') $selecttheme .= '
|
|
|
|
|
<option value="' . $v1 . '"' . ($v1==$theme?' selected="selected"':'') . '>' . $v1 . '</option>';
|
2020-06-23 07:42:57 +00:00
|
|
|
|
}
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$selecttheme .= '
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
';
|
|
|
|
|
$selectthemescript ='
|
2020-05-21 09:56:45 +00:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function changetheme(str)
|
|
|
|
|
{
|
2020-05-24 11:15:09 +00:00
|
|
|
|
var expd = new Date();
|
|
|
|
|
expd.setTime(expd.getTime()+(2*60*60*1000));
|
|
|
|
|
var expires = "expires="+expd.toGMTString();
|
|
|
|
|
document.cookie=\'theme=\'+str+\'; path=/; \'+expires;
|
2020-05-21 09:56:45 +00:00
|
|
|
|
location.href = location.href;
|
|
|
|
|
}
|
|
|
|
|
</script>';
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = splitfirst($html, '</body>');
|
|
|
|
|
$html = $tmp[0] . $selecttheme . '</body>' . $selectthemescript . $tmp[1];
|
2020-06-23 07:42:57 +00:00
|
|
|
|
}
|
2020-05-21 09:56:45 +00:00
|
|
|
|
|
2021-01-15 03:10:08 +00:00
|
|
|
|
$tmp = splitfirst($html, '</title>');
|
|
|
|
|
$html = $tmp[0] . '</title>' . $authinfo . $tmp[1];
|
2020-03-13 12:48:40 +00:00
|
|
|
|
if (isset($_SERVER['Set-Cookie'])) return output($html, $statusCode, [ 'Set-Cookie' => $_SERVER['Set-Cookie'], 'Content-Type' => 'text/html' ]);
|
2021-01-15 03:10:08 +00:00
|
|
|
|
return output($html, $statusCode);
|
2020-01-18 12:12:21 +00:00
|
|
|
|
}
|