Linux premium312.web-hosting.com 4.18.0-553.16.1.lve.1.el8.x86_64 #1 SMP Mon Sep 23 20:16:18 UTC 2024 x86_64
LiteSpeed
Server IP : 162.254.39.59 & Your IP : 216.73.217.8
Domains :
Cant Read [ /etc/named.conf ]
User : vpnsjail
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-10-09 21:08
php53
[ DIR ]
drwxr-xr-x
2024-10-09 21:08
php56
[ DIR ]
drwxr-xr-x
2024-10-09 21:08
php71
[ DIR ]
drwxr-xr-x
2024-10-09 21:08
php81
[ DIR ]
drwxr-xr-x
2024-10-09 21:08
php82
[ DIR ]
drwxr-xr-x
2024-10-09 21:08
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
hotaru.zip
1.95
MB
-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'); ?>