Linux server333.web-hosting.com 4.18.0-553.47.1.lve.el8.x86_64 #1 SMP Tue Apr 8 13:54:31 UTC 2025 x86_64
LiteSpeed
Server IP : 162.254.39.6 & Your IP : 216.73.216.252
Domains :
Cant Read [ /etc/named.conf ]
User : dailmgzn
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
carbon /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-02-21 22:03
php53
[ DIR ]
drwxr-xr-x
2024-02-21 22:03
php56
[ DIR ]
drwxr-xr-x
2024-02-21 22:03
php71
[ DIR ]
drwxr-xr-x
2024-02-21 22:03
php81
[ DIR ]
drwxr-xr-x
2024-02-21 22:03
.htaccess
1.52
KB
-rw-r--r--
2021-12-23 11:54
carbon.sql
16.99
KB
-rw-r--r--
2021-12-23 11:54
carbon.zip
8.4
MB
-rw-r--r--
2021-12-23 11:54
config.php
1.33
KB
-rw-r--r--
2021-12-23 11:54
edit.php
4.29
KB
-rw-r--r--
2022-09-21 09:23
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
299
B
-rw-r--r--
2021-12-23 11:54
import.php
3.12
KB
-rw-r--r--
2022-09-21 09:23
info.xml
1.87
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.26
KB
-rw-r--r--
2022-09-21 09:23
install.xml
565
B
-rw-r--r--
2021-12-23 11:54
md5
3.3
KB
-rw-r--r--
2022-09-21 09:23
notes.txt
80
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?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'); }