Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.148.202.164
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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-04-30 14:15
php53
[ DIR ]
drwxr-xr-x
2025-04-30 14:15
php56
[ DIR ]
drwxr-xr-x
2025-04-30 14:15
php71
[ DIR ]
drwxr-xr-x
2025-04-30 14:15
php81
[ DIR ]
drwxr-xr-x
2025-04-30 14:15
php82
[ DIR ]
drwxr-xr-x
2025-04-30 14:15
_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-04-30 12:23
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-04-30 12:23
info.xml
3.22
KB
-rw-r--r--
2025-04-30 12:22
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
5.64
KB
-rw-r--r--
2025-04-30 12:23
install.xml
1.06
KB
-rw-r--r--
2024-08-01 07:49
md5
1.63
KB
-rw-r--r--
2025-04-30 12:23
notes.txt
478
B
-rw-r--r--
2025-03-03 07:41
phoenix.sql
224.9
KB
-rw-r--r--
2025-04-30 12:22
phoenix.zip
2.41
MB
-rw-r--r--
2025-04-30 12:22
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]]';