X7ROOT File Manager
Current Path:
/var/softaculous/hotaru
var
/
softaculous
/
hotaru
/
??
..
??
edit.php
(12.2 KB)
??
edit.xml
(433 B)
??
fileindex.php
(210 B)
??
hotaru.zip
(1.95 MB)
??
images
??
import.php
(3.14 KB)
??
info.xml
(2.64 KB)
??
install.js
(921 B)
??
install.php
(6.33 KB)
??
install.xml
(754 B)
??
md5
(4.29 KB)
??
notes.txt
(187 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
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