Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
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
2026-06-16 11:26
php53
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php56
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php71
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php81
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php82
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
Helpdesk.php
1009
B
-rw-r--r--
2021-12-23 01:24
clone.php
4.67
KB
-rw-r--r--
2024-05-02 01:45
edit.php
4.93
KB
-rw-r--r--
2024-05-02 01:45
edit.xml
433
B
-rw-r--r--
2021-12-23 01:24
extend.php
9.19
KB
-rw-r--r--
2024-05-02 01:45
fileindex.php
113
B
-rw-r--r--
2021-12-23 01:24
import.php
4.46
KB
-rw-r--r--
2024-05-02 01:45
info.xml
3.3
KB
-rw-r--r--
2024-05-02 00:55
install.js
921
B
-rw-r--r--
2021-12-23 01:24
install.php
5.2
KB
-rw-r--r--
2024-05-02 01:45
install.xml
1.66
KB
-rw-r--r--
2021-12-23 01:24
md5
2.04
KB
-rw-r--r--
2024-05-02 01:45
notes.txt
203
B
-rw-r--r--
2021-12-23 01:24
update_pass.php
541
B
-rw-r--r--
2021-12-23 01:24
upgrade.php
5.11
KB
-rw-r--r--
2024-05-02 01:45
upgrade.xml
380
B
-rw-r--r--
2021-12-23 01:24
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'; }