Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
helpdeskz /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
Helpdesk.php
1009
B
-rw-r--r--
2021-12-23 11:54
clone.php
4.67
KB
-rw-r--r--
2024-05-02 11:15
edit.php
4.93
KB
-rw-r--r--
2024-05-02 11:15
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.19
KB
-rw-r--r--
2024-05-02 11:15
fileindex.php
113
B
-rw-r--r--
2021-12-23 11:54
import.php
4.46
KB
-rw-r--r--
2024-05-02 11:15
info.xml
3.3
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.2
KB
-rw-r--r--
2024-05-02 11:15
install.xml
1.66
KB
-rw-r--r--
2021-12-23 11:54
md5
2.04
KB
-rw-r--r--
2024-05-02 11:15
notes.txt
203
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
5.11
KB
-rw-r--r--
2024-05-02 11:15
upgrade.xml
380
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?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'; }