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 : 3.15.10.218
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
helpdezk /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-03-06 00:28
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:28
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:28
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:28
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:28
changelog.txt
2.3
KB
-rw-r--r--
2021-12-23 11:54
clone.php
5.58
KB
-rw-r--r--
2022-09-21 09:31
config.php
1.79
KB
-rw-r--r--
2021-12-23 11:54
edit.php
4.24
KB
-rw-r--r--
2022-09-21 09:31
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
272
B
-rw-r--r--
2021-12-23 11:54
import.php
3.71
KB
-rw-r--r--
2022-09-21 09:31
info.xml
8.32
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.76
KB
-rw-r--r--
2022-09-21 09:31
install.xml
904
B
-rw-r--r--
2021-12-23 11:54
md5
948
B
-rw-r--r--
2022-09-21 09:31
notes.txt
354
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php date_default_timezone_set('America/New_York') ; //DATABASE CONFIGURATION $config["db_connect"] = "mysqli"; //mysqli = MYSQL | oci8po = Oracle $config["db_hostname"] = "[[softdbhost]]"; $config["db_port"] = "3306"; $config["db_name"] = "[[softdb]]"; $config["db_username"] = "[[softdbuser]]"; $config["db_password"] = "[[softdbpass]]"; //SYSTEM CONFIGURATION $config["hdk_url"] = "[[softurl]]"; $config["path_default"] = "[[relativeurl_]]"; $config["lang"] = "en_US"; $config["theme"] = "parracho"; $config["page_title"] = " [HELPDEZK] - Parracho - A free open source Helpdesk software! "; $config["jquery"] = "jquery-2.1.1.js"; //EXTERNAL STORAGE CONFIGURATION $config["external_storage"] = false ; $config["external_storage_path"] = 'puth_external_storage_path_here' ; $config["external_storage_url"] = 'puth_external_storage_url_here' ; //LOCATION CONFIGURATION if($config["lang"] == 'en_US') { $config["id_mask"] = "999-99-9999"; $config["ein_mask"] = "99-9999999"; $config["zip_mask"] = "00000"; $config["phone_mask"] = "(000) 000-0000"; $config["cellphone_mask"] = "(00) 00000-0000"; $config["date_placeholder"] = "mm/dd/yyyy"; $config["log_date_format"] = "%m/%d/%Y %H:%i:%s"; $config["date_format"] = "%m/%d/%Y"; $config["hour_format"] = "%h:%i %p"; } if($config["lang"] == 'pt_BR') { $config["id_mask"] = " ?999.999.999-99"; $config["ein_mask"] = " ?99.999.999/9999-99 "; $config["zip_mask"] = "00000-000"; $config["phone_mask"] = "(00) 0000-0000"; $config["cellphone_mask"] = "(00) 00000-0000"; $config["date_placeholder"] = "dd/mm/yyyy"; $config["log_date_format"] = "%d/%m/%Y %H:%i:%s"; $config["date_format"] = "%d/%m/%Y"; $config["hour_format"] = "%H:%i"; }