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.108.47
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 /
ocart4 /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
clone.php
3.2
KB
-rw-r--r--
config.php
1.12
KB
-rw-r--r--
config_.php
1.28
KB
-rw-r--r--
edit.php
4.5
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.99
KB
-rw-r--r--
fileindex.php
134
B
-rw-r--r--
import.php
4.44
KB
-rw-r--r--
info.xml
2.56
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
5.82
KB
-rw-r--r--
install.xml
2.01
KB
-rw-r--r--
md5
1.38
KB
-rw-r--r--
notes.txt
2.83
KB
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php // APPLICATION define('APPLICATION', 'Catalog'); // HTTP define('HTTP_SERVER', '[[softurl]]/'); // DIR define('DIR_OPENCART', '[[real_softpath]]/'); define('DIR_APPLICATION', DIR_OPENCART . 'catalog/'); define('DIR_EXTENSION', DIR_OPENCART . 'extension/'); define('DIR_IMAGE', DIR_OPENCART . 'image/'); define('DIR_SYSTEM', DIR_OPENCART . 'system/'); define('DIR_STORAGE', '[[softdatadir]]/storage/'); define('DIR_LANGUAGE', DIR_APPLICATION . 'language/'); define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/'); define('DIR_CONFIG', DIR_SYSTEM . 'config/'); define('DIR_CACHE', DIR_STORAGE . 'cache/'); define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); define('DIR_LOGS', DIR_STORAGE . 'logs/'); define('DIR_SESSION', DIR_STORAGE . 'session/'); define('DIR_UPLOAD', DIR_STORAGE . 'upload/'); // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', '[[softdbhost]]'); define('DB_USERNAME', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); define('DB_DATABASE', '[[softdb]]'); define('DB_PORT', '3306'); define('DB_PREFIX', '[[dbprefix]]'); define('DB_SSL_KEY', ''); define('DB_SSL_CERT', ''); define('DB_SSL_CA', '');
Close