!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/weberp/   drwxr-xr-x
Free 294.1 GB of 429.69 GB (68.45%)
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.7 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// User configurable variables
//---------------------------------------------------

// Default language to use for the login screen and the setup of new users.
$DefaultLanguage 'en_US.utf8';

// Default theme to use for the login screen and the setup of new users.
$DefaultTheme 'xenos';

// Whether to display the demo login and password or not on the login screen
$AllowDemoMode FALSE;

// Connection information for the database
// $host is the computer ip address or name where the database is located
// assuming that the webserver is also the sql server
$host '[[softdbhost]]';

// assuming that the web server is also the sql server
$DBType 'mysqli';
//assuming that the web server is also the sql server
$DBUser '[[softdbuser]]';
$DBPassword '[[softdbpass]]';
// The timezone of the business - this allows the possibility of having;
date_default_timezone_set('America/New_York');
putenv('TZ=America/New_York');
$AllowCompanySelectionBox 'ShowSelectionBox';
//The system administrator name use the user input mail;
$SysAdminEmail '';
$DefaultDatabase '[[softdb]]';
$SessionLifeTime 3600;
$MaximumExecutionTime 120;
$DefaultClock 12;
$RootPath dirname(htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8'));
if (isset(
$DirectoryLevelsDeep)){
   for (
$i=0;$i<$DirectoryLevelsDeep;$i++){
        
$RootPath mb_substr($RootPath,0strrpos($RootPath,'/'));
    }
}
if (
$RootPath == '/' OR $RootPath == '\\') {
    
$RootPath '';
}
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
//Installed companies 
$CompanyList[0] = array('database'=>'[[softdb]]' ,'company'=>'[[site_name]]' );
//End Installed companies-do not change this line
/* Make sure there is nothing - not even spaces after this last ?> */
?>

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