!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/una/   drwxr-xr-x
Free 293.47 GB of 429.69 GB (68.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     header.inc.php (1.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

define
('BX_DOL'1);

define('BX_DOL_URL_ROOT''[[softurl]]/'); ///< site url

define('BX_DIRECTORY_PATH_ROOT''[[softpath]]/'); ///< site path

define('BX_DATABASE_HOST''[[softdbhost]]'); ///< db host
define('BX_DATABASE_SOCK'''); ///< db socket
define('BX_DATABASE_PORT'''); ///< db port
define('BX_DATABASE_USER''[[softdbuser]]'); ///< db user
define('BX_DATABASE_PASS''[[softdbpass]]'); ///< db password
define('BX_DATABASE_NAME''[[softdb]]'); ///< db name
define('BX_DATABASE_ENGINE''MYISAM'); ///< db engine

define('BX_SYSTEM_JAVA''java:'); ///< path to java binary
define('BX_SYSTEM_FFMPEG''[[softpath]]/plugins/ffmpeg/ffmpeg.exe'); ///< path to ffmpeg binary
define('BX_DOL_SECRET''[[secret]]'); ///< secret word

define('BX_DB_FULL_VISUAL_PROCESSING'true); ///< upon db error - show error message
define('BX_DB_FULL_DEBUG_MODE'false); ///< upon db error - show detailed report (turn off in production mode)
define('BX_DB_DO_EMAIL_ERROR_REPORT'true); ///< upon db error - send email with detailed report

error_reporting(E_ALL);
mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');
date_default_timezone_set('UTC');

require_once(
'params.inc.php');

bx_check_debug_mode();
bx_check_maintenance_mode(true);
bx_check_minimal_requirements(true);
bx_check_redirect_to_correct_hostname(true);
bx_check_redirect_to_remove_install_folder(true);


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