common.php 133.8 KB
Newer Older
Q
qkqpttgf 已提交
1 2
<?php

Q
qkqpttgf 已提交
3 4 5 6 7 8
global $Base64Env;
global $CommonEnv;
global $ShowedCommonEnv;
global $InnerEnv;
global $ShowedInnerEnv;
global $Base64Env;
Q
qkqpttgf 已提交
9
global $timezones;
Q
qkqpttgf 已提交
10

11 12 13 14
$Base64Env = [
    //'APIKey', // used in heroku.
    //'SecretId', // used in SCF.
    //'SecretKey', // used in SCF.
Q
qkqpttgf 已提交
15 16
    //'AccessKeyID', // used in FC.
    //'AccessKeySecret', // used in FC.
Q
qkqpttgf 已提交
17 18 19
    //'HW_urn', // used in FG.
    //'HW_key', // used in FG.
    //'HW_secret', // used in FG.
20 21
    //'admin',
    //'adminloginpage',
Q
qkqpttgf 已提交
22
    //'autoJumpFirstDisk',
23
    'background',
Q
qkqpttgf 已提交
24
    'backgroundm',
25
    'diskname',
Q
qkqpttgf 已提交
26
    //'disableShowThumb',
27
    //'disableChangeTheme',
28
    //'disktag',
29
    //'downloadencrypt',
30
    //'function_name', // used in heroku.
Q
qkqpttgf 已提交
31
    //'hideFunctionalityFile',
Q
qkqpttgf 已提交
32
    //'timezone',
33 34
    //'passfile',
    'sitename',
Q
qkqpttgf 已提交
35 36
    'customScript',
    'customCss',
Q
qkqpttgf 已提交
37
    'customTheme',
38
    //'theme',
Q
qkqpttgf 已提交
39 40
    //'Drive_ver',
    //'Drive_custom',
41 42 43 44
    //'client_id',
    'client_secret',
    'domain_path',
    'guestup_path',
Q
qkqpttgf 已提交
45
    //'usesharepoint',
Q
qkqpttgf 已提交
46
    'sharepointSiteAddress',
47
    'shareurl',
Q
qkqpttgf 已提交
48
    //'sharecookie',
49
    'shareapiurl',
Q
qkqpttgf 已提交
50
    //'siteid',
Q
qkqpttgf 已提交
51
    'domainforproxy',
52 53 54 55 56
    'public_path',
    //'refresh_token',
    //'token_expires',
];

Q
qkqpttgf 已提交
57 58 59 60
$CommonEnv = [
    'APIKey', // used in heroku.
    'SecretId', // used in SCF.
    'SecretKey', // used in SCF.
Q
qkqpttgf 已提交
61 62
    'AccessKeyID', // used in FC.
    'AccessKeySecret', // used in FC.
Q
qkqpttgf 已提交
63 64 65
    'HW_urn', // used in FG.
    'HW_key', // used in FG.
    'HW_secret', // used in FG.
Q
qkqpttgf 已提交
66 67
    'admin',
    'adminloginpage',
Q
qkqpttgf 已提交
68
    'autoJumpFirstDisk',
Q
qkqpttgf 已提交
69
    'background',
Q
qkqpttgf 已提交
70
    'backgroundm',
Q
qkqpttgf 已提交
71
    'disktag',
Q
qkqpttgf 已提交
72
    'disableShowThumb',
73
    'disableChangeTheme',
Q
qkqpttgf 已提交
74
    'function_name', // used in heroku.
Q
qkqpttgf 已提交
75
    'hideFunctionalityFile',
Q
qkqpttgf 已提交
76
    'timezone',
Q
qkqpttgf 已提交
77 78
    'passfile',
    'sitename',
Q
qkqpttgf 已提交
79 80
    'customScript',
    'customCss',
Q
qkqpttgf 已提交
81
    'customTheme',
Q
qkqpttgf 已提交
82 83 84 85
    'theme',
];

$ShowedCommonEnv = [
Q
qkqpttgf 已提交
86 87 88
    //'APIKey', // used in heroku.
    //'SecretId', // used in SCF.
    //'SecretKey', // used in SCF.
Q
qkqpttgf 已提交
89 90
    //'AccessKeyID', // used in FC.
    //'AccessKeySecret', // used in FC.
Q
qkqpttgf 已提交
91 92 93
    //'HW_urn', // used in FG.
    //'HW_key', // used in FG.
    //'HW_secret', // used in FG.
Q
qkqpttgf 已提交
94 95
    //'admin',
    'adminloginpage',
Q
qkqpttgf 已提交
96
    'autoJumpFirstDisk',
Q
qkqpttgf 已提交
97
    'background',
Q
qkqpttgf 已提交
98
    'backgroundm',
Q
qkqpttgf 已提交
99
    //'disktag',
Q
qkqpttgf 已提交
100
    'disableShowThumb',
101
    'disableChangeTheme',
Q
qkqpttgf 已提交
102
    //'function_name', // used in heroku.
Q
qkqpttgf 已提交
103
    'hideFunctionalityFile',
Q
qkqpttgf 已提交
104
    'timezone',
Q
qkqpttgf 已提交
105 106
    'passfile',
    'sitename',
Q
qkqpttgf 已提交
107 108
    'customScript',
    'customCss',
Q
qkqpttgf 已提交
109
    'customTheme',
Q
qkqpttgf 已提交
110 111 112
    'theme',
];

Q
qkqpttgf 已提交
113
$InnerEnv = [
Q
qkqpttgf 已提交
114 115
    'Drive_ver',
    'Drive_custom',
Q
qkqpttgf 已提交
116 117
    'client_id',
    'client_secret',
118
    'diskname',
Q
qkqpttgf 已提交
119
    'domain_path',
120
    'downloadencrypt',
Q
qkqpttgf 已提交
121
    'guestup_path',
Q
qkqpttgf 已提交
122
    'usesharepoint',
Q
qkqpttgf 已提交
123
    'sharepointSiteAddress',
Q
qkqpttgf 已提交
124
    'siteid',
125
    'shareurl',
Q
qkqpttgf 已提交
126
    //'sharecookie',
127
    'shareapiurl',
Q
qkqpttgf 已提交
128
    'domainforproxy',
Q
qkqpttgf 已提交
129 130 131 132 133
    'public_path',
    'refresh_token',
    'token_expires',
];

Q
qkqpttgf 已提交
134
$ShowedInnerEnv = [
Q
qkqpttgf 已提交
135 136
    //'Drive_ver',
    //'Drive_custom',
Q
qkqpttgf 已提交
137 138
    //'client_id',
    //'client_secret',
139
    'diskname',
Q
qkqpttgf 已提交
140
    'domain_path',
141
    'downloadencrypt',
Q
qkqpttgf 已提交
142
    'guestup_path',
Q
qkqpttgf 已提交
143
    //'usesharepoint',
Q
qkqpttgf 已提交
144
    //'sharepointSiteAddress',
Q
qkqpttgf 已提交
145
    //'siteid',
146 147 148
    //'shareurl',
    //'sharecookie',
    //'shareapiurl',
Q
qkqpttgf 已提交
149
    'domainforproxy',
Q
qkqpttgf 已提交
150 151 152 153 154
    'public_path',
    //'refresh_token',
    //'token_expires',
];

Q
qkqpttgf 已提交
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
$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'
);

189 190 191 192 193
function main($path)
{
    global $exts;
    global $constStr;

Q
qkqpttgf 已提交
194
    $_SERVER['php_starttime'] = microtime(true);
Q
qkqpttgf 已提交
195
    $path = path_format($path);
Q
qkqpttgf 已提交
196 197 198 199 200 201 202 203 204 205 206
    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;
            }
        }
    }
Q
qkqpttgf 已提交
207
    if (isset($_COOKIE['language'])&&$_COOKIE['language']!='') $constStr['language'] = $_COOKIE['language'];
208 209
    if ($constStr['language']=='') $constStr['language'] = 'en-us';
    $_SERVER['language'] = $constStr['language'];
Q
qkqpttgf 已提交
210 211 212
    $_SERVER['timezone'] = getConfig('timezone');
    if (isset($_COOKIE['timezone'])&&$_COOKIE['timezone']!='') $_SERVER['timezone'] = $_COOKIE['timezone'];
    if ($_SERVER['timezone']=='') $_SERVER['timezone'] = 0;
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
    $_SERVER['PHP_SELF'] = path_format($_SERVER['base_path'] . $path);

    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')) {
Q
qkqpttgf 已提交
229
                return adminform('admin', pass2cookie('admin', $_POST['password1']), $url);
230 231 232 233 234
            } else return adminform();
        } else {
            return output('', 302, [ 'Location' => $url ]);
        }
    }
235 236 237 238 239 240
    if ( isset($_COOKIE['admin'])&&$_COOKIE['admin']==pass2cookie('admin', getConfig('admin')) ) {
        $_SERVER['admin']=1;
        $_SERVER['needUpdate'] = needUpdate();
    } else {
        $_SERVER['admin']=0;
    }
241 242 243 244 245 246 247 248 249
    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 ]);
        }

Q
qkqpttgf 已提交
250 251
    $_SERVER['sitename'] = getConfig('sitename');
    if (empty($_SERVER['sitename'])) $_SERVER['sitename'] = getconstStr('defaultSitename');
252
    $_SERVER['base_disk_path'] = $_SERVER['base_path'];
253
    $disktags = explode("|", getConfig('disktag'));
254 255
//    echo 'count$disk:'.count($disktags);
    if (count($disktags)>1) {
Q
qkqpttgf 已提交
256
        if ($path=='/'||$path=='') {
257 258
            if (getConfig('autoJumpFirstDisk')) return output('', 302, [ 'Location' => path_format($_SERVER['base_path'].'/'.$disktags[0].'/') ]);
            $files['showname'] = 'root';
Q
qkqpttgf 已提交
259 260 261 262
            $files['folder']['childCount'] = count($disktags);
            foreach ($disktags as $disktag) {
                $files['children'][$disktag]['folder'] = 1;
                $files['children'][$disktag]['name'] = $disktag;
263
                $files['children'][$disktag]['showname'] = getConfig('diskname', $disktag);
Q
qkqpttgf 已提交
264
            }
Q
qkqpttgf 已提交
265 266 267
            if ($_GET['json']) {
                // return a json
                return files_json($files);
Q
qkqpttgf 已提交
268
            }
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
        } 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'] . '/');
Q
qkqpttgf 已提交
288
        }
289 290 291 292 293 294 295 296 297
    } 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;

298 299 300
    if ($_SERVER['admin']) if (isset($_GET['AddDisk'])) return get_refresh_token();

    if ($files['showname'] == 'root') return render_list($path, $files);
301 302 303 304 305 306
    config_oauth();
    $refresh_token = getConfig('refresh_token');
    if (!$refresh_token) {
        return render_list();
    } else {
        if (!($_SERVER['access_token'] = getcache('access_token'))) {
307 308
            $response = get_access_token($refresh_token);
            if (isset($response['stat'])) return message($response['body'], 'Error', $response['stat']);
309 310 311
        }

        if ($_SERVER['ajax']) {
Q
qkqpttgf 已提交
312
            if ($_GET['action']=='del_upload_cache') {
313 314
                // del '.tmp' without login. 无需登录即可删除.tmp后缀文件
                error_log('del.tmp:GET,'.json_encode($_GET,JSON_PRETTY_PRINT));
Q
qkqpttgf 已提交
315 316 317 318 319 320 321 322
                $tmp = splitlast($_GET['filename'], '/');
                if ($tmp[1]!='') {
                    $filename = $tmp[0] . '/.' . $_GET['filelastModified'] . '_' . $_GET['filesize'] . '_' . $tmp[1] . '.tmp';
                } else {
                    $filename = '.' . $_GET['filelastModified'] . '_' . $_GET['filesize'] . '_' . $_GET['filename'] . '.tmp';
                }
                $filename = path_format( path_format($_SERVER['list_path'] . path_format($path)) . '/' . spurlencode($filename, '/') );
                $tmp = MSAPI('DELETE', $filename, '', $_SERVER['access_token']);
323 324 325 326 327 328 329 330 331 332 333
                $path1 = path_format($_SERVER['list_path'] . path_format($path));
                if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
                savecache('path_' . $path1, json_decode('{}',true), 1);
                return output($tmp['body'],$tmp['stat']);
            }
            if ($_GET['action']=='uploaded_rename') {
                // rename .scfupload file without login.
                // 无需登录即可重命名.scfupload后缀文件,filemd5为用户提交,可被构造,问题不大,以后处理
                $oldname = spurlencode($_GET['filename']);
                $pos = strrpos($oldname, '.');
                if ($pos>0) $ext = strtolower(substr($oldname, $pos));
Q
qkqpttgf 已提交
334 335
                //$oldname = path_format(path_format($_SERVER['list_path'] . path_format($path)) . '/' . $oldname . '.scfupload' );
                $oldname = path_format(path_format($_SERVER['list_path'] . path_format($path)) . '/' . $oldname);
336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
                $data = '{"name":"' . $_GET['filemd5'] . $ext . '"}';
                //echo $oldname .'<br>'. $data;
                $tmp = MSAPI('PATCH',$oldname,$data,$_SERVER['access_token']);
                if ($tmp['stat']==409) {
                    MSAPI('DELETE',$oldname,'',$_SERVER['access_token']);
                    $tmpbody = json_decode($tmp['body'], true);
                    $tmpbody['name'] = $_GET['filemd5'] . $ext;
                    $tmp['body'] = json_encode($tmpbody);
                }
                $path1 = path_format($_SERVER['list_path'] . path_format($path));
                if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
                savecache('path_' . $path1, json_decode('{}',true), 1);
                return output($tmp['body'],$tmp['stat']);
            }
            if ($_GET['action']=='upbigfile') return bigfileupload($path);
        }
        if ($_SERVER['admin']) {
            $tmp = adminoperate($path);
            if ($tmp['statusCode'] > 0) {
                $path1 = path_format($_SERVER['list_path'] . path_format($path));
                if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
                savecache('path_' . $path1, json_decode('{}',true), 1);
                return $tmp;
            }
        } 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'])) {
Q
qkqpttgf 已提交
367
                    return get_thumbnails_url($path, $_GET['location']);
368 369 370 371 372 373
                } else return output(json_encode($exts['img']),400);
            } else return output('',401);
        }

        $files = list_files($path);
        //echo json_encode(array_keys($files['children']), JSON_PRETTY_PRINT);
Q
qkqpttgf 已提交
374 375 376 377
        if ($_GET['json']) {
            // return a json
            return files_json($files);
        }
378 379 380 381 382 383 384 385
        if (isset($_GET['random'])&&$_GET['random']!=='') {
            if ($_SERVER['ishidden']<4) {
                $tmp = [];
                foreach (array_keys($files['children']) as $filename) {
                    if (strtolower(splitlast($filename,'.')[1])==strtolower($_GET['random'])) $tmp[$filename] = $files['children'][$filename][$_SERVER['DownurlStrName']];
                }
                $tmp = array_values($tmp);
                if (count($tmp)>0) {
Q
qkqpttgf 已提交
386 387 388 389 390 391 392 393
                    $url = $tmp[rand(0,count($tmp)-1)];
                    if (isset($_GET['url'])) return output($url, 200);
                    $domainforproxy = '';
                    $domainforproxy = getConfig('domainforproxy');
                    if ($domainforproxy!='') {
                        $url = proxy_replace_domain($url, $domainforproxy);
                    }
                    return output('', 302, [ 'Location' => $url ]);
394 395 396 397 398
                } else return output('',404);
            } else return output('',401);
        }
        if (isset($files['file']) && !isset($_GET['preview'])) {
            // is file && not preview mode
Q
qkqpttgf 已提交
399 400 401 402 403 404 405 406
            if ( $_SERVER['ishidden']<4 || (!!getConfig('downloadencrypt')&&$files['name']!=getConfig('passfile')) ) {
                $url = $files[$_SERVER['DownurlStrName']];
                $domainforproxy = '';
                $domainforproxy = getConfig('domainforproxy');
                if ($domainforproxy!='') {
                    $url = proxy_replace_domain($url, $domainforproxy);
                }
                if ( strtolower(splitlast($files['name'],'.')[1])=='html' ) return output($files['content']['body'], $files['content']['stat']);
Q
qkqpttgf 已提交
407 408 409 410 411
                else {
                    if ($_SERVER['HTTP_RANGE']!='') $header['Range'] = $_SERVER['HTTP_RANGE'];
                    $header['Location'] = $url;
                    return output('', 302, $header);
                }
Q
qkqpttgf 已提交
412
            }
413 414 415 416 417 418 419 420 421 422 423 424 425 426
        }
        if ( isset($files['folder']) || isset($files['file']) ) {
            return render_list($path, $files);
        } else {
            if (!isset($files['error'])) {
                $files['error']['message'] = json_encode($files, JSON_PRETTY_PRINT);
                $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']);
        }
    }
}

Q
qkqpttgf 已提交
427 428 429 430 431
function pass2cookie($name, $pass)
{
    return md5($name . ':' . md5($pass));
}

Q
qkqpttgf 已提交
432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475
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;
}

function files_json($files)
{
    //$tmp = '';
    if (isset($files['file'])) {
        $tmp['file']['type'] = 0;
        $tmp['file']['id'] = $files['id'];
        $tmp['file']['name'] = $files['name'];
        $tmp['file']['time'] = $files['lastModifiedDateTime'];
        $tmp['file']['size'] = $files['size'];
        $tmp['file']['mime'] = $files['file']['mimeType'];
        $tmp['file']['url'] = $files[$_SERVER['DownurlStrName']];
        $tmp['url'] = $files[$_SERVER['DownurlStrName']];
    } elseif (isset($files['folder'])) {
        $tmp['list'] = [];
        foreach ($files['children'] as $file) {
            $tmp1 = null;
            $tmp1 = [];
            if (isset($file['file'])) {
                $tmp1['type'] = 0;
                $tmp1['url'] = $file[$_SERVER['DownurlStrName']];
            } elseif (isset($file['folder'])) {
                $tmp1['type'] = 1;
            }
            $tmp1['id'] = $file['id'];
            $tmp1['name'] = $file['name'];
            $tmp1['time'] = $file['lastModifiedDateTime'];
            $tmp1['size'] = $file['size'];
            $tmp1['mime'] = $file['file']['mimeType'];
            array_push($tmp['list'], $tmp1);
        }
476
    } else return output(var_dump($files), 404);
477
    return output(json_encode($tmp), 200, ['Content-Type' => 'application/json']);
Q
qkqpttgf 已提交
478 479
}

480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498
function get_access_token($refresh_token)
{
    if (getConfig('Drive_ver')=='shareurl') {
        $shareurl = getConfig('shareurl');
        $tmp1 = splitlast($shareurl, '/')[0];
        $account = splitlast($tmp1, '/')[1];
        $tmp1 = splitlast($shareurl, ':')[0];
        $domain = splitlast($tmp1, '/')[0];
        if (!isset($_SERVER['sharecookie'])||$_SERVER['sharecookie']=='') $_SERVER['sharecookie'] = curl_request($shareurl,false, [],1)['returnhead']['Set-Cookie'];
        $response = curl_request(
            $domain . "/personal/" . $account . "/_api/web/GetListUsingPath(DecodedUrl=@a1)/RenderListDataAsStream?@a1='" . urlencode("/personal/" . $account . "/Documents") . "'&RootFolder=" . urlencode("/personal/" . $account . "/Documents/") . "&TryNewExperienceSingle=TRUE",
            '{"parameters":{"__metadata":{"type":"SP.RenderListDataParameters"},"RenderOptions":136967,"AllowMultipleValueFilterForTaxonomyFields":true,"AddRequiredFields":true}}',
            [ 'Accept' => 'application/json;odata=verbose', 'Content-Type' => 'application/json;odata=verbose', 'origin' => $domain, 'Cookie' => $_SERVER['sharecookie'] ]
        );
        if ($response['stat']==200) $ret = json_decode($response['body'], true);
        $_SERVER['access_token'] = splitlast($ret['ListSchema']['.driveAccessToken'],'=')[1];
        $_SERVER['api_url'] = $ret['ListSchema']['.driveUrl'].'/root';
        if (!$_SERVER['access_token']) {
            error_log($domain . "/personal/" . $account . "/_api/web/GetListUsingPath(DecodedUrl=@a1)/RenderListDataAsStream?@a1='" . urlencode("/personal/" . $account . "/Documents") . "'&RootFolder=" . urlencode("/personal/" . $account . "/Documents/") . "&TryNewExperienceSingle=TRUE");
Q
qkqpttgf 已提交
499
            error_log('failed to get share access_token. response' . json_encode($ret));
500 501 502
            $response['body'] .= '\nfailed to get shareurl access_token.';
            return $response;
            //throw new Exception($response['stat'].', failed to get share access_token.'.$response['body']);
503
        }
Q
qkqpttgf 已提交
504 505 506
        $tmp = $ret;
        $tmp['access_token'] = '******';
        error_log('['.$_SERVER['disktag'].'] Get access token:'.json_encode($tmp, JSON_PRETTY_PRINT));
507
        savecache('access_token', $_SERVER['access_token']);
Q
qkqpttgf 已提交
508 509 510
        $tmp1 = [];
        $tmp1['shareapiurl'] = $_SERVER['api_url'];
        if (getConfig('shareapiurl')=='') setConfig($tmp1);
511
    } else {
Q
qkqpttgf 已提交
512 513 514 515 516
        $p=0;
        while ($response['stat']==0&&$p<3) {
            $response = curl_request( $_SERVER['oauth_url'] . 'token', 'client_id='. $_SERVER['client_id'] .'&client_secret='. $_SERVER['client_secret'] .'&grant_type=refresh_token&requested_token_use=on_behalf_of&refresh_token=' . $refresh_token );
            $p++;
        }
517 518
        if ($response['stat']==200) $ret = json_decode($response['body'], true);
        if (!isset($ret['access_token'])) {
Q
qkqpttgf 已提交
519
            error_log($_SERVER['oauth_url'] . 'token'.'?client_id='. $_SERVER['client_id'] .'&client_secret='. $_SERVER['client_secret'] .'&grant_type=refresh_token&requested_token_use=on_behalf_of&refresh_token=' . substr($refresh_token, 0, 20) . '******' . substr($refresh_token, -20));
520
            error_log('failed to get ['.$_SERVER['disktag'].'] access_token. response' . json_encode($ret));
521 522 523
            $response['body'] .= '\nfailed to get ['.$_SERVER['disktag'].'] access_token.';
            return $response;
            //throw new Exception($response['stat'].', failed to get ['.$_SERVER['disktag'].'] access_token.'.$response['body']);
524
        }
Q
qkqpttgf 已提交
525 526 527 528
        $tmp = $ret;
        $tmp['access_token'] = '******';
        $tmp['refresh_token'] = '******';
        error_log('['.$_SERVER['disktag'].'] Get access token:'.json_encode($tmp, JSON_PRETTY_PRINT));
529 530 531 532
        $_SERVER['access_token'] = $ret['access_token'];
        savecache('access_token', $_SERVER['access_token'], $ret['expires_in'] - 300);
        if (time()>getConfig('token_expires')) setConfig([ 'refresh_token' => $ret['refresh_token'], 'token_expires' => time()+7*24*60*60 ]);
    }
533
    return 0;
534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549
}

function list_files($path)
{
    $path = path_format($path);
    if ($_SERVER['is_guestup_path']&&!$_SERVER['admin']) {
        $files = json_decode('{"folder":{}}', true);
    } elseif (!getConfig('downloadencrypt')) {
        if ($_SERVER['ishidden']==4) $files = json_decode('{"folder":{}}', true);
        else $files = fetch_files($path);
    } else {
        $files = fetch_files($path);
    }
    return $files;
}

Q
qkqpttgf 已提交
550 551 552 553 554
function isHideFile($name)
{
    $FunctionalityFile = [
        'head.md',
        'readme.md',
Q
qkqpttgf 已提交
555 556
        'head.omf',
        'foot.omf',
Q
qkqpttgf 已提交
557
        'favicon.ico',
Q
qkqpttgf 已提交
558
        'index.html',
Q
qkqpttgf 已提交
559 560 561 562 563 564 565 566
    ];

    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;
}

Q
qkqpttgf 已提交
567 568
function getcache($str)
{
Q
qkqpttgf 已提交
569
    $cache = filecache();
Q
qkqpttgf 已提交
570 571 572
    return $cache->fetch($str);
}

Q
qkqpttgf 已提交
573
function savecache($key, $value, $exp = 1800)
Q
qkqpttgf 已提交
574
{
Q
qkqpttgf 已提交
575 576 577 578 579 580 581 582
    $cache = filecache();
    return $cache->save($key, $value, $exp);
}

function filecache()
{
    $dir = sys_get_temp_dir();
    if (!is_writable($dir)) {
583 584 585 586
        $tmp = __DIR__ . '/tmp/';
        if (file_exists($tmp)) {
            if ( is_writable($tmp) ) $dir = $tmp;
        } elseif ( mkdir($tmp) ) $dir = $tmp;
Q
qkqpttgf 已提交
587 588 589
    }
    $tag = __DIR__ . '/OneManager/' . $_SERVER['disktag'];
    while (strpos($tag, '/')>-1) $tag = str_replace('/', '_', $tag);
Q
qkqpttgf 已提交
590 591 592 593
    if (strpos($tag, ':')>-1) {
        while (strpos($tag, ':')>-1) $tag = str_replace(':', '_', $tag);
        while (strpos($tag, '\\')>-1) $tag = str_replace('\\', '_', $tag);
    }
Q
qkqpttgf 已提交
594 595 596
    // error_log('DIR:' . $dir . ' TAG: ' . $tag);
    $cache = new \Doctrine\Common\Cache\FilesystemCache($dir, $tag);
    return $cache;
Q
qkqpttgf 已提交
597 598 599 600 601 602 603 604 605 606 607 608
}

function getconstStr($str)
{
    global $constStr;
    if ($constStr[$str][$constStr['language']]!='') return $constStr[$str][$constStr['language']];
    return $constStr[$str]['en-us'];
}

function config_oauth()
{
    $_SERVER['redirect_uri'] = 'https://scfonedrive.github.io';
609 610 611 612 613 614
    if (getConfig('Drive_ver')=='shareurl') {
        $_SERVER['api_url'] = getConfig('shareapiurl');
        $_SERVER['sharecookie'] = getConfig('sharecookie');
        $_SERVER['DownurlStrName'] = '@content.downloadUrl';
        return 0;
    }
Q
qkqpttgf 已提交
615
    if (getConfig('Drive_ver')=='MS') {
Q
qkqpttgf 已提交
616 617
        // MS
        // https://portal.azure.com
Q
qkqpttgf 已提交
618 619 620 621
        //$_SERVER['client_id'] = '4da3e7f2-bf6d-467c-aaf0-578078f0bf7c';
        //$_SERVER['client_secret'] = '7/+ykq2xkfx:.DWjacuIRojIaaWL0QI6';
        $_SERVER['client_id'] = '734ef928-d74c-4555-8d1b-d942fa0a1a41';
        $_SERVER['client_secret'] = ':EK[e0/4vQ@mQgma8LmnWb6j4_C1CSIW';
Q
qkqpttgf 已提交
622 623 624
        $_SERVER['oauth_url'] = 'https://login.microsoftonline.com/common/oauth2/v2.0/';
        $_SERVER['api_url'] = 'https://graph.microsoft.com/v1.0/me/drive/root';
        $_SERVER['scope'] = 'https://graph.microsoft.com/Files.ReadWrite.All offline_access';
Q
qkqpttgf 已提交
625
        if (getConfig('usesharepoint')=='on') $_SERVER['api_url'] = 'https://graph.microsoft.com/v1.0/sites/' . getConfig('siteid') . '/drive/root';
Q
qkqpttgf 已提交
626
    }
Q
qkqpttgf 已提交
627
    if (getConfig('Drive_ver')=='CN') {
Q
qkqpttgf 已提交
628
        // CN 21Vianet
Q
qkqpttgf 已提交
629
        // https://portal.azure.cn
630 631 632 633
        //$_SERVER['client_id'] = '04c3ca0b-8d07-4773-85ad-98b037d25631';
        //$_SERVER['client_secret'] = 'h8@B7kFVOmj0+8HKBWeNTgl@pU/z4yLB'; // expire 20200902
        $_SERVER['client_id'] = 'b15f63f5-8b72-48b5-af69-8cab7579bff7';
        $_SERVER['client_secret'] = '0IIuZ1Kcq_YI3NrkZFwsniEo~BoP~8_M22';
Q
qkqpttgf 已提交
634 635 636
        $_SERVER['oauth_url'] = 'https://login.partner.microsoftonline.cn/common/oauth2/v2.0/';
        $_SERVER['api_url'] = 'https://microsoftgraph.chinacloudapi.cn/v1.0/me/drive/root';
        $_SERVER['scope'] = 'https://microsoftgraph.chinacloudapi.cn/Files.ReadWrite.All offline_access';
Q
qkqpttgf 已提交
637
        if (getConfig('usesharepoint')=='on') $_SERVER['api_url'] = 'https://microsoftgraph.chinacloudapi.cn/v1.0/sites/' . getConfig('siteid') . '/drive/root';
Q
qkqpttgf 已提交
638
    }
Q
qkqpttgf 已提交
639 640 641

    if (getConfig('Drive_custom')=='on') {
        // Customer
Q
qkqpttgf 已提交
642
        $_SERVER['client_id'] = getConfig('client_id');
643
        $_SERVER['client_secret'] = getConfig('client_secret');
Q
qkqpttgf 已提交
644 645 646
    }
    $_SERVER['client_secret'] = urlencode($_SERVER['client_secret']);
    $_SERVER['scope'] = urlencode($_SERVER['scope']);
647
    $_SERVER['DownurlStrName'] = '@microsoft.graph.downloadUrl';
Q
qkqpttgf 已提交
648 649
}

Q
qkqpttgf 已提交
650 651
function get_siteid($access_token)
{
Q
qkqpttgf 已提交
652 653 654 655 656 657 658 659 660
    $sharepointSiteAddress = getConfig('sharepointSiteAddress');
    while (substr($sharepointSiteAddress, -1)=='/') $sharepointSiteAddress = substr($sharepointSiteAddress, 0, -1);
    $tmp = splitlast($sharepointSiteAddress, '/');
    $sharepointname = $tmp[1];
    $tmp = splitlast($tmp[0], '/');
    $sharepointname = $tmp[1] . '/' . $sharepointname;
    if (getConfig('Drive_ver')=='MS') $url = 'https://graph.microsoft.com/v1.0/sites/root:/'.$sharepointname;
    if (getConfig('Drive_ver')=='CN') $url = 'https://microsoftgraph.chinacloudapi.cn/v1.0/sites/root:/'.$sharepointname;

Q
qkqpttgf 已提交
661 662
    $i=0;
    $response = [];
Q
qkqpttgf 已提交
663 664
    while ($url!=''&&$response['stat']!=200&&$i<4) {
        $response = curl_request($url, false, ['Authorization' => 'Bearer ' . $access_token]);
Q
qkqpttgf 已提交
665
        $i++;
Q
qkqpttgf 已提交
666 667 668
    }
    if ($response['stat']!=200) {
        error_log('failed to get siteid. response' . json_encode($response));
669 670 671
        $response['body'] .= '\nfailed to get siteid.';
        return $response;
        //throw new Exception($response['stat'].', failed to get siteid.'.$response['body']);
Q
qkqpttgf 已提交
672 673 674 675
    }
    return json_decode($response['body'],true)['id'];
}

Q
qkqpttgf 已提交
676 677
function getListpath($domain)
{
Q
qkqpttgf 已提交
678 679 680 681 682
    $domain_path1 = getConfig('domain_path');
    $public_path = getConfig('public_path');
    $tmp_path='';
    if ($domain_path1!='') {
        $tmp = explode("|",$domain_path1);
Q
qkqpttgf 已提交
683 684
        foreach ($tmp as $multidomain_paths){
            $pos = strpos($multidomain_paths,":");
Q
qkqpttgf 已提交
685 686 687 688 689
            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;
Q
qkqpttgf 已提交
690
            //if (substr($multidomain_paths,0,$pos)==$host_name) $private_path=$tmp_path;
Q
qkqpttgf 已提交
691
            }
Q
qkqpttgf 已提交
692
        }
Q
qkqpttgf 已提交
693
    }
Q
qkqpttgf 已提交
694
    if (isset($domain_path[$domain])) return spurlencode($domain_path[$domain],'/');
Q
qkqpttgf 已提交
695
    return spurlencode($public_path,'/');
Q
qkqpttgf 已提交
696 697 698 699 700 701 702 703 704 705 706
}

function path_format($path)
{
    $path = '/' . $path;
    while (strpos($path, '//') !== FALSE) {
        $path = str_replace('//', '/', $path);
    }
    return $path;
}

707
function spurlencode($str, $split='')
Q
qkqpttgf 已提交
708 709 710
{
    $str = str_replace(' ', '%20',$str);
    $tmp='';
Q
qkqpttgf 已提交
711
    if ($split!='') {
712 713 714
        $tmparr=explode($split, $str);
        foreach ($tmparr as $str1) {
            $tmp .= urlencode($str1) . $split;
Q
qkqpttgf 已提交
715
        }
716
        $tmp = substr($tmp, 0, -strlen($split));
Q
qkqpttgf 已提交
717 718 719 720 721 722 723
    } else {
        $tmp = urlencode($str);
    }
    $tmp = str_replace('%2520', '%20',$tmp);
    return $tmp;
}

724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742
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);
    if (strpos($str, '%')!==false) $str = urldecode($str);
    return $str;
}

Q
qkqpttgf 已提交
743 744 745 746
function equal_replace($str, $add = false)
{
    if ($add) {
        while(strlen($str)%4) $str .= '=';
Q
fix bug  
qkqpttgf 已提交
747
        $str = urldecode(base64_decode($str));
Q
qkqpttgf 已提交
748
    } else {
Q
fix bug  
qkqpttgf 已提交
749
        $str = base64_encode(urlencode($str));
Q
qkqpttgf 已提交
750 751 752 753 754
        while(substr($str,-1)=='=') $str=substr($str,0,-1);
    }
    return $str;
}

Q
qkqpttgf 已提交
755 756
function is_guestup_path($path)
{
Q
qkqpttgf 已提交
757 758
    $a1 = path_format(path_format(urldecode($_SERVER['list_path'].path_format($path))).'/');
    $a2 = path_format(path_format(getConfig('guestup_path')).'/');
Q
qkqpttgf 已提交
759
    if (getConfig('guestup_path')!=''&&strtolower($a1)==strtolower($a2)) return 1;
Q
qkqpttgf 已提交
760 761 762
    return 0;
}

Q
qkqpttgf 已提交
763 764 765 766 767
function array_value_isnot_null($arr)
{
    return $arr!=='';
}

Q
qkqpttgf 已提交
768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803
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';
    $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;
}

Q
qkqpttgf 已提交
804
function curl_request($url, $data = false, $headers = [], $returnheader = 0)
Q
qkqpttgf 已提交
805 806
{
    if (!isset($headers['Accept'])) $headers['Accept'] = '*/*';
Q
qkqpttgf 已提交
807
    //if (!isset($headers['Referer'])) $headers['Referer'] = $url;
Q
qkqpttgf 已提交
808 809 810 811 812 813 814 815 816 817 818 819 820 821
    if (!isset($headers['Content-Type'])) $headers['Content-Type'] = 'application/x-www-form-urlencoded';
    $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);
Q
qkqpttgf 已提交
822
    curl_setopt($ch, CURLOPT_HEADER, $returnheader);
Q
qkqpttgf 已提交
823 824 825
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
    curl_setopt($ch, CURLOPT_HTTPHEADER, $sendHeaders);
Q
qkqpttgf 已提交
826 827 828 829 830 831 832 833 834 835 836
    //$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);
    }
Q
qkqpttgf 已提交
837 838 839 840 841 842 843 844 845 846
    $response['stat'] = curl_getinfo($ch,CURLINFO_HTTP_CODE);
    curl_close($ch);
    return $response;
}

function clearbehindvalue($path,$page1,$maxpage,$pageinfocache)
{
    for ($page=$page1+1;$page<$maxpage;$page++) {
        $pageinfocache['nextlink_' . $path . '_page_' . $page] = '';
    }
Q
qkqpttgf 已提交
847
    $pageinfocache = array_filter($pageinfocache, 'array_value_isnot_null');
Q
qkqpttgf 已提交
848 849 850 851 852 853 854 855
    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'));
Q
qkqpttgf 已提交
856
        date_default_timezone_set(get_timezone($_SERVER['timezone']));
Q
qkqpttgf 已提交
857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872
        return 2;
    }
    if ($_COOKIE['password'] !== '') if ($_COOKIE['password'] === $pass ) return 3;
    return 4;
}

function encode_str_replace($str)
{
    $str = str_replace('&','&amp;',$str);
    $str = str_replace('+','%2B',$str);
    $str = str_replace('#','%23',$str);
    return $str;
}

function gethiddenpass($path,$passfile)
{
Q
qkqpttgf 已提交
873
    $path1 = path_format($_SERVER['list_path'] . path_format($path));
Q
qkqpttgf 已提交
874
    if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
Q
qkqpttgf 已提交
875
    $password=getcache('path_' . $path1 . '/?password');
Q
qkqpttgf 已提交
876
    if ($password=='') {
Q
qkqpttgf 已提交
877 878 879
        $ispassfile = fetch_files(path_format($path . '/' . urlencode($passfile)));
        //echo $path . '<pre>' . json_encode($ispassfile, JSON_PRETTY_PRINT) . '</pre>';
        if (isset($ispassfile['file'])) {
880
            $arr = curl_request($ispassfile[$_SERVER['DownurlStrName']]);
Q
qkqpttgf 已提交
881 882 883 884 885 886 887 888 889 890
            if ($arr['stat']==200) {
                $passwordf=explode("\n",$arr['body']);
                $password=$passwordf[0];
                if ($password!='') $password=md5($password);
                savecache('path_' . $path1 . '/?password', $password);
                return $password;
            } else {
                //return md5('DefaultP@sswordWhenNetworkError');
                return md5( md5(time()).rand(1000,9999) );
            }
Q
qkqpttgf 已提交
891
        } else {
Q
qkqpttgf 已提交
892 893 894 895 896 897 898
            savecache('path_' . $path1 . '/?password', 'null');
            if ($path !== '' ) {
                $path = substr($path,0,strrpos($path,'/'));
                return gethiddenpass($path,$passfile);
            } else {
                return '';
            }
Q
qkqpttgf 已提交
899
        }
Q
qkqpttgf 已提交
900 901 902 903 904 905 906 907 908
    } elseif ($password==='null') {
        if ($path !== '' ) {
            $path = substr($path,0,strrpos($path,'/'));
            return gethiddenpass($path,$passfile);
        } else {
            return '';
        }
    } else return $password;
    // return md5('DefaultP@sswordWhenNetworkError');
Q
qkqpttgf 已提交
909 910 911 912
}

function get_timezone($timezone = '8')
{
Q
qkqpttgf 已提交
913
    global $timezones;
Q
qkqpttgf 已提交
914 915 916 917 918 919
    if ($timezone=='') $timezone = '8';
    return $timezones[$timezone];
}

function message($message, $title = 'Message', $statusCode = 200)
{
Q
qkqpttgf 已提交
920
    return output('
Q
qkqpttgf 已提交
921
<html lang="' . $_SERVER['language'] . '">
Q
qkqpttgf 已提交
922 923
<html>
    <meta charset=utf-8>
Q
qkqpttgf 已提交
924
    <meta name=viewport content="width=device-width,initial-scale=1">
Q
qkqpttgf 已提交
925 926 927 928 929 930
    <body>
        <h1>' . $title . '</h1>
        <p>
' . $message . '
        </p>
    </body>
Q
qkqpttgf 已提交
931 932
</html>
', $statusCode);
Q
qkqpttgf 已提交
933 934 935 936
}

function needUpdate()
{
937 938
    $current_version = file_get_contents(__DIR__ . '/version');
    $current_ver = substr($current_version, strpos($current_version, '.')+1);
Q
qkqpttgf 已提交
939 940
    $current_ver = explode(urldecode('%0A'),$current_ver)[0];
    $current_ver = explode(urldecode('%0D'),$current_ver)[0];
941
    $split = splitfirst($current_version, '.' . $current_ver)[0] . '.' . $current_ver;
Q
qkqpttgf 已提交
942 943 944 945
    //$github_version = file_get_contents('https://raw.githubusercontent.com/qkqpttgf/OneManager-php/master/version');
    $tmp = curl_request('https://raw.githubusercontent.com/qkqpttgf/OneManager-php/master/version');
    if ($tmp['stat']==0) return 0;
    $github_version = $tmp['body'];
Q
qkqpttgf 已提交
946 947 948 949
    $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) {
950 951 952
        //$_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];
Q
qkqpttgf 已提交
953
        return 1;
Q
qkqpttgf 已提交
954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972
    }
    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)
{
    $path = str_replace('+','%2B',$path);
    $path = str_replace('&amp;','&', path_format(urldecode($path)));
    if (getConfig('passfile') != '') {
Q
qkqpttgf 已提交
973
        $path = spurlencode($path,'/');
Q
qkqpttgf 已提交
974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001
        if (substr($path,-1)=='/') $path=substr($path,0,-1);
        $hiddenpass=gethiddenpass($path,getConfig('passfile'));
        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)
{
Q
qkqpttgf 已提交
1002
    if ($ISO=='') return date('Y-m-d H:i:s');
Q
qkqpttgf 已提交
1003 1004 1005 1006 1007
    $ISO = str_replace('T', ' ', $ISO);
    $ISO = str_replace('Z', ' ', $ISO);
    return date('Y-m-d H:i:s',strtotime($ISO . " UTC"));
}

Q
qkqpttgf 已提交
1008
function get_thumbnails_url($path = '/', $location = 0)
Q
qkqpttgf 已提交
1009 1010 1011
{
    $path1 = path_format($path);
    $path = path_format($_SERVER['list_path'] . path_format($path));
Q
qkqpttgf 已提交
1012 1013
    if ($path!='/'&&substr($path,-1)=='/') $path=substr($path,0,-1);
    $thumb_url = getcache('thumb_'.$path);
Q
qkqpttgf 已提交
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025
    if ($thumb_url=='') {
        $url = $_SERVER['api_url'];
        if ($path !== '/') {
            $url .= ':' . $path;
            if (substr($url,-1)=='/') $url=substr($url,0,-1);
        }
        $url .= ':/thumbnails/0/medium';
        $files = json_decode(curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']])['body'], true);
        if (isset($files['url'])) {
            savecache('thumb_'.$path, $files['url']);
            $thumb_url = $files['url'];
        }
Q
qkqpttgf 已提交
1026
    }
Q
qkqpttgf 已提交
1027
    if ($thumb_url!='') {
Q
qkqpttgf 已提交
1028 1029 1030 1031 1032 1033 1034 1035 1036
        if ($location) {
            $url = $thumb_url;
            $domainforproxy = '';
            $domainforproxy = getConfig('domainforproxy');
            if ($domainforproxy!='') {
                $url = proxy_replace_domain($url, $domainforproxy);
            }
            return output('', 302, [ 'Location' => $url ]);
        } else return output($thumb_url);
Q
qkqpttgf 已提交
1037
    }
Q
qkqpttgf 已提交
1038 1039 1040 1041 1042 1043 1044 1045
    return output('', 404);
}

function bigfileupload($path)
{
    $path1 = path_format($_SERVER['list_path'] . path_format($path));
    if (substr($path1,-1)=='/') $path1=substr($path1,0,-1);
    if ($_GET['upbigfilename']!=''&&$_GET['filesize']>0) {
Q
qkqpttgf 已提交
1046 1047 1048 1049 1050 1051 1052
        $tmp = splitlast($_GET['upbigfilename'], '/');
        if ($tmp[1]!='') {
            $fileinfo['name'] = $tmp[1];
            $fileinfo['path'] = $tmp[0];
        } else {
            $fileinfo['name'] = $_GET['upbigfilename'];
        }
Q
qkqpttgf 已提交
1053 1054
        $fileinfo['size'] = $_GET['filesize'];
        $fileinfo['lastModified'] = $_GET['lastModified'];
Q
qkqpttgf 已提交
1055
        $filename = spurlencode($_GET['upbigfilename'],'/');
1056 1057 1058 1059 1060 1061 1062 1063 1064
        if ($fileinfo['size']>10*1024*1024) {
            $cachefilename = spurlencode( $fileinfo['path'] . '/.' . $fileinfo['lastModified'] . '_' . $fileinfo['size'] . '_' . $fileinfo['name'] . '.tmp', '/');
            $getoldupinfo=fetch_files(path_format($path . '/' . $cachefilename));
            //echo json_encode($getoldupinfo, JSON_PRETTY_PRINT);
            if (isset($getoldupinfo['file'])&&$getoldupinfo['size']<5120) {
                $getoldupinfo_j = curl_request($getoldupinfo[$_SERVER['DownurlStrName']]);
                $getoldupinfo = json_decode($getoldupinfo_j['body'], true);
                if ( json_decode( curl_request($getoldupinfo['uploadUrl'])['body'], true)['@odata.context']!='' ) return output($getoldupinfo_j['body'], $getoldupinfo_j['stat']);
            }
Q
qkqpttgf 已提交
1065
        }
Q
qkqpttgf 已提交
1066
        //if (!$_SERVER['admin']) $filename = spurlencode( $fileinfo['name'] ) . '.scfupload';
1067 1068 1069 1070 1071 1072 1073
        $response = MSAPI('createUploadSession', path_format($path1 . '/' . $filename), '{"item": { "@microsoft.graph.conflictBehavior": "fail"  }}', $_SERVER['access_token']);
        if ($response['stat']<500) {
            $responsearry = json_decode($response['body'],true);
            if (isset($responsearry['error'])) return output($response['body'], $response['stat']);
            $fileinfo['uploadUrl'] = $responsearry['uploadUrl'];
            if ($fileinfo['size']>10*1024*1024) MSAPI('PUT', path_format($path1 . '/' . $cachefilename), json_encode($fileinfo, JSON_PRETTY_PRINT), $_SERVER['access_token']);
        }
Q
qkqpttgf 已提交
1074 1075 1076 1077 1078 1079 1080
        return output($response['body'], $response['stat']);
    }
    return output('error', 400);
}

function adminform($name = '', $pass = '', $path = '')
{
Q
qkqpttgf 已提交
1081
    $html = '<html><head><title>' . getconstStr('AdminLogin') . '</title><meta charset=utf-8></head>';
Q
qkqpttgf 已提交
1082
    if ($name!=''&&$pass!='') {
Q
qkqpttgf 已提交
1083
        $html .= '<meta http-equiv="refresh" content="3;URL=' . $path . '"><body>' . getconstStr('LoginSuccess') . '</body></html>';
Q
qkqpttgf 已提交
1084
        $statusCode = 201;
Q
qkqpttgf 已提交
1085 1086
        date_default_timezone_set('UTC');
        $header = [
Q
qkqpttgf 已提交
1087 1088
            'Set-Cookie' => $name . '=' . $pass . '; path=/; expires=' . date(DATE_COOKIE, strtotime('+1hour')),
            //'Location' => $path,
Q
qkqpttgf 已提交
1089 1090
            'Content-Type' => 'text/html'
        ];
Q
qkqpttgf 已提交
1091
        return output($html, $statusCode, $header);
Q
qkqpttgf 已提交
1092
    }
Q
qkqpttgf 已提交
1093
    $statusCode = 401;
Q
qkqpttgf 已提交
1094 1095 1096
    $html .= '
    <body>
	<div>
Q
qkqpttgf 已提交
1097
	  <center><h4>' . getconstStr('InputPassword') . '</h4>
Q
qkqpttgf 已提交
1098 1099 1100
	  <form action="" method="post">
		  <div>
		    <input name="password1" type="password"/>
Q
qkqpttgf 已提交
1101
		    <input type="submit" value="' . getconstStr('Login') . '">
Q
qkqpttgf 已提交
1102 1103 1104 1105 1106 1107
          </div>
	  </form>
      </center>
	</div>
';
    $html .= '</body></html>';
Q
qkqpttgf 已提交
1108
    return output($html, $statusCode);
Q
qkqpttgf 已提交
1109 1110 1111 1112 1113 1114 1115
}

function adminoperate($path)
{
    $path1 = path_format($_SERVER['list_path'] . path_format($path));
    if (substr($path1,-1)=='/') $path1=substr($path1,0,-1);
    $tmparr['statusCode'] = 0;
Q
qkqpttgf 已提交
1116
    if (isset($_GET['rename_newname'])&&$_GET['rename_newname']!=$_GET['rename_oldname'] && $_GET['rename_newname']!='') {
Q
qkqpttgf 已提交
1117 1118 1119 1120 1121 1122 1123 1124 1125
        // rename 重命名
        $oldname = spurlencode($_GET['rename_oldname']);
        $oldname = path_format($path1 . '/' . $oldname);
        $data = '{"name":"' . $_GET['rename_newname'] . '"}';
                //echo $oldname;
        $result = MSAPI('PATCH',$oldname,$data,$_SERVER['access_token']);
        //savecache('path_' . $path1, json_decode('{}',true), 1);
        return output($result['body'], $result['stat']);
    }
Q
qkqpttgf 已提交
1126
    if (isset($_GET['delete_name'])) {
Q
qkqpttgf 已提交
1127 1128 1129 1130 1131 1132 1133 1134
        // delete 删除
        $filename = spurlencode($_GET['delete_name']);
        $filename = path_format($path1 . '/' . $filename);
                //echo $filename;
        $result = MSAPI('DELETE', $filename, '', $_SERVER['access_token']);
        //savecache('path_' . $path1, json_decode('{}',true), 1);
        return output($result['body'], $result['stat']);
    }
Q
qkqpttgf 已提交
1135
    if (isset($_GET['operate_action'])&&$_GET['operate_action']==getconstStr('Encrypt')) {
Q
qkqpttgf 已提交
1136 1137 1138 1139 1140 1141 1142
        // encrypt 加密
        if (getConfig('passfile')=='') return message(getconstStr('SetpassfileBfEncrypt'),'',403);
        if ($_GET['encrypt_folder']=='/') $_GET['encrypt_folder']=='';
        $foldername = spurlencode($_GET['encrypt_folder']);
        $filename = path_format($path1 . '/' . $foldername . '/' . getConfig('passfile'));
                //echo $foldername;
        $result = MSAPI('PUT', $filename, $_GET['encrypt_newpass'], $_SERVER['access_token']);
Q
qkqpttgf 已提交
1143
        $path1 = path_format($path1 . '/' . $foldername );
Q
qkqpttgf 已提交
1144
        if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
Q
qkqpttgf 已提交
1145
        savecache('path_' . $path1 . '/?password', '', 1);
Q
qkqpttgf 已提交
1146 1147
        return output($result['body'], $result['stat']);
    }
Q
qkqpttgf 已提交
1148
    if (isset($_GET['move_folder'])) {
Q
qkqpttgf 已提交
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161
        // move 移动
        $moveable = 1;
        if ($path == '/' && $_GET['move_folder'] == '/../') $moveable=0;
        if ($_GET['move_folder'] == $_GET['move_name']) $moveable=0;
        if ($moveable) {
            $filename = spurlencode($_GET['move_name']);
            $filename = path_format($path1 . '/' . $filename);
            $foldername = path_format('/'.urldecode($path1).'/'.$_GET['move_folder']);
            $data = '{"parentReference":{"path": "/drive/root:'.$foldername.'"}}';
            $result = MSAPI('PATCH', $filename, $data, $_SERVER['access_token']);
            //savecache('path_' . $path1, json_decode('{}',true), 1);
            if ($_GET['move_folder'] == '/../') $path2 = path_format( substr($path1, 0, strrpos($path1, '/')) . '/' );
            else $path2 = path_format( $path1 . '/' . $_GET['move_folder'] . '/' );
Q
qkqpttgf 已提交
1162
            if ($path2!='/'&&substr($path2,-1)=='/') $path2=substr($path2,0,-1);
Q
qkqpttgf 已提交
1163 1164 1165
            savecache('path_' . $path2, json_decode('{}',true), 1);
            return output($result['body'], $result['stat']);
        } else {
Q
qkqpttgf 已提交
1166
            return output('{"error":"'.getconstStr('CannotMove').'"}', 403);
Q
qkqpttgf 已提交
1167 1168
        }
    }
Q
qkqpttgf 已提交
1169
    if (isset($_GET['copy_name'])) {
Q
qkqpttgf 已提交
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202
        // copy 复制
        $filename = spurlencode($_GET['copy_name']);
        $filename = path_format($path1 . '/' . $filename);
        $namearr = splitlast($_GET['copy_name'], '.');
        if ($namearr[0]!='') {
            $newname = $namearr[0] . ' (' . getconstStr('Copy') . ')';
            if ($namearr[1]!='') $newname .= '.' . $namearr[1];
        } else {
            $newname = '.' . $namearr[1] . ' (' . getconstStr('Copy') . ')';
        }
        //$newname = spurlencode($newname);
            //$foldername = path_format('/'.urldecode($path1).'/./');
            //$data = '{"parentReference":{"path": "/drive/root:'.$foldername.'"}}';
        $data = '{ "name": "' . $newname . '" }';
        $result = MSAPI('copy', $filename, $data, $_SERVER['access_token']);
        $num = 0;
        while ($result['stat']==409 && json_decode($result['body'], true)['error']['code']=='nameAlreadyExists') {
            $num++;
            if ($namearr[0]!='') {
                $newname = $namearr[0] . ' (' . getconstStr('Copy') . ' ' . $num . ')';
                if ($namearr[1]!='') $newname .= '.' . $namearr[1];
            } else {
                $newname = '.' . $namearr[1] . ' ('.getconstStr('Copy'). ' ' . $num .')';
            }
            //$newname = spurlencode($newname);
            $data = '{ "name": "' . $newname . '" }';
            $result = MSAPI('copy', $filename, $data, $_SERVER['access_token']);
        }
        //echo $result['stat'].$result['body'];
            //savecache('path_' . $path1, json_decode('{}',true), 1);
            //if ($_GET['move_folder'] == '/../') $path2 = path_format( substr($path1, 0, strrpos($path1, '/')) . '/' );
            //else $path2 = path_format( $path1 . '/' . $_GET['move_folder'] . '/' );
            //savecache('path_' . $path2, json_decode('{}',true), 1);
Q
qkqpttgf 已提交
1203
        return output($result['body'], $result['stat']);
Q
qkqpttgf 已提交
1204
    }
Q
qkqpttgf 已提交
1205
    if (isset($_POST['editfile'])) {
Q
qkqpttgf 已提交
1206 1207 1208 1209 1210 1211 1212 1213 1214 1215
        // edit 编辑
        $data = $_POST['editfile'];
        /*TXT一般不会超过4M,不用二段上传
        $filename = $path1 . ':/createUploadSession';
        $response=MSAPI('POST',$filename,'{"item": { "@microsoft.graph.conflictBehavior": "replace"  }}',$_SERVER['access_token']);
        $uploadurl=json_decode($response,true)['uploadUrl'];
        echo MSAPI('PUT',$uploadurl,$data,$_SERVER['access_token']);*/
        $result = MSAPI('PUT', $path1, $data, $_SERVER['access_token'])['body'];
        //echo $result;
        $resultarry = json_decode($result,true);
Q
qkqpttgf 已提交
1216
        if (isset($resultarry['error'])) return message($resultarry['error']['message']. '<hr><a href="javascript:history.back(-1)">'.getconstStr('Back').'</a>','Error',403);
Q
qkqpttgf 已提交
1217
    }
Q
qkqpttgf 已提交
1218
    if (isset($_GET['create_name'])) {
Q
qkqpttgf 已提交
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231
        // create 新建
        if ($_GET['create_type']=='file') {
            $filename = spurlencode($_GET['create_name']);
            $filename = path_format($path1 . '/' . $filename);
            $result = MSAPI('PUT', $filename, $_GET['create_text'], $_SERVER['access_token']);
        }
        if ($_GET['create_type']=='folder') {
            $data = '{ "name": "' . $_GET['create_name'] . '",  "folder": { },  "@microsoft.graph.conflictBehavior": "rename" }';
            $result = MSAPI('children', $path1, $data, $_SERVER['access_token']);
        }
        //savecache('path_' . $path1, json_decode('{}',true), 1);
        return output($result['body'], $result['stat']);
    }
Q
qkqpttgf 已提交
1232
    if (isset($_GET['RefreshCache'])) {
Q
qkqpttgf 已提交
1233
        $path1 = path_format($_SERVER['list_path'] . path_format($path));
Q
qkqpttgf 已提交
1234
        if ($path1!='/'&&substr($path1,-1)=='/') $path1=substr($path1,0,-1);
Q
qkqpttgf 已提交
1235
        savecache('path_' . $path1 . '/?password', '', 1);
Q
qkqpttgf 已提交
1236
        savecache('customTheme', '', 1);
1237
        return message('<meta http-equiv="refresh" content="2;URL=./">', getconstStr('RefreshCache'), 302);
Q
qkqpttgf 已提交
1238 1239 1240 1241
    }
    return $tmparr;
}

Q
qkqpttgf 已提交
1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258
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;
}

Q
qkqpttgf 已提交
1259 1260
function splitlast($str, $split)
{
Q
qkqpttgf 已提交
1261
    $len = strlen($split);
Q
qkqpttgf 已提交
1262 1263 1264 1265 1266 1267
    $pos = strrpos($str, $split);
    if ($pos===false) {
        $tmp[0] = $str;
        $tmp[1] = '';
    } elseif ($pos>0) {
        $tmp[0] = substr($str, 0, $pos);
Q
qkqpttgf 已提交
1268
        $tmp[1] = substr($str, $pos+$len);
Q
qkqpttgf 已提交
1269 1270
    } else {
        $tmp[0] = '';
Q
qkqpttgf 已提交
1271
        $tmp[1] = substr($str, $len);
Q
qkqpttgf 已提交
1272 1273 1274 1275
    }
    return $tmp;
}

Q
qkqpttgf 已提交
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316
function MSAPI($method, $path, $data = '', $access_token)
{
    if (substr($path,0,7) == 'http://' or substr($path,0,8) == 'https://') {
        $url=$path;
        $lenth=strlen($data);
        $headers['Content-Length'] = $lenth;
        $lenth--;
        $headers['Content-Range'] = 'bytes 0-' . $lenth . '/' . $headers['Content-Length'];
    } else {
        $url = $_SERVER['api_url'];
        if ($path=='' or $path=='/') {
            $url .= '/';
        } else {
            $url .= ':' . $path;
            if (substr($url,-1)=='/') $url=substr($url,0,-1);
        }
        if ($method=='PUT') {
            if ($path=='' or $path=='/') {
                $url .= 'content';
            } else {
                $url .= ':/content';
            }
            $headers['Content-Type'] = 'text/plain';
        } elseif ($method=='PATCH') {
            $headers['Content-Type'] = 'application/json';
        } elseif ($method=='POST') {
            $headers['Content-Type'] = 'application/json';
        } elseif ($method=='DELETE') {
            $headers['Content-Type'] = 'application/json';
        } else {
            if ($path=='' or $path=='/') {
                $url .= $method;
            } else {
                $url .= ':/' . $method;
            }
            $method='POST';
            $headers['Content-Type'] = 'application/json';
        }
    }
    $headers['Authorization'] = 'Bearer ' . $access_token;
    if (!isset($headers['Accept'])) $headers['Accept'] = '*/*';
Q
qkqpttgf 已提交
1317
    //if (!isset($headers['Referer'])) $headers['Referer'] = $url;*
Q
qkqpttgf 已提交
1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331
    $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, 0);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Q
qkqpttgf 已提交
1332
    //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
Q
qkqpttgf 已提交
1333 1334 1335
    curl_setopt($ch, CURLOPT_HTTPHEADER, $sendHeaders);
    $response['body'] = curl_exec($ch);
    $response['stat'] = curl_getinfo($ch,CURLINFO_HTTP_CODE);
Q
qkqpttgf 已提交
1336
    //$response['Location'] = curl_getinfo($ch);
Q
qkqpttgf 已提交
1337 1338 1339 1340 1341 1342 1343 1344 1345
    curl_close($ch);
    error_log($response['stat'].'
'.$response['body'].'
');
    return $response;
}

function fetch_files($path = '/')
{
1346
    global $exts;
Q
qkqpttgf 已提交
1347 1348
    $path1 = path_format($path);
    $path = path_format($_SERVER['list_path'] . path_format($path));
Q
qkqpttgf 已提交
1349
    if ($path!='/'&&substr($path,-1)=='/') $path=substr($path,0,-1);
Q
qkqpttgf 已提交
1350 1351 1352 1353
    if (!($files = getcache('path_' . $path))) {
        // https://docs.microsoft.com/en-us/graph/api/driveitem-get?view=graph-rest-1.0
        // https://docs.microsoft.com/zh-cn/graph/api/driveitem-put-content?view=graph-rest-1.0&tabs=http
        // https://developer.microsoft.com/zh-cn/graph/graph-explorer
Q
qkqpttgf 已提交
1354 1355
        $pos = splitlast($path, '/');
        $parentpath = $pos[0];
Q
qkqpttgf 已提交
1356
        if ($parentpath=='') $parentpath = '/';
Q
qkqpttgf 已提交
1357
        $filename = $pos[1];
Q
qkqpttgf 已提交
1358
        if ($parentfiles = getcache('path_' . $parentpath)) {
1359
            if (isset($parentfiles['children'][$filename][$_SERVER['DownurlStrName']])) {
Q
qkqpttgf 已提交
1360 1361
                if (in_array(splitlast($filename,'.')[1], $exts['txt'])) {
                    if (!(isset($parentfiles['children'][$filename]['content'])&&$parentfiles['children'][$filename]['content']['stat']==200)) {
1362
                        $content1 = curl_request($parentfiles['children'][$filename][$_SERVER['DownurlStrName']]);
Q
qkqpttgf 已提交
1363
                        $parentfiles['children'][$filename]['content'] = $content1;
Q
qkqpttgf 已提交
1364
                        savecache('path_' . $parentpath, $parentfiles);
1365 1366
                    }
                }
Q
qkqpttgf 已提交
1367
                return $parentfiles['children'][$filename];
1368
            }
Q
qkqpttgf 已提交
1369
        }
Q
qkqpttgf 已提交
1370

Q
qkqpttgf 已提交
1371 1372 1373 1374 1375
        $url = $_SERVER['api_url'];
        if ($path !== '/') {
            $url .= ':' . $path;
            if (substr($url,-1)=='/') $url=substr($url,0,-1);
        }
Q
qkqpttgf 已提交
1376
        $url .= '?expand=children(select=id,name,size,file,folder,parentReference,lastModifiedDateTime,'.$_SERVER['DownurlStrName'].')';
1377 1378
        $retry = 0;
        $arr = [];
Q
qkqpttgf 已提交
1379
        while ($retry<3&&!$arr['stat']) {
1380
            $arr = curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']],1);
Q
qkqpttgf 已提交
1381 1382
            $retry++;
        }
Q
qkqpttgf 已提交
1383 1384
        if ($arr['stat']<500) {
            $files = json_decode($arr['body'], true);
1385
            //echo $path . '<br><pre>' . json_encode($arr, JSON_PRETTY_PRINT) . '</pre>';
Q
qkqpttgf 已提交
1386 1387
            if (isset($files['folder'])) {
                if ($files['folder']['childCount']>200) {
Q
qkqpttgf 已提交
1388
                    // files num > 200 , then get nextlink
Q
qkqpttgf 已提交
1389
                    $page = $_POST['pagenum']==''?1:$_POST['pagenum'];
Q
qkqpttgf 已提交
1390 1391
                    if ($page>1) $files=fetch_files_children($files, $path1, $page);
                    $files['children'] = children_name($files['children']);
Q
qkqpttgf 已提交
1392 1393 1394 1395 1396 1397 1398 1399 1400 1401
                    /*$url = $_SERVER['api_url'];
                    if ($path !== '/') {
                        $url .= ':' . $path;
                        if (substr($url,-1)=='/') $url=substr($url,0,-1);
                        $url .= ':/children?$top=9999&$select=id,name,size,file,folder,parentReference,lastModifiedDateTime,'.$_SERVER['DownurlStrName'];
                    } else {
                        $url .= '/children?$top=9999&$select=id,name,size,file,folder,parentReference,lastModifiedDateTime,'.$_SERVER['DownurlStrName'];
                    }
                    $children = json_decode(curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']])['body'], true);
                    $files['children'] = $children['value'];*/
Q
qkqpttgf 已提交
1402 1403
                } else {
                // files num < 200 , then cache
Q
qkqpttgf 已提交
1404 1405 1406
                    //if (isset($files['children'])) {
                        $files['children'] = children_name($files['children']);
                    //}
Q
qkqpttgf 已提交
1407 1408 1409
                    savecache('path_' . $path, $files);
                }
            }
Q
qkqpttgf 已提交
1410 1411 1412 1413 1414 1415 1416 1417 1418
            if (isset($files['file'])) {
                if (in_array(splitlast($files['name'],'.')[1], $exts['txt'])) {
                    if (!(isset($files['content'])&&$files['content']['stat']==200)) {
                        $content1 = curl_request($files[$_SERVER['DownurlStrName']]);
                        $files['content'] = $content1;
                        savecache('path_' . $path, $files);
                    }
                }
            }
Q
qkqpttgf 已提交
1419 1420 1421 1422
            if (isset($files['error'])) {
                $files['error']['stat'] = $arr['stat'];
            }
        } else {
Q
qkqpttgf 已提交
1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433
            //error_log($arr['body']);
            $files = json_decode($arr['body'], true);
            if (isset($files['error'])) {
                $files['error']['stat'] = $arr['stat'];
            } else {
                $files['error']['stat'] = 503;
                $files['error']['code'] = 'unknownError';
                $files['error']['message'] = 'unknownError';
            }
            //$files = json_decode( '{"unknownError":{ "stat":'.$arr['stat'].',"message":"'.$arr['body'].'"}}', true);
            //error_log(json_encode($files, JSON_PRETTY_PRINT));
Q
qkqpttgf 已提交
1434 1435
        }
    }
1436

Q
qkqpttgf 已提交
1437 1438 1439
    return $files;
}

Q
qkqpttgf 已提交
1440 1441 1442 1443
function children_name($children)
{
    $tmp = [];
    foreach ($children as $file) {
1444
        $tmp[strtolower($file['name'])] = $file;
Q
qkqpttgf 已提交
1445 1446 1447 1448
    }
    return $tmp;
}

Q
qkqpttgf 已提交
1449 1450
function fetch_files_children($files, $path, $page)
{
Q
qkqpttgf 已提交
1451 1452
    $path1 = path_format($path);
    $path = path_format($_SERVER['list_path'] . path_format($path));
Q
qkqpttgf 已提交
1453
    if ($path!='/'&&substr($path,-1)=='/') $path=substr($path,0,-1);
Q
qkqpttgf 已提交
1454 1455 1456 1457 1458 1459
    $cachefilename = '.SCFcache_'.$_SERVER['function_name'];
    $maxpage = ceil($files['folder']['childCount']/200);
    if (!($files['children'] = getcache('files_' . $path . '_page_' . $page))) {
        // down cache file get jump info. 下载cache文件获取跳页链接
        $cachefile = fetch_files(path_format($path1 . '/' .$cachefilename));
        if ($cachefile['size']>0) {
1460
            $pageinfo = curl_request($cachefile[$_SERVER['DownurlStrName']])['body'];
Q
qkqpttgf 已提交
1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476
            $pageinfo = json_decode($pageinfo,true);
            for ($page4=1;$page4<$maxpage;$page4++) {
                savecache('nextlink_' . $path . '_page_' . $page4, $pageinfo['nextlink_' . $path . '_page_' . $page4]);
                $pageinfocache['nextlink_' . $path . '_page_' . $page4] = $pageinfo['nextlink_' . $path . '_page_' . $page4];
            }
        }
        $pageinfochange=0;
        for ($page1=$page;$page1>=1;$page1--) {
            $page3=$page1-1;
            $url = getcache('nextlink_' . $path . '_page_' . $page3);
            if ($url == '') {
                if ($page1==1) {
                    $url = $_SERVER['api_url'];
                    if ($path !== '/') {
                        $url .= ':' . $path;
                        if (substr($url,-1)=='/') $url=substr($url,0,-1);
Q
qkqpttgf 已提交
1477
                        $url .= ':/children?$select=id,name,size,file,folder,parentReference,lastModifiedDateTime,'.$_SERVER['DownurlStrName'];
Q
qkqpttgf 已提交
1478
                    } else {
Q
qkqpttgf 已提交
1479
                        $url .= '/children?$select=id,name,size,file,folder,parentReference,lastModifiedDateTime,'.$_SERVER['DownurlStrName'];
Q
qkqpttgf 已提交
1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552
                    }
                    $children = json_decode(curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']])['body'], true);
                    // echo $url . '<br><pre>' . json_encode($children, JSON_PRETTY_PRINT) . '</pre>';
                    savecache('files_' . $path . '_page_' . $page1, $children['value']);
                    $nextlink=getcache('nextlink_' . $path . '_page_' . $page1);
                    if ($nextlink!=$children['@odata.nextLink']) {
                        savecache('nextlink_' . $path . '_page_' . $page1, $children['@odata.nextLink']);
                        $pageinfocache['nextlink_' . $path . '_page_' . $page1] = $children['@odata.nextLink'];
                        $pageinfocache = clearbehindvalue($path,$page1,$maxpage,$pageinfocache);
                        $pageinfochange = 1;
                    }
                    $url = $children['@odata.nextLink'];
                    for ($page2=$page1+1;$page2<=$page;$page2++) {
                        sleep(1);
                        $children = json_decode(curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']])['body'], true);
                        savecache('files_' . $path . '_page_' . $page2, $children['value']);
                        $nextlink=getcache('nextlink_' . $path . '_page_' . $page2);
                        if ($nextlink!=$children['@odata.nextLink']) {
                            savecache('nextlink_' . $path . '_page_' . $page2, $children['@odata.nextLink']);
                            $pageinfocache['nextlink_' . $path . '_page_' . $page2] = $children['@odata.nextLink'];
                            $pageinfocache = clearbehindvalue($path,$page2,$maxpage,$pageinfocache);
                            $pageinfochange = 1;
                        }
                        $url = $children['@odata.nextLink'];
                    }
                    //echo $url . '<br><pre>' . json_encode($children, JSON_PRETTY_PRINT) . '</pre>';
                    $files['children'] = $children['value'];
                    $files['folder']['page']=$page;
                    $pageinfocache['filenum'] = $files['folder']['childCount'];
                    $pageinfocache['dirsize'] = $files['size'];
                    $pageinfocache['cachesize'] = $cachefile['size'];
                    $pageinfocache['size'] = $files['size']-$cachefile['size'];
                    if ($pageinfochange == 1) MSAPI('PUT', path_format($path.'/'.$cachefilename), json_encode($pageinfocache, JSON_PRETTY_PRINT), $_SERVER['access_token'])['body'];
                    return $files;
                }
            } else {
                for ($page2=$page3+1;$page2<=$page;$page2++) {
                    sleep(1);
                    $children = json_decode(curl_request($url, false, ['Authorization' => 'Bearer ' . $_SERVER['access_token']])['body'], true);
                    savecache('files_' . $path . '_page_' . $page2, $children['value'], 3300);
                    $nextlink=getcache('nextlink_' . $path . '_page_' . $page2);
                    if ($nextlink!=$children['@odata.nextLink']) {
                        savecache('nextlink_' . $path . '_page_' . $page2, $children['@odata.nextLink'], 3300);
                        $pageinfocache['nextlink_' . $path . '_page_' . $page2] = $children['@odata.nextLink'];
                        $pageinfocache = clearbehindvalue($path,$page2,$maxpage,$pageinfocache);
                        $pageinfochange = 1;
                    }
                    $url = $children['@odata.nextLink'];
                }
                //echo $url . '<br><pre>' . json_encode($children, JSON_PRETTY_PRINT) . '</pre>';
                $files['children'] = $children['value'];
                $files['folder']['page']=$page;
                $pageinfocache['filenum'] = $files['folder']['childCount'];
                $pageinfocache['dirsize'] = $files['size'];
                $pageinfocache['cachesize'] = $cachefile['size'];
                $pageinfocache['size'] = $files['size']-$cachefile['size'];
                if ($pageinfochange == 1) MSAPI('PUT', path_format($path.'/'.$cachefilename), json_encode($pageinfocache, JSON_PRETTY_PRINT), $_SERVER['access_token'])['body'];
                return $files;
            }
        }
    } else {
        $files['folder']['page']=$page;
        for ($page4=1;$page4<=$maxpage;$page4++) {
            if (!($url = getcache('nextlink_' . $path . '_page_' . $page4))) {
                if ($files['folder'][$path.'_'.$page4]!='') savecache('nextlink_' . $path . '_page_' . $page4, $files['folder'][$path.'_'.$page4]);
            } else {
                $files['folder'][$path.'_'.$page4] = $url;
            }
        }
    }
    return $files;
}

Q
qkqpttgf 已提交
1553
function get_refresh_token()
Q
qkqpttgf 已提交
1554 1555
{
    global $constStr;
Q
qkqpttgf 已提交
1556
    global $CommonEnv;
Q
qkqpttgf 已提交
1557
    config_oauth();
Q
qkqpttgf 已提交
1558 1559 1560
    $envs = '';
    foreach ($CommonEnv as $env) $envs .= '\'' . $env . '\', ';
    $url = path_format($_SERVER['PHP_SELF'] . '/');
1561
    if (isset($_GET['install2']) && isset($_GET['code'])) {
Q
qkqpttgf 已提交
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576
        $_SERVER['disktag'] = $_COOKIE['disktag'];
        config_oauth();
        $tmp = curl_request($_SERVER['oauth_url'] . 'token', 'client_id=' . $_SERVER['client_id'] .'&client_secret=' . $_SERVER['client_secret'] . '&grant_type=authorization_code&requested_token_use=on_behalf_of&redirect_uri=' . $_SERVER['redirect_uri'] .'&code=' . $_GET['code']);
        if ($tmp['stat']==200) $ret = json_decode($tmp['body'], true);
        if (isset($ret['refresh_token'])) {
            $refresh_token = $ret['refresh_token'];
            $str = '
        refresh_token :<br>';
            $str .= '
        <textarea readonly style="width: 95%">' . $refresh_token . '</textarea><br><br>
        '.getconstStr('SavingToken').'
        <script>
            var texta=document.getElementsByTagName(\'textarea\');
            for(i=0;i<texta.length;i++) {
                texta[i].style.height = texta[i].scrollHeight + \'px\';
Q
qkqpttgf 已提交
1577
            }
Q
qkqpttgf 已提交
1578 1579 1580 1581 1582
            document.cookie=\'language=; path=/\';
            document.cookie=\'disktag=; path=/\';
        </script>';
            $tmptoken['refresh_token'] = $refresh_token;
            $tmptoken['token_expires'] = time()+7*24*60*60;
1583 1584 1585 1586 1587
            if (getConfig('usesharepoint')=='on') {
                $tmp1 = get_siteid($ret['access_token']);
                if (isset($tmp1['stat'])) return message($tmp1['body'], 'Error', $tmp1['stat']);
                $tmptoken['siteid'] = $tmp1;
            } 
Q
qkqpttgf 已提交
1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598
            $response = setConfigResponse( setConfig($tmptoken, $_COOKIE['disktag']) );
            if (api_error($response)) {
                $html = api_error_msg($response);
                $title = 'Error';
                return message($html, $title, 201);
            } else {
                savecache('access_token', $ret['access_token'], $ret['expires_in'] - 60);
                $str .= '
                <meta http-equiv="refresh" content="5;URL=' . $url . '">';
                return message($str, getconstStr('WaitJumpIndex'));
            }
Q
qkqpttgf 已提交
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616
        }
        return message('<pre>' . json_encode(json_decode($tmp['body']), JSON_PRETTY_PRINT) . '</pre>', $tmp['stat']);
        //return message('<pre>' . json_encode($ret, JSON_PRETTY_PRINT) . '</pre>', 500);
    }
    if (isset($_GET['install1'])) {
        $_SERVER['disktag'] = $_COOKIE['disktag'];
        config_oauth();
        if (getConfig('Drive_ver')=='MS' || getConfig('Drive_ver')=='CN') {
            return message('
    <a href="" id="a1">'.getconstStr('JumptoOffice').'</a>
    <script>
        url=location.protocol + "//" + location.host + "'.$url.'";
        url="'. $_SERVER['oauth_url'] .'authorize?scope='. $_SERVER['scope'] .'&response_type=code&client_id='. $_SERVER['client_id'] .'&redirect_uri='. $_SERVER['redirect_uri'] . '&state=' .'"+encodeURIComponent(url);
        document.getElementById(\'a1\').href=url;
        //window.open(url,"_blank");
        location.href = url;
    </script>
    ', getconstStr('Wait').' 1s', 201);
Q
qkqpttgf 已提交
1617
        } else {
Q
qkqpttgf 已提交
1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632
            return message('Something error, retry after a few seconds.', 'retry', 201);
        }
    }
    if (isset($_GET['install0'])) {
        if ($_POST['disktag_add']!='') {
            if (in_array($_COOKIE['disktag'], $CommonEnv)) {
                return message('Do not input ' . $envs . '<br><button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button><script>document.cookie=\'disktag=; path=/\';</script>', 'Error', 201);
            }
            $_SERVER['disktag'] = $_COOKIE['disktag'];
            $tmp['disktag_add'] = $_POST['disktag_add'];
            $tmp['diskname'] = $_POST['diskname'];
            $tmp['Drive_ver'] = $_POST['Drive_ver'];
            if ($_POST['Drive_ver']=='shareurl') {
                $tmp['shareurl'] = $_POST['shareurl'];
                $tmp['refresh_token'] = 1;
Q
qkqpttgf 已提交
1633
            } else {
Q
qkqpttgf 已提交
1634 1635 1636 1637
                if ($_POST['Drive_custom']=='on') {
                    $tmp['Drive_custom'] = $_POST['Drive_custom'];
                    $tmp['client_id'] = $_POST['client_id'];
                    $tmp['client_secret'] = $_POST['client_secret'];
Q
qkqpttgf 已提交
1638 1639 1640 1641
                } else {
                    $tmp['Drive_custom'] = '';
                    $tmp['client_id'] = '';
                    $tmp['client_secret'] = '';
Q
qkqpttgf 已提交
1642 1643 1644 1645
                }
                if ($_POST['usesharepoint']=='on') {
                    $tmp['usesharepoint'] = $_POST['usesharepoint'];
                    $tmp['sharepointSiteAddress'] = $_POST['sharepointSiteAddress'];
Q
qkqpttgf 已提交
1646 1647 1648
                } else {
                    $tmp['usesharepoint'] = '';
                    $tmp['sharepointSiteAddress'] = '';
Q
qkqpttgf 已提交
1649 1650
                }
            }
Q
qkqpttgf 已提交
1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
            $response = setConfigResponse( setConfig($tmp, $_COOKIE['disktag']) );
            if (api_error($response)) {
                $html = api_error_msg($response);
                $title = 'Error';
            } else {
                $title = getconstStr('MayinEnv');
                $html = getconstStr('Wait') . ' 3s<meta http-equiv="refresh" content="3;URL=' . $url . '?AddDisk&install1">';
                if ($_POST['Drive_ver']=='shareurl') $html = getconstStr('Wait') . ' 3s<meta http-equiv="refresh" content="3;URL=' . $url . '">';
            }
            return message($html, $title, 201);
Q
qkqpttgf 已提交
1661 1662
        }
    }
Q
qkqpttgf 已提交
1663

1664 1665 1666 1667 1668 1669
    //if ($constStr['language']!='zh-cn') {
    //    $linklang='en-us';
    //} else $linklang='zh-cn';
    //$ru = "https://developer.microsoft.com/".$linklang."/graph/quick-start?appID=_appId_&appName=_appName_&redirectUrl=".$_SERVER['redirect_uri']."&platform=option-php";
    //$deepLink = "/quickstart/graphIO?publicClientSupport=false&appName=OneManager&redirectUrl=".$_SERVER['redirect_uri']."&allowImplicitFlow=false&ru=".urlencode($ru);
    //$app_url = "https://apps.dev.microsoft.com/?deepLink=".urlencode($deepLink);
Q
qkqpttgf 已提交
1670 1671 1672 1673 1674 1675 1676
    $html = '
<div>
    <form action="?AddDisk&install0" method="post" onsubmit="return notnull(this);">
        '.getconstStr('OnedriveDiskTag').': ('.getConfig('disktag').')<input type="text" name="disktag_add" placeholder="' . getconstStr('EnvironmentsDescription')['disktag'] . '" style="width:100%"><br>
        '.getconstStr('OnedriveDiskName').':<input type="text" name="diskname" placeholder="' . getconstStr('EnvironmentsDescription')['diskname'] . '" style="width:100%"><br>
        <br>
        <div>
1677
            <label><input type="radio" name="Drive_ver" value="MS" onclick="document.getElementById(\'morecustom\').style.display=\'\';document.getElementById(\'inputshareurl\').style.display=\'none\';">MS: '.getconstStr('DriveVerMS').'</label><br>
Q
qkqpttgf 已提交
1678 1679 1680 1681 1682 1683 1684 1685
            <label><input type="radio" name="Drive_ver" value="CN" onclick="document.getElementById(\'morecustom\').style.display=\'\';document.getElementById(\'inputshareurl\').style.display=\'none\';">CN: '.getconstStr('DriveVerCN').'</label><br>
            <label><input type="radio" name="Drive_ver" value="shareurl" onclick="document.getElementById(\'inputshareurl\').style.display=\'\';document.getElementById(\'morecustom\').style.display=\'none\';">ShareUrl: '.getconstStr('DriveVerShareurl').'</label><br>
        </div>
        <br>
        <div id="inputshareurl" style="display:none;margin:10px 35px">
            '.getconstStr('UseShareLink').'
            <input type="text" name="shareurl" style="width:100%" placeholder="https://xxxx.sharepoint.com/:f:/g/personal/xxxxxxxx/mmmmmmmmm?e=XXXX"><br>
        </div>
1686
        <div id="morecustom" style="display:none;">
Q
qkqpttgf 已提交
1687 1688
            <label><input type="checkbox" name="Drive_custom" onclick="document.getElementById(\'secret\').style.display=(this.checked?\'\':\'none\');">'.getconstStr('CustomIdSecret').'</label><br>
            <div id="secret" style="display:none;margin:10px 35px">
1689 1690
                return uri: https://scfonedrive.github.io/<br>
                client_id:<input type="text" name="client_id" placeholder="a1b2c345-90ab-cdef-ghij-klmnopqrstuv"><br>
Q
qkqpttgf 已提交
1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708
                client_secret:<input type="text" name="client_secret"><br>
            </div>
            <label><input type="checkbox" name="usesharepoint" onclick="document.getElementById(\'sharepoint\').style.display=(this.checked?\'\':\'none\');">'.getconstStr('UseSharepointInstead').'</label><br>
            <div id="sharepoint" style="display:none;margin:10px 35px">
                '.getconstStr('GetSharepointSiteAddress').'<br>
                <input type="text" name="sharepointSiteAddress" style="width:100%" placeholder="'.getconstStr('InputSharepointSiteAddress').'"><br>
            </div>
        </div>
        <br>
        <input type="submit" value="'.getconstStr('Submit').'">
    </form>
</div>
    <script>
        function notnull(t)
        {
            if (t.disktag_add.value==\'\') {
                alert(\''.getconstStr('OnedriveDiskTag').'\');
                return false;
Q
qkqpttgf 已提交
1709
            }
Q
qkqpttgf 已提交
1710 1711 1712 1713
            envs = [' . $envs . '];
            if (envs.indexOf(t.disktag_add.value)>-1) {
                alert("Do not input ' . $envs . '");
                return false;
Q
qkqpttgf 已提交
1714
            }
Q
qkqpttgf 已提交
1715 1716 1717 1718
            var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/;
            if (!reg.test(t.disktag_add.value)) {
                alert(\''.getconstStr('TagFormatAlert').'\');
                return false;
Q
qkqpttgf 已提交
1719
            }
Q
qkqpttgf 已提交
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737
            if (t.Drive_ver.value==\'shareurl\') {
                if (t.shareurl.value==\'\') {
                    alert(\'shareurl\');
                    return false;
                }
            } else {
                if (t.Drive_custom.checked==true) {
                    if (t.client_secret.value==\'\'||t.client_id.value==\'\') {
                        alert(\'client_id & client_secret\');
                        return false;
                    }
                }
                if (t.usesharepoint.checked==true) {
                    if (t.sharepointSiteAddress.value==\'\') {
                        alert(\''.getconstStr('InputSharepointSiteAddress').'\');
                        return false;
                    }
                }
Q
qkqpttgf 已提交
1738
            }
Q
qkqpttgf 已提交
1739 1740 1741 1742
            var expd = new Date();
            expd.setTime(expd.getTime()+(2*60*60*1000));
            var expires = "expires="+expd.toGMTString();
            document.cookie=\'disktag=\'+t.disktag_add.value+\'; path=/; \'+expires;
Q
qkqpttgf 已提交
1743
            return true;
Q
qkqpttgf 已提交
1744
        }
Q
qkqpttgf 已提交
1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759
    </script>';
    $title = 'Bind Disk';
    return message($html, $title, 201);
}

function EnvOpt($needUpdate = 0)
{
    global $constStr;
    global $ShowedCommonEnv;
    global $ShowedInnerEnv;
    global $timezones;
    asort($ShowedCommonEnv);
    asort($ShowedInnerEnv);
    $html = '<title>OneManager '.getconstStr('Setup').'</title>';
    if (isset($_POST['updateProgram'])&&$_POST['updateProgram']==getconstStr('updateProgram')) {
Q
qkqpttgf 已提交
1760
        $response = setConfigResponse(OnekeyUpate($_POST['auth'], $_POST['project'], $_POST['branch']));
Q
qkqpttgf 已提交
1761 1762 1763
        if (api_error($response)) {
            $html = api_error_msg($response);
            $title = 'Error';
Q
qkqpttgf 已提交
1764
        } else {
Q
qkqpttgf 已提交
1765 1766 1767 1768
            //WaitSCFStat();
            $html .= getconstStr('UpdateSuccess') . '<br>
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
            $title = getconstStr('Setup');
Q
qkqpttgf 已提交
1769
        }
Q
qkqpttgf 已提交
1770 1771 1772 1773 1774 1775 1776
        return message($html, $title);
    }
    if (isset($_POST['submit1'])) {
        $_SERVER['disk_oprating'] = '';
        foreach ($_POST as $k => $v) {
            if (in_array($k, $ShowedCommonEnv)||in_array($k, $ShowedInnerEnv)||$k=='disktag_del' || $k=='disktag_add') {
                $tmp[$k] = $v;
Q
qkqpttgf 已提交
1777
            }
Q
qkqpttgf 已提交
1778
            if ($k == 'disk') $_SERVER['disk_oprating'] = $v;
Q
qkqpttgf 已提交
1779
        }
Q
qkqpttgf 已提交
1780 1781 1782 1783 1784 1785
        /*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));
Q
qkqpttgf 已提交
1786
            }
Q
qkqpttgf 已提交
1787 1788 1789 1790
            $tmp['domain_path'] = $tmparr;
        }*/
        $response = setConfigResponse( setConfig($tmp, $_SERVER['disk_oprating']) );
        if (api_error($response)) {
Q
qkqpttgf 已提交
1791 1792 1793
            $html = api_error_msg($response);
            $title = 'Error';
        } else {
Q
qkqpttgf 已提交
1794 1795 1796 1797
                //WaitSCFStat();
            $html .= getconstStr('Success') . '!<br>
<button onclick="location.href = location.href;">'.getconstStr('Refresh').'</button>';
            $title = getconstStr('Setup');
Q
qkqpttgf 已提交
1798
        }
Q
qkqpttgf 已提交
1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825
        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>&nbsp;&nbsp;&nbsp;<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>';
    foreach ($ShowedCommonEnv as $key) {
        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>';
Q
qkqpttgf 已提交
1826
            }
Q
qkqpttgf 已提交
1827 1828
            $html .= '
                </select>
1829
                '.getconstStr('EnvironmentsDescription')[$key].'
Q
qkqpttgf 已提交
1830 1831 1832
            </td>
        </tr>';
        } elseif ($key=='theme') {
Q
qkqpttgf 已提交
1833
            $theme_arr = scandir(__DIR__.'/theme');
Q
qkqpttgf 已提交
1834 1835 1836 1837 1838 1839 1840 1841 1842
            $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>';
Q
qkqpttgf 已提交
1843
            }
Q
qkqpttgf 已提交
1844 1845
            $html .= '
                </select>
1846
                '.getconstStr('EnvironmentsDescription')[$key].'
Q
qkqpttgf 已提交
1847 1848 1849 1850 1851 1852 1853
            </td>
        </tr>';
        } /*elseif ($key=='domain_path') {
            $tmp = getConfig($key);
            $domain_path = '';
            foreach ($tmp as $k1 => $v1) {
                $domain_path .= $k1 . ':' . $v1 . '|';
Q
qkqpttgf 已提交
1854
            }
Q
qkqpttgf 已提交
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877
            $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>';
    foreach (explode("|",getConfig('disktag')) as $disktag) {
        if ($disktag!='') {
            $html .= '
<table border=1 width=100%>
    <form action="" method="post">
        <tr>
            <td colspan="2">'.$disktag.':
Q
qkqpttgf 已提交
1878 1879
                <input type="hidden" name="disktag_del" value="'.$disktag.'">
                <input type="submit" name="submit1" value="'.getconstStr('DelDisk').'">
Q
qkqpttgf 已提交
1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896
            </td>
        </tr>
    </form>';
            if (getConfig('refresh_token', $disktag)!='') {
                $html .= '
    <form name="'.$disktag.'" action="" method="post">
        <input type="hidden" name="disk" value="'.$disktag.'">';
                foreach ($ShowedInnerEnv as $key) {
                    $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 .= '
        <tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
    </form>';
Q
qkqpttgf 已提交
1897 1898 1899 1900 1901
            } else {
                $html .= '
    <tr>
        <td colspan="2">Please add this disk again.</td>
    </tr>';
Q
qkqpttgf 已提交
1902
            }
Q
qkqpttgf 已提交
1903 1904
            $html .= '
</table><br>';
Q
qkqpttgf 已提交
1905
        }
Q
qkqpttgf 已提交
1906 1907 1908
    }
    $html .= '
<a href="?AddDisk">'.getconstStr('AddDisk').'</a><br><br>';
Q
qkqpttgf 已提交
1909 1910 1911 1912 1913 1914 1915 1916

    $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;
Q
qkqpttgf 已提交
1917 1918
    } elseif ($_SERVER['BCE_CFC_RUNTIME_NAME']=='php7') {
        $canOneKeyUpate = 1;
Q
qkqpttgf 已提交
1919 1920
    } elseif ($_SERVER['_APP_SHARE_DIR']==='/var/share/CFF/processrouter') {
        $canOneKeyUpate = 1;
Q
qkqpttgf 已提交
1921 1922 1923 1924 1925 1926 1927 1928
    } else {
        $tmp = time();
        if ( mkdir(''.$tmp, 0777) ) {
            rmdir(''.$tmp);
            $canOneKeyUpate = 1;
        }
    }
    if (!$canOneKeyUpate) {
Q
qkqpttgf 已提交
1929
        $html .= '
Q
qkqpttgf 已提交
1930
'.getconstStr('CannotOneKeyUpate').'<br>';
Q
qkqpttgf 已提交
1931 1932 1933
    } else {
        $html .= '
<form name="updateform" action="" method="post">
Q
qkqpttgf 已提交
1934 1935 1936
    <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>
Q
qkqpttgf 已提交
1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956
    <select name="branch">
        <option value="master">master</option>
    </select>
    <input type="submit" name="updateProgram" value="'.getconstStr('updateProgram').'">
</form>
<script>
    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; 
                });
Q
qkqpttgf 已提交
1957
                document.updateform.QueryBranchs.style.display="none";
Q
qkqpttgf 已提交
1958 1959
            } else {
                alert(xhr.responseText+"\n"+xhr.status);
Q
qkqpttgf 已提交
1960
            }
Q
qkqpttgf 已提交
1961 1962 1963 1964 1965 1966 1967 1968 1969
        }
        xhr.onerror = function(e){
            alert("Network Error "+xhr.status);
        }
    }
</script>
';
    }
    if ($needUpdate) {
1970 1971 1972 1973 1974 1975
        $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']) . '
Q
qkqpttgf 已提交
1976
</div>';
Q
qkqpttgf 已提交
1977
    }/* else {
Q
qkqpttgf 已提交
1978
        $html .= getconstStr('NotNeedUpdate');
Q
qkqpttgf 已提交
1979
    }*/
Q
qkqpttgf 已提交
1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034
    return message($html, getconstStr('Setup'));
}

function render_list($path = '', $files = '')
{
    global $exts;
    global $constStr;

    if (isset($files['children']['index.html']) && !$_SERVER['admin']) {
        $htmlcontent = fetch_files(spurlencode(path_format(urldecode($path) . '/index.html'),'/'))['content'];
        return output($htmlcontent['body'], $htmlcontent['stat']);
    }
    $path = str_replace('%20','%2520',$path);
    $path = str_replace('+','%2B',$path);
    $path = str_replace('&','&amp;',path_format(urldecode($path))) ;
    $path = str_replace('%20',' ',$path);
    $path = str_replace('#','%23',$path);
    $p_path='';
    if ($path !== '/') {
        if (isset($files['file'])) {
            $pretitle = str_replace('&','&amp;', $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');
      $n_path=$pretitle;
    }
    $n_path=str_replace('&amp;','&',$n_path);
    $p_path=str_replace('&amp;','&',$p_path);
    $pretitle = str_replace('%23','#',$pretitle);
    $statusCode=200;
    date_default_timezone_set(get_timezone($_SERVER['timezone']));
    $authinfo = '<!--
    OneManager: An index & manager of Onedrive auth by ysun.
Q
qkqpttgf 已提交
2035
    Github: https://github.com/qkqpttgf/OneManager-php
Q
qkqpttgf 已提交
2036
-->';
Q
qkqpttgf 已提交
2037
    //$authinfo = $path . '<br><pre>' . json_encode($files, JSON_PRETTY_PRINT) . '</pre>';
Q
qkqpttgf 已提交
2038

Q
qkqpttgf 已提交
2039
    if (isset($_COOKIE['theme'])&&$_COOKIE['theme']!='') $theme = $_COOKIE['theme'];
Q
qkqpttgf 已提交
2040
    if ( !file_exists(__DIR__.'/theme/'.$theme) ) $theme = '';
Q
qkqpttgf 已提交
2041 2042 2043 2044 2045 2046
    if ( $theme=='' ) {
        $tmp = getConfig('customTheme');
        if ( $tmp!='' ) $theme = $tmp;
    }
    if ( $theme=='' ) {
        $theme = getConfig('theme');
Q
qkqpttgf 已提交
2047
        if ( $theme=='' || !file_exists(__DIR__.'/theme/'.$theme) ) $theme = 'classic.html';
Q
qkqpttgf 已提交
2048
    }
Q
qkqpttgf 已提交
2049 2050 2051 2052 2053
    if (substr($theme,-4)=='.php') {
        @ob_start();
        include 'theme/'.$theme;
        $html = ob_get_clean();
    } else {
Q
qkqpttgf 已提交
2054 2055
        if (file_exists(__DIR__.'/theme/'.$theme)) {
            $file_path = __DIR__.'/theme/'.$theme;
Q
qkqpttgf 已提交
2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069
            $html = file_get_contents($file_path);
        } else {
            if (!($html = getcache('customTheme'))) {
                $file_path = $theme;
                $tmp = curl_request($file_path, false, [], 1);
                if ($tmp['stat']==302) {
                    error_log(json_encode($tmp));
                    $tmp = curl_request($tmp["returnhead"]["Location"]);
                }
                if (!!$tmp['body']) $html = $tmp['body'];
                savecache('customTheme', $html, 9999);
            }
            
        }
Q
qkqpttgf 已提交
2070 2071 2072 2073 2074 2075 2076 2077 2078

        $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;
Q
qkqpttgf 已提交
2079 2080 2081 2082 2083 2084 2085
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--IsFileStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--IsFileEnd-->');
                $html .= $tmp[1];
            }
Q
qkqpttgf 已提交
2086 2087 2088 2089 2090 2091
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--IsFolderStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--IsFolderEnd-->');
                $html .= $tmp[1];
Q
qkqpttgf 已提交
2092
            }
Q
qkqpttgf 已提交
2093 2094 2095 2096 2097 2098
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--ListStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--ListEnd-->');
                $html .= $tmp[1];
Q
qkqpttgf 已提交
2099
            }
Q
qkqpttgf 已提交
2100 2101 2102 2103 2104
            while (strpos($html, '<!--GuestUploadStart-->')) {
                $tmp = splitfirst($html, '<!--GuestUploadStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--GuestUploadEnd-->');
                $html .= $tmp[1];
Q
qkqpttgf 已提交
2105
            }
Q
qkqpttgf 已提交
2106 2107
            while (strpos($html, '<!--EncryptedStart-->')) {
                $tmp = splitfirst($html, '<!--EncryptedStart-->');
Q
qkqpttgf 已提交
2108
                $html = $tmp[0];
Q
qkqpttgf 已提交
2109
                $tmp = splitfirst($tmp[1], '<!--EncryptedEnd-->');
Q
qkqpttgf 已提交
2110
                $html .= $tmp[1];
Q
qkqpttgf 已提交
2111 2112 2113 2114 2115 2116
            }
        }
        if ($_SERVER['admin']) {
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--LoginStart-->');
Q
qkqpttgf 已提交
2117
                $html = $tmp[0];
Q
qkqpttgf 已提交
2118 2119 2120
                $tmp = splitfirst($tmp[1], '<!--LoginEnd-->');
                $html .= $tmp[1];
            }
2121 2122 2123 2124 2125 2126 2127
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--GuestStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--GuestEnd-->');
                $html .= $tmp[1];
            }
Q
qkqpttgf 已提交
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167
            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];
                }
            }
2168 2169
            while (strpos($html, '<!--GuestStart-->')) $html = str_replace('<!--GuestStart-->', '', $html);
            while (strpos($html, '<!--GuestEnd-->')) $html = str_replace('<!--GuestEnd-->', '', $html);
Q
qkqpttgf 已提交
2170 2171
        }

2172
        if ($_SERVER['ishidden']==4) {
Q
qkqpttgf 已提交
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186
            $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];
            }
2187 2188 2189
            /*$tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--ListStart-->');
2190
                $html = $tmp[0];
2191 2192 2193 2194 2195 2196 2197 2198
                $tmp = splitfirst($tmp[1], '<!--ListEnd-->');
                $html .= $tmp[1];
            }*/
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
                $tmp = splitfirst($html, '<!--IsNotHiddenStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--IsNotHiddenEnd-->');
2199 2200
                $html .= $tmp[1];
            }
2201 2202 2203
            while (strpos($html, '<!--EncryptedStart-->')) {
                $html = str_replace('<!--EncryptedStart-->', '', $html);
                $html = str_replace('<!--EncryptedEnd-->', '', $html);
Q
qkqpttgf 已提交
2204 2205 2206
            }
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
2207
                $tmp = splitfirst($html, '<!--GuestUploadStart-->');
Q
qkqpttgf 已提交
2208
                $html = $tmp[0];
2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222
                $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-->');
Q
qkqpttgf 已提交
2223 2224
                $html .= $tmp[1];
            }
2225 2226 2227 2228
            while (strpos($html, '<!--IsNotHiddenStart-->')) {
                $html = str_replace('<!--IsNotHiddenStart-->', '', $html);
                $html = str_replace('<!--IsNotHiddenEnd-->', '', $html);
            }
Q
qkqpttgf 已提交
2229
        }
2230 2231 2232
        while (strpos($html, '<!--constStr@Download-->')) $html = str_replace('<!--constStr@Download-->', getconstStr('Download'), $html);

        if ($_SERVER['is_guestup_path']&&!$_SERVER['admin']) {
Q
qkqpttgf 已提交
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246
            $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];
            }
2247 2248 2249 2250 2251
            while (strpos($html, '<!--GuestUploadStart-->')) {
                $html = str_replace('<!--GuestUploadStart-->', '', $html);
                $html = str_replace('<!--GuestUploadEnd-->', '', $html);
            }
            while (strpos($html, '<!--IsNotHiddenStart-->')) {
Q
qkqpttgf 已提交
2252 2253 2254 2255 2256
                $tmp = splitfirst($html, '<!--IsNotHiddenStart-->');
                $html = $tmp[0];
                $tmp = splitfirst($tmp[1], '<!--IsNotHiddenEnd-->');
                $html .= $tmp[1];
            }
2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273
        } 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);
            }
        }
        if ($_SERVER['is_guestup_path']||( $_SERVER['admin']&&isset($files['folder'])&&$_SERVER['ishidden']<4 )) {
            while (strpos($html, '<!--UploadJsStart-->')) {
                while (strpos($html, '<!--UploadJsStart-->')) $html = str_replace('<!--UploadJsStart-->', '', $html);
                while (strpos($html, '<!--UploadJsEnd-->')) $html = str_replace('<!--UploadJsEnd-->', '', $html);
                while (strpos($html, '<!--constStr@Calculate-->')) $html = str_replace('<!--constStr@Calculate-->', getconstStr('Calculate'), $html);
Q
qkqpttgf 已提交
2274
            }
2275
        } else {
2276 2277
            $tmp[1] = 'a';
            while ($tmp[1]!='') {
2278
                $tmp = splitfirst($html, '<!--UploadJsStart-->');
2279
                $html = $tmp[0];
2280
                $tmp = splitfirst($tmp[1], '<!--UploadJsEnd-->');
2281 2282
                $html .= $tmp[1];
            }
Q
qkqpttgf 已提交
2283
        }
Q
qkqpttgf 已提交
2284

Q
qkqpttgf 已提交
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348
        if (isset($files['file'])) {
            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','&amp;',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);
            while (strpos($html, '<!--TxtContent-->')) $html = str_replace('<!--TxtContent-->', htmlspecialchars(curl_request($files[$_SERVER['DownurlStrName']])['body']), $html);
            $html = str_replace('<!--constStr@FileNotSupport-->', getconstStr('FileNotSupport'), $html);


            //$html = str_replace('<!--constStr@File-->', getconstStr('File'), $html);
        } elseif (isset($files['children'])) {
Q
qkqpttgf 已提交
2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386
            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];
            foreach ($files['children'] as $file) {
                if (isset($file['folder'])) {
                    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);
2387
                        $FolderListStr = str_replace('<!--FileEncodeReplaceName-->', str_replace('&','&amp;', $file['showname']?$file['showname']:$file['name']), $FolderListStr);
Q
qkqpttgf 已提交
2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406
                        $FolderListStr = str_replace('<!--lastModifiedDateTime-->', time_format($file['lastModifiedDateTime']), $FolderListStr);
                        $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];
            foreach ($files['children'] as $file) {
                if (isset($file['file'])) {
                    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);
Q
qkqpttgf 已提交
2407 2408 2409 2410
                        $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);
Q
qkqpttgf 已提交
2411 2412 2413 2414
                        $FolderListStr = str_replace('<!--FileEncodeReplaceName-->', str_replace('&','&amp;', $file['name']), $FolderListStr);
                        //$FolderListStr = str_replace('<!--FileEncodeReplaceUrl-->', path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . str_replace('&','&amp;', $file['name'])), $FolderListStr);
                        $FolderListStr = str_replace('<!--lastModifiedDateTime-->', time_format($file['lastModifiedDateTime']), $FolderListStr);
                        $FolderListStr = str_replace('<!--size-->', size_format($file['size']), $FolderListStr);
Q
qkqpttgf 已提交
2415 2416 2417 2418 2419 2420 2421 2422 2423 2424
                        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);
                                }
                                //error_log('file:'.$file['name'].':'.$key1);
                                if (!strpos($FolderListStr, '<!--IconValue-->')) break;
Q
qkqpttgf 已提交
2425
                            }
Q
qkqpttgf 已提交
2426
                            if (strpos($FolderListStr, '<!--IconValue-->')) $FolderListStr = str_replace('<!--IconValue-->', $IconValues['default'], $FolderListStr);
Q
qkqpttgf 已提交
2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476
                        }
                        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);

            if ($files['folder']['childCount']>200) {
                while (strpos($html, '<!--MorePageStart-->')) $html = str_replace('<!--MorePageStart-->', '', $html);
                while (strpos($html, '<!--MorePageEnd-->')) $html = str_replace('<!--MorePageEnd-->', '', $html);
                
                $pagenum = $files['folder']['page'];
                if ($pagenum=='') $pagenum = 1;
                $maxpage = ceil($files['folder']['childCount']/200);

                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];
Q
qkqpttgf 已提交
2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487
                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];

Q
qkqpttgf 已提交
2488 2489
                while (strpos($html, '<!--MaxPageNum-->')) $html = str_replace('<!--MaxPageNum-->', $maxpage, $html);

Q
qkqpttgf 已提交
2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512
            } 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;
Q
qkqpttgf 已提交
2513 2514 2515
        if ($p_path!='') $keywords .= ', ' . $p_path;
        if ($_SERVER['sitename']!='OneManager') $keywords .= ', ' . $_SERVER['sitename'] . ', OneManager';
        else $keywords .= ', OneManager';
Q
qkqpttgf 已提交
2516 2517
        $html = str_replace('<!--Keywords-->', $keywords, $html);

Q
qkqpttgf 已提交
2518 2519 2520 2521 2522 2523
        if ($_GET['preview']) {
            $description = $n_path.', '.getconstStr('Preview');//'Preview of '.
        } elseif (isset($files['folder'])) {
            $description = $n_path.', '.getconstStr('List');//'List of '.$n_path.'. ';
        }
        //$description .= 'In '.$_SERVER['sitename'];
Q
qkqpttgf 已提交
2524 2525
        $html = str_replace('<!--Description-->', $description, $html);

Q
qkqpttgf 已提交
2526
        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);
Q
qkqpttgf 已提交
2527
        while (strpos($html, '<!--base_path-->')) $html = str_replace('<!--base_path-->', $_SERVER['base_path'], $html);
Q
qkqpttgf 已提交
2528
        while (strpos($html, '<!--Path-->')) $html = str_replace('<!--Path-->', str_replace('%23', '#', str_replace('&','&amp;', path_format($path.'/'))), $html);
Q
qkqpttgf 已提交
2529
        while (strpos($html, '<!--constStr@Home-->')) $html = str_replace('<!--constStr@Home-->', getconstStr('Home'), $html);
2530

Q
qkqpttgf 已提交
2531 2532 2533
        $html = str_replace('<!--customCss-->', getConfig('customCss'), $html);
        $html = str_replace('<!--customScript-->', getConfig('customScript'), $html);
        
Q
qkqpttgf 已提交
2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552
        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);
Q
qkqpttgf 已提交
2553
        
Q
qkqpttgf 已提交
2554 2555 2556 2557 2558 2559
        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);
Q
qkqpttgf 已提交
2560
        while (strpos($html, '<!--constStr@FileSelected-->')) $html = str_replace('<!--constStr@FileSelected-->', getconstStr('FileSelected'), $html);
Q
qkqpttgf 已提交
2561
        while (strpos($html, '<!--IsPreview?-->')) $html = str_replace('<!--IsPreview?-->', (isset($_GET['preview'])?'?preview&':'?'), $html);
Q
qkqpttgf 已提交
2562 2563 2564 2565 2566

        $tmp = splitfirst($html, '<!--BackgroundStart-->');
        $html = $tmp[0];
        $tmp = splitfirst($tmp[1], '<!--BackgroundEnd-->');
        if (getConfig('background')) {
Q
qkqpttgf 已提交
2567 2568 2569 2570 2571 2572 2573 2574 2575
            $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]);
Q
qkqpttgf 已提交
2576
        }
Q
qkqpttgf 已提交
2577
        $html .=  $tmp[1];
Q
qkqpttgf 已提交
2578 2579 2580

        $tmp = splitfirst($html, '<!--PathArrayStart-->');
        $html = $tmp[0];
2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618
        if ($tmp[1]!='') {
            $tmp = splitfirst($tmp[1], '<!--PathArrayEnd-->');
            $PathArrayStr = $tmp[0];
            $tmp_url = $_SERVER['base_disk_path'];
            $tmp_path = str_replace('&','&amp;', 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('&','&amp;', 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];
Q
qkqpttgf 已提交
2619
        }
Q
qkqpttgf 已提交
2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643
        
        $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-->');
2644 2645
        $current_url = path_format($_SERVER['PHP_SELF'] . '/');
        if ($current_url !== $_SERVER['base_path']) {
Q
qkqpttgf 已提交
2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662
            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-->');
Q
qkqpttgf 已提交
2663 2664
            //if (!(isset($_SERVER['USER'])&&$_SERVER['USER']=='qcloud')) {
            if (!getConfig('disableShowThumb')) {
Q
qkqpttgf 已提交
2665
                $html .= str_replace('<!--constStr@OriginalPic-->', getconstStr('OriginalPic'), $tmp[0]) . $tmp[1];
Q
qkqpttgf 已提交
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696
            } 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];
Q
qkqpttgf 已提交
2697 2698
        $diskname = getConfig('diskname');
        if ($diskname=='') $diskname = $_SERVER['disktag'];
Q
qkqpttgf 已提交
2699
        //if (strlen($diskname)>15) $diskname = substr($diskname, 0, 12).'...';
Q
qkqpttgf 已提交
2700
        while (strpos($html, '<!--DiskNameNow-->')) $html = str_replace('<!--DiskNameNow-->', $diskname, $html);
Q
qkqpttgf 已提交
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822
        
        $tmp = splitfirst($html, '<!--HeadomfStart-->');
        $html = $tmp[0];
        $tmp = splitfirst($tmp[1], '<!--HeadomfEnd-->');
        if (isset($files['children']['head.omf'])) {
            $headomf = str_replace('<!--HeadomfContent-->', fetch_files(spurlencode(path_format(urldecode($path) . '/head.omf'),'/'))['content']['body'], $tmp[0]);
        }
        $html .= $headomf . $tmp[1];
        
        $tmp = splitfirst($html, '<!--HeadmdStart-->');
        $html = $tmp[0];
        $tmp = splitfirst($tmp[1], '<!--HeadmdEnd-->');
        if (isset($files['children']['head.md'])) {
            $headmd = str_replace('<!--HeadmdContent-->', fetch_files(spurlencode(path_format(urldecode($path) . '/head.md'),'/'))['content']['body'], $tmp[0]);
            $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-->');
        if (isset($files['children']['readme.md'])) {
            $Readmemd = str_replace('<!--ReadmemdContent-->', fetch_files(spurlencode(path_format(urldecode($path) . '/readme.md'),'/'))['content']['body'], $tmp[0]);
            $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-->');
        if (isset($files['children']['foot.omf'])) {
            $Footomf = str_replace('<!--FootomfContent-->', fetch_files(spurlencode(path_format(urldecode($path) . '/foot.omf'),'/'))['content']['body'], $tmp[0]);
        }
        $html .= $Footomf . $tmp[1];

        
        $tmp = splitfirst($html, '<!--MdRequireStart-->');
        $html = $tmp[0];
        $tmp = splitfirst($tmp[1], '<!--MdRequireEnd-->');
        if (isset($files['children']['head.md'])||isset($files['children']['readme.md'])) {
            $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];
        if (isset($files['children'])) {
            foreach ($files['children'] as $file) {
                if (isset($file['folder'])) {
                    $MoveDirsStr = str_replace('<!--MoveDirsValue-->', str_replace('&','&amp;', $file['name']), $MoveDirs);
                    $MoveDirsStr = str_replace('<!--MoveDirsValue-->', str_replace('&','&amp;', $file['name']), $MoveDirsStr);
                    $html .= $MoveDirsStr;
                }
            }
        }
        $html .= $tmp[1];

2823 2824 2825 2826 2827 2828
        $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);
Q
qkqpttgf 已提交
2829

Q
qkqpttgf 已提交
2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847
        while (strpos($html, '{{.RawData}}')) {
            $str = '[';
            $i = 0;
            foreach ($files['children'] as $file) if ($_SERVER['admin'] or !isHideFile($file['name'])) {
                $tmp = [];
                $tmp['name'] = $file['name'];
                $tmp['size'] = size_format($file['size']);
                $tmp['date'] = time_format($file['lastModifiedDateTime']);
                $tmp['@time'] = $file['date'];
                $tmp['@type'] = isset($file['folder'])?'folder':'file';
                $str .= json_encode($tmp).',';
            }
            if ($str == '[') {
                $str = '';
            } else $str = substr($str, 0, -1).']';
            $html = str_replace('{{.RawData}}', base64_encode($str), $html);
        }

Q
qkqpttgf 已提交
2848 2849
        // 最后清除换行
        while (strpos($html, "\r\n\r\n")) $html = str_replace("\r\n\r\n", "\r\n", $html);
2850 2851
        //while (strpos($html, "\r\r")) $html = str_replace("\r\r", "\r", $html);
        while (strpos($html, "\n\n")) $html = str_replace("\n\n", "\n", $html);
Q
qkqpttgf 已提交
2852 2853 2854
        //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);
2855
        $html = str_replace('<!--FootStr-->', date("Y-m-d H:i:s")." ".getconstStr('Week')[date("w")]." ".$_SERVER['REMOTE_ADDR'].' Runningtime:'.$exetime.'s Mem:'.size_format(memory_get_usage()), $html);
Q
qkqpttgf 已提交
2856 2857
    }

2858
    if ($_SERVER['admin']||!getConfig('disableChangeTheme')) {
Q
qkqpttgf 已提交
2859
        $theme_arr = scandir(__DIR__.'/theme');
2860
        $html .= '
Q
qkqpttgf 已提交
2861 2862 2863
<div style="position: fixed;right: 10px;bottom: 10px;/*color: rgba(247,247,249,0);*/">
    <select name="theme" onchange="changetheme(this.options[this.options.selectedIndex].value)">
        <option value="">'.getconstStr('Theme').'</option>';
2864 2865
        foreach ($theme_arr as $v1) {
            if ($v1!='.' && $v1!='..') $html .= '
Q
qkqpttgf 已提交
2866
        <option value="'.$v1.'"'.($v1==$theme?' selected="selected"':'').'>'.$v1.'</option>';
2867 2868
        }
        $html .= '
2869
    </select>
Q
qkqpttgf 已提交
2870 2871 2872 2873
</div>
<script type="text/javascript">
    function changetheme(str)
    {
Q
qkqpttgf 已提交
2874 2875 2876 2877
        var expd = new Date();
        expd.setTime(expd.getTime()+(2*60*60*1000));
        var expires = "expires="+expd.toGMTString();
        document.cookie=\'theme=\'+str+\'; path=/; \'+expires;
Q
qkqpttgf 已提交
2878 2879 2880
        location.href = location.href;
    }
</script>';
2881
    }
Q
qkqpttgf 已提交
2882

Q
qkqpttgf 已提交
2883
    $html = $authinfo . $html;
Q
qkqpttgf 已提交
2884
    if (isset($_SERVER['Set-Cookie'])) return output($html, $statusCode, [ 'Set-Cookie' => $_SERVER['Set-Cookie'], 'Content-Type' => 'text/html' ]);
Q
qkqpttgf 已提交
2885 2886
    return output($html,$statusCode);
}