Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.open /
view /
inc /
Delete
Unzip
Name
Size
Permission
Date
Action
auth.php
62
B
-rw-r--r--
2025-02-25 04:01
configui.php
4.11
KB
-rw-r--r--
2025-02-25 04:01
global.php
1.06
KB
-rw-r--r--
2025-02-25 04:01
header.php
5.21
KB
-rw-r--r--
2025-02-25 04:01
nav.php
3.62
KB
-rw-r--r--
2025-02-25 04:01
scripts.php
3.43
KB
-rw-r--r--
2025-02-25 04:01
Save
Rename
<?php ob_start(); // just in case header("Expires: -1"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); header("Pragma: no-cache"); header("X-Frame-Options: SAMEORIGIN"); header("Content-Security-Policy: frame-ancestors 'self'"); header("Referrer-Policy: same-origin"); header("X-Content-Type-Options: nosniff"); define ('SERVER_ROOT', $_SERVER['LS_SERVER_ROOT']); ini_set('include_path', SERVER_ROOT . 'admin/html/lib/:' . SERVER_ROOT . 'admin/html/lib/ows/:' . SERVER_ROOT . 'admin/html/view/:.'); // **PREVENTING SESSION HIJACKING** // Prevents javascript XSS attacks aimed to steal the session ID ini_set('session.cookie_httponly', 1); // **PREVENTING SESSION FIXATION** // Session ID cannot be passed through URLs ini_set('session.use_only_cookies', 1); // Uses a secure connection (HTTPS) if possible if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on')) { ini_set('session.cookie_secure', 1); } date_default_timezone_set('America/New_York'); spl_autoload_register( function ($class) { include $class . '.php'; });