X7ROOT File Manager
Current Path:
/var/softaculous/cszcms
var
/
softaculous
/
cszcms
/
📁
..
📄
clone.php
(5.86 KB)
📄
config.inc.php
(726 B)
📄
edit.php
(4.27 KB)
📄
edit.xml
(447 B)
📄
extend.php
(9.12 KB)
📄
fileindex.php
(357 B)
📁
images
📄
import.php
(3.06 KB)
📄
info.xml
(2.57 KB)
📄
install.js
(921 B)
📄
install.php
(4.48 KB)
📄
install.xml
(422 B)
📄
md5
(5.09 KB)
📄
notes.txt
(230 B)
📁
php53
📁
php56
📁
php71
📁
php81
📄
update_pass.php
(583 B)
Editing: config.inc.php
<?php defined('FCPATH') || exit('No direct script access allowed'); /* Database Host */ define('DB_HOST', '[[softdbhost]]'); /* Database Username */ define('DB_USERNAME', '[[softdbuser]]'); /* Database Password */ define('DB_PASS', '[[softdbpass]]'); /* Database Name */ define('DB_NAME', '[[softdb]]'); /* Base URL */ define('BASE_URL', '[[softurl]]'); /* Email Domain */ define('EMAIL_DOMAIN', '[[domhost]]'); /* Time Zone */ define('TIME_ZONE', 'America/New_York'); /* The full DSN string describe a connection to the database. For connect other DB without MySQLi */ define('DB_DSN', ''); /* The database driver. e.g.: mysqli, mssql, postgre, sqlite, sqlite3 */ define('DB_DRIVER', 'mysqli');
Upload File
Create Folder