Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.227.228.218
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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-03-06 00:23
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
Helpdesk.php
1009
B
-rw-r--r--
2021-12-23 11:54
clone.php
4.67
KB
-rw-r--r--
2022-09-21 09:15
edit.php
4.91
KB
-rw-r--r--
2022-09-21 09:15
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.21
KB
-rw-r--r--
2022-09-21 09:15
fileindex.php
113
B
-rw-r--r--
2021-12-23 11:54
import.php
4.44
KB
-rw-r--r--
2022-09-21 09:15
info.xml
3.3
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.15
KB
-rw-r--r--
2022-09-21 09:15
install.xml
1.66
KB
-rw-r--r--
2021-12-23 11:54
md5
11.87
KB
-rw-r--r--
2022-09-21 09: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--
2022-09-21 09: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'; }