X7ROOT File Manager
Current Path:
/var/softaculous/carbon
var
/
softaculous
/
carbon
/
๐
..
๐
.htaccess
(1.52 KB)
๐
config.php
(1.33 KB)
๐
edit.php
(4.29 KB)
๐
edit.xml
(433 B)
๐
fileindex.php
(299 B)
๐
images
๐
import.php
(3.12 KB)
๐
info.xml
(1.87 KB)
๐
install.js
(921 B)
๐
install.php
(4.26 KB)
๐
install.xml
(565 B)
๐
md5
(3.3 KB)
๐
notes.txt
(80 B)
๐
php53
๐
php56
๐
php71
๐
php81
Editing: config.php
<?php // set automatically the time zone date_default_timezone_set('Asia/Shanghai'); define('DEBUG_MODE', false); // Salt for Cookie and Form // Free to modify define('SALT', 'AuthorIsLinCanbin'); define('PREFIX', 'carbon_'); define('InternalAccess', true); /*ๆจกๆฟๆไปถไฝฟ็จ if (!defined('InternalAccess')) exit('error: 403 Access Denied'); ๆฅ้ฒๆญขๆจกๆฟๆไปถ่ขซๆธธๅฎข่ฎฟ้ฎ */ define('ForumLanguage', 'en'); //MemCache(d) / Redis define('EnableMemcache', false); define('MemCacheHost', 'localhost'); define('MemCachePort', 11211);//Memcache: 11211, Redis: 6379 define('MemCachePrefix', 'carbon_'); //Database define('DBHost', '[[softdbhost]]'); define('DBPort', '3306'); define('DBName', '[[softdb]]'); define('DBUser', '[[softdbuser]]'); define('DBPassword', '[[softdbpass]]'); //Sphinx Server define('SearchServer', ''); define('SearchPort', ''); define('LanguagePath', __DIR__ . '/language/' . ForumLanguage . '/'); define('LibraryPath', __DIR__ . '/library/'); define('ServicePath', __DIR__ . '/service/'); // API checking data // List<Map<String APIKey, String APISecret>> // Free to modify $APISignature = array(); $APISignature['12450'] = 'b40484df0ad979d8ba7708d24c301c38'; if (DEBUG_MODE) { //Enable error report error_reporting(E_ALL); ini_set('display_errors', 'On'); } else { //Disable error report ini_set('display_errors', 'Off'); }
Upload File
Create Folder