Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phoenix /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
php53
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
php56
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
php71
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
php81
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
php82
[ DIR ]
drwxr-xr-x
2025-09-30 04:26
_clone.php
3.95
KB
-rw-r--r--
2024-07-03 08:00
_configure.php
1010
B
-rw-r--r--
2025-09-01 05:35
configure.php
649
B
-rw-r--r--
2021-12-23 06:54
edit.php
5.38
KB
-rw-r--r--
2025-09-29 08:34
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
fileindex.php
788
B
-rw-r--r--
2025-04-30 08:22
import.php
4.09
KB
-rw-r--r--
2025-09-29 08:34
info.xml
3.21
KB
-rw-r--r--
2025-09-29 03:20
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
6.26
KB
-rw-r--r--
2025-09-29 08:34
install.xml
1.25
KB
-rw-r--r--
2025-09-01 05:35
md5
1.8
KB
-rw-r--r--
2025-09-29 08:34
notes.txt
478
B
-rw-r--r--
2025-03-03 02:41
update_pass.php
4.65
KB
-rw-r--r--
2021-12-23 06:54
Save
Rename
<?php error_reporting(E_ALL); const HTTP_SERVER = '[[protocol]]://[[domhost]]'; const COOKIE_OPTIONS = [ 'lifetime' => 0, 'domain' => '[[domhost]]', 'path' => '[[relativeurl]]/[[admin_folder]]', 'samesite' => 'Lax', [[secure]] ]; const DIR_WS_ADMIN = '[[relativeurl]]/[[admin_folder]]/'; const HTTP_CATALOG_SERVER = '[[protocol]]://[[domhost]]'; const DIR_WS_CATALOG = '[[relativeurl]]/'; date_default_timezone_set('America/New_York'); const DIR_FS_CATALOG = '[[softpath]]/'; const DIR_FS_DOCUMENT_ROOT = '[[softpath]]/'; const DIR_FS_ADMIN = '[[softpath]]/[[admin_folder]]/'; const DIR_FS_BACKUP = DIR_FS_ADMIN . 'backups/'; // If you are asked to provide configure.php details, // before sharing, please remove the data below and // obfuscate the admin folder and home directory (DIR_FS). const DB_SERVER = '[[softdbhost]]'; const DB_SERVER_USERNAME = '[[softdbuser]]'; const DB_SERVER_PASSWORD = '[[softdbpass]]'; const DB_DATABASE = '[[softdb]]';