Linux premium117.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.229.113 & Your IP : 216.73.216.135
Domains :
Cant Read [ /etc/named.conf ]
User : eblama1
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
2026-02-26 08:59
php53
[ DIR ]
drwxr-xr-x
2026-02-26 08:59
php56
[ DIR ]
drwxr-xr-x
2026-02-26 08:59
php71
[ DIR ]
drwxr-xr-x
2026-02-26 08:59
php81
[ DIR ]
drwxr-xr-x
2026-02-26 08:59
php82
[ DIR ]
drwxr-xr-x
2026-02-26 08:59
_clone.php
3.95
KB
-rw-r--r--
2024-07-03 12:00
_configure.php
1010
B
-rw-r--r--
2025-09-01 09:35
configure.php
649
B
-rw-r--r--
2021-12-23 11:54
edit.php
5.38
KB
-rw-r--r--
2026-02-25 12:37
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
788
B
-rw-r--r--
2025-04-30 12:22
import.php
4.31
KB
-rw-r--r--
2026-02-25 12:37
info.xml
3.24
KB
-rw-r--r--
2026-02-25 12:36
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
6.27
KB
-rw-r--r--
2026-02-25 12:37
install.xml
1.25
KB
-rw-r--r--
2025-09-01 09:35
md5
1014
B
-rw-r--r--
2026-02-25 12:37
notes.txt
478
B
-rw-r--r--
2025-03-03 07:41
phoenix.sql
217.15
KB
-rw-r--r--
2026-02-26 08:59
phoenix.zip
2.43
MB
-rw-r--r--
2026-02-26 08:59
update_pass.php
4.65
KB
-rw-r--r--
2021-12-23 11: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]]';