Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
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-11-28 21:56
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:56
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:56
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:56
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:56
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:56
edit.php
12.2
KB
-rw-r--r--
2024-05-02 11:16
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
210
B
-rw-r--r--
2021-12-23 11:54
import.php
3.14
KB
-rw-r--r--
2024-05-02 11:16
info.xml
2.64
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
6.33
KB
-rw-r--r--
2024-05-02 11:16
install.xml
754
B
-rw-r--r--
2021-12-23 11:54
md5
4.29
KB
-rw-r--r--
2024-05-02 11:16
notes.txt
187
B
-rw-r--r--
2021-12-23 11:54
settings.php
878
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
5.38
KB
-rw-r--r--
2021-12-23 11: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'); ?>