Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
hotaru /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
php53
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
php56
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
php71
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
php81
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
php82
[ DIR ]
drwxr-xr-x
2024-05-03 21:05
edit.php
12.2
KB
-rw-r--r--
2024-05-02 01:16
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
210
B
-rw-r--r--
2021-12-23 00:54
hotaru.zip
1.95
MB
-rw-r--r--
2024-05-03 21:05
import.php
3.14
KB
-rw-r--r--
2024-05-02 01:16
info.xml
2.64
KB
-rw-r--r--
2024-05-02 00:25
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
6.33
KB
-rw-r--r--
2024-05-02 01:16
install.xml
754
B
-rw-r--r--
2021-12-23 00:54
md5
4.29
KB
-rw-r--r--
2024-05-02 01:16
notes.txt
187
B
-rw-r--r--
2021-12-23 00:54
settings.php
878
B
-rw-r--r--
2021-12-23 00:54
update_pass.php
5.38
KB
-rw-r--r--
2021-12-23 00:54
Save
Rename
<?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'); ?>