Linux server333.web-hosting.com 4.18.0-553.47.1.lve.el8.x86_64 #1 SMP Tue Apr 8 13:54:31 UTC 2025 x86_64
LiteSpeed
Server IP : 162.254.39.6 & Your IP : 216.73.216.252
Domains :
Cant Read [ /etc/named.conf ]
User : dailmgzn
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
handesk /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-02-21 22:13
php53
[ DIR ]
drwxr-xr-x
2024-02-21 22:13
php56
[ DIR ]
drwxr-xr-x
2024-02-21 22:13
php71
[ DIR ]
drwxr-xr-x
2024-02-21 22:13
php81
[ DIR ]
drwxr-xr-x
2024-02-21 22:13
.env
1.2
KB
-rw-r--r--
2022-01-07 06:50
.htaccess
201
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.4
KB
-rw-r--r--
2022-09-21 09:34
edit.xml
447
B
-rw-r--r--
2022-01-13 12:38
extend.php
9
KB
-rw-r--r--
2022-09-21 09:34
fileindex.php
470
B
-rw-r--r--
2022-01-07 06:50
handesk.sql
16.03
KB
-rw-r--r--
2022-01-07 06:50
handesk.zip
19.36
MB
-rw-r--r--
2022-01-07 06:50
import.php
2.72
KB
-rw-r--r--
2022-09-21 09:34
info.xml
2.28
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.08
KB
-rw-r--r--
2022-09-21 09:34
install.xml
845
B
-rw-r--r--
2021-12-23 11:54
md5
16.8
KB
-rw-r--r--
2022-09-21 09:34
notes.txt
962
B
-rw-r--r--
2022-01-07 06:50
update_pass.php
541
B
-rw-r--r--
2022-01-07 06:50
Save
Rename
1. Install Composer and create zip of package 2. configure .env file install through command php artisan key:generate php artisan migrate --seed php artisan storage:link https://github.com/BadChoice/handesk#installation 3. PHP REQUIREMENT LINK : see composer.json require 4. Keep bootstrap/cache/services.php and packages.php in zip NOTE : IN version 1.3.3. forget password link not working. Vendors have added in their enhancement issues in github 5. openssl, pdo_mysql, mbstring, iconv added in Requirement as many functionality does not work without it. 6. On PHP 7.4, we get error while creating tickets in manual install. So we have added restriction in info.xml for PHP 7.4. 7. Delete Procedures and functions of DELIMETER if it's empty because it results in error while importing sql through softaculous. 8. We have modified .env.example (line no. 39,49) as it was giving error while installing manually. https://github.com/BadChoice/handesk/pull/767