X7ROOT File Manager
Current Path:
/var/softaculous/maian
var
/
softaculous
/
maian
/
??
..
??
_cfg.php
(1.53 KB)
??
changelog.txt
(10.9 KB)
??
clone.php
(6.27 KB)
??
edit.php
(5.09 KB)
??
edit.xml
(447 B)
??
extend.php
(9.01 KB)
??
fileindex.php
(82 B)
??
images
??
import.php
(3.86 KB)
??
info.xml
(3.38 KB)
??
install.js
(1.17 KB)
??
install.php
(5.54 KB)
??
install.xml
(1.14 KB)
??
maian.sql
(29.51 KB)
??
maian.zip
(53.24 MB)
??
md5
(2 KB)
??
notes.txt
(787 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
update_pass.php
(508 B)
??
upgrade.php
(5.4 KB)
??
upgrade.xml
(356 B)
Editing: _cfg.php
<?php /*---------------------------------------------------------------------------------- SAMPLE CONFIG FILE: Rename or copy this file as '_cfg.php'. EDIT VALUES ON THE RIGHT, DO NOT CHANGE THE VALUES IN CAPITALS!!! ------------------------------------------------------------------------------------*/ /* DATABASE CONNECTION If you are unsure of your database credentials, contact your host ----------------------------------------------------------------------*/ /* MySQL host */ define('DB_HOST', '[[softdbhost]]'); /* MySQL username */ define('DB_USER', '[[softdbuser]]'); /* MySQL password */ define('DB_PASS', '[[softdbpass]]'); /* MySQL database name */ define('DB_NAME', '[[softdb]]'); /* Table prefix. You can have multiple installations in one database if you give each a unique prefix. Only numbers, letters, and underscores */ define('DB_PREFIX', '[[dbprefix]]'); /* Charset used to create database tables. If unsure, don't change. */ define('DB_CHAR_SET', 'utf8'); /* MySQL locale. If unsure, don't change. http://dev.mysql.com/doc/refman/5.0/en/locale-support.html */ define('DB_LOCALE', 'en_GB'); /* MySQL date/time adjustment. You can also use 'system'. May not need changing. */ define('DB_TIMEZONE', '+00:00'); /* SECURITY SALT / HASH Random mix of alphanumeric and special characters to encrypt session/cookie data. Generate hash @ https://www.maianmedia.com/services/keys/ -----------------------------------------------------------------------------------------*/ define('SECRET_KEY', '[[SECRET_KEY]]'); ?>
Upload File
Create Folder