!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/iwp/   drwxr-xr-x
Free 293.78 GB of 429.69 GB (68.37%)
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.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
#Show Error
define('APP_SHOW_ERROR'true);

@
ini_set('display_errors', (APP_SHOW_ERROR) ? 'On' 'Off');
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
if(
defined('E_DEPRECATED')) {
error_reporting(error_reporting() & ~E_DEPRECATED);
}
if(
function_exists('phpversion')){
 if(
version_compare(phpversion(),'8.0.0','>=')){
  
error_reporting(error_reporting() & ~E_WARNING);
  
define('IWP_PHP8',true); 
 }

define('SHOW_SQL_ERROR'APP_SHOW_ERROR);

define('APP_VERSION''2.18.3');
define('APP_INSTALL_HASH''[[APP_INSTALL_HASH]]');

define('APP_ROOT'dirname(__FILE__));
define('APP_DOMAIN_PATH''[[softurl_no_http]]/');

define('APP_ROOT_V3'dirname(__FILE__).'/v3');
define('APP_DOMAIN_PATH_V3''[[softurl_no_http]]/v3');

define('EXECUTE_FILE''execute.php');
define('DEFAULT_MAX_CLIENT_REQUEST_TIMEOUT'180);//Request to client wp

$config = array();
$config['SQL_DATABASE'] = '[[softdb]]';
$config['SQL_HOST'] = '[[softdbhost]]';
$config['SQL_USERNAME'] = '[[softdbuser]]';
$config['SQL_PASSWORD'] = '[[softdbpass]]';
$config['SQL_PORT'] = '3306';
$config['SQL_TABLE_NAME_PREFIX'] = '[[dbprefix]]';

:: 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.0914 ]--