X7ROOT File Manager
Current Path:
/var/softaculous/hotaru
var
/
softaculous
/
hotaru
/
ðŸ“
..
📄
edit.php
(12.17 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(210 B)
ðŸ“
images
📄
import.php
(3.15 KB)
📄
info.xml
(2.64 KB)
📄
install.js
(921 B)
📄
install.php
(6.35 KB)
📄
install.xml
(754 B)
📄
md5
(1.28 KB)
📄
notes.txt
(187 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
📄
settings.php
(878 B)
📄
update_pass.php
(5.38 KB)
Editing: 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'); ?>
Upload File
Create Folder