MR~TNT File Manager
Current Path:
/var/softaculous/cszcms
var
/
softaculous
/
cszcms
/
ðŸ“
..
📄
clone.php
(5.84 KB)
📄
config.inc.php
(726 B)
📄
cszcms.sql
(45.47 KB)
📄
cszcms.zip
(6.38 MB)
📄
edit.php
(4.29 KB)
📄
edit.xml
(447 B)
📄
extend.php
(9.07 KB)
📄
fileindex.php
(357 B)
ðŸ“
images
📄
import.php
(3.04 KB)
📄
info.xml
(2.57 KB)
📄
install.js
(921 B)
📄
install.php
(4.44 KB)
📄
install.xml
(422 B)
📄
md5
(5.37 KB)
📄
notes.txt
(230 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
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