Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phpdevshell /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2018-10-26 10:14
php53
[ DIR ]
drwxr-xr-x
2018-10-26 10:14
php56
[ DIR ]
drwxr-xr-x
2018-10-26 10:14
php71
[ DIR ]
drwxr-xr-x
2018-10-26 10:14
edit.php
4.84
KB
-rw-r--r--
2018-10-26 13:46
edit.xml
433
B
-rw-r--r--
2016-04-05 17:03
fileindex.php
115
B
-rw-r--r--
2012-06-07 20:36
import.php
3.88
KB
-rw-r--r--
2018-10-26 13:46
info.xml
1.5
KB
-rw-r--r--
2018-10-26 13:42
install.js
921
B
-rw-r--r--
2013-05-30 13:14
install.php
3.95
KB
-rw-r--r--
2018-10-26 13:46
install.xml
919
B
-rw-r--r--
2011-11-16 15:32
md5
2.04
KB
-rw-r--r--
2018-10-26 13:46
notes.txt
50
B
-rw-r--r--
2018-01-15 18:10
single-site.config.php
1.62
KB
-rw-r--r--
2012-06-07 20:36
Save
Rename
<?php ////////////////////////////////////////////////////////////////////////////////////////// // Mandatory Settings, these settings must be changed for the system to work correctly. // ////////////////////////////////////////////////////////////////////////////////////////// $master = $configuration['master_database']; /** * Database details. * MySQL database name. * @global string */ $configuration[$master]['database'] = '[[softdb]]'; /** * Database details. * MySQL database username. * @global string */ $configuration[$master]['username'] = '[[softdbuser]]'; /** * Database details. * MySQL database password. * @global string */ $configuration[$master]['password'] = '[[softdbpass]]'; // NONE MANDATORY. // You might want to consider changing these setting while you are developing. // IT IS VERY IMPORTANT TO SWITCH THEM TO SAFE SETTING WHEN GOING INTO PRODUCTION. // Use settings from PHPDS-defaults.config.php to extend this file and override defaults. ///////////////////////////////////////////////////////////////////////////////////////// /** * When your system goes to production, set this to TRUE to avoid informations leaks. * Will force compile on template engine. * * Overrides most 'debug' and 'error' settings * * PS: IT WONT SHOW NOTICES OR GENERAL ERRORS IF THIS IS TRUE. * * @var boolean */ $configuration['production'] = false; /** * To what email should critical errors be emailed to, make sure php can send mail, this does not use the PHPDevShell mailing engine. * * @global string */ $configuration['error']['email_critical'] = '[[admin_email]]';