Linux server333.web-hosting.com 4.18.0-553.47.1.lve.el8.x86_64 #1 SMP Tue Apr 8 13:54:31 UTC 2025 x86_64
LiteSpeed
Server IP : 162.254.39.6 & Your IP : 216.73.216.252
Domains :
Cant Read [ /etc/named.conf ]
User : dailmgzn
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-06-03 00:46
php53
[ DIR ]
drwxr-xr-x
2025-06-03 00:46
php56
[ DIR ]
drwxr-xr-x
2025-06-03 00:46
php71
[ DIR ]
drwxr-xr-x
2025-06-03 00:46
php81
[ DIR ]
drwxr-xr-x
2025-06-03 00:46
php82
[ DIR ]
drwxr-xr-x
2025-06-03 00:46
_clone.php
3.95
KB
-rw-r--r--
2024-07-03 12:00
_configure.php
977
B
-rw-r--r--
2024-08-01 07:49
configure.php
649
B
-rw-r--r--
2021-12-23 11:54
edit.php
5.38
KB
-rw-r--r--
2025-06-02 11:53
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
3.5
KB
-rw-r--r--
2025-06-02 11:53
info.xml
3.22
KB
-rw-r--r--
2025-06-02 09:18
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
5.61
KB
-rw-r--r--
2025-06-02 11:53
install.xml
1.06
KB
-rw-r--r--
2024-08-01 07:49
md5
1.61
KB
-rw-r--r--
2025-06-02 11:53
notes.txt
478
B
-rw-r--r--
2025-03-03 07:41
phoenix.sql
224.92
KB
-rw-r--r--
2025-06-02 09:18
phoenix.zip
2.41
MB
-rw-r--r--
2025-06-02 09:18
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', 'samesite' => 'Lax', [[secure]] ]; const DIR_WS_ADMIN = '[[relativeurl]]/admin/'; 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/'; 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]]';