Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
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-09-21 11:56
php53
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php56
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php71
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php81
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
php82
[ DIR ]
drwxr-xr-x
2026-09-21 11:56
.env
14.31
KB
-rw-r--r--
2026-08-18 02:36
.htaccess
313
B
-rw-r--r--
2023-01-05 05:07
_clone.php
2.9
KB
-rw-r--r--
2021-12-23 06:54
_edit.php
4.53
KB
-rw-r--r--
2021-12-23 06:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
changelog.txt
3.36
KB
-rw-r--r--
2026-09-21 02:59
extend.php
9.9
KB
-rw-r--r--
2026-09-21 03:16
fileindex.php
226
B
-rw-r--r--
2022-12-26 06:09
import.php
4.04
KB
-rw-r--r--
2026-09-21 03:16
info.xml
4.65
KB
-rw-r--r--
2026-09-21 02:59
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
5.51
KB
-rw-r--r--
2026-09-21 03:16
install.xml
448
B
-rw-r--r--
2021-12-23 06:54
md5
2.41
KB
-rw-r--r--
2026-09-21 03:16
notes.txt
2
KB
-rw-r--r--
2026-09-02 03:49
update_pass.php
612
B
-rw-r--r--
2022-09-05 07:24
upgrade.php
3.56
KB
-rw-r--r--
2026-09-21 03:16
upgrade.xml
574
B
-rw-r--r--
2026-03-18 01:30
Save
Rename
v7.8.5 Latest What's Changed 🏕 Features Fix language by @ildyria in #4757 v7.8.4 What's Changed 🏕 Features Trivy ignore CVE-2026-84304 by @ildyria in #4714 Ergonomic update with escape and space keys by @jphuguet in #4707 Trivy ignore CVE-2026-84445 by @ildyria in #4727 Show album cover art while password-protected by @matthewbolding in #4704 Improve Ux by @ildyria in #4730 Fix cves by updating dependencies by @ildyria in #4737 Fix folder multi processing by @ildyria in #4736 Send the origin on openstreetmap.org by @ildyria in #4739 Fix dock on smart album by @ildyria in #4741 Switch from === to hash_compare for time sensitive comparisons by @ildyria in #4743 Improve maps by @ildyria in #4751 Add Width and Height to the meta info when loading a page by @ildyria in #4752 Version 7.8.4 by @ildyria in #4755 👒 Dependencies chore(deps): bump the actions-deps group with 3 updates by @dependabot[bot] in #4725 chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot[bot] in #4723 chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #4721 chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #4720 chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #4722 chore(deps): bump composer from 2.10.2 to 2.10.3 by @dependabot[bot] in #4724 chore(deps-dev): bump composer/composer from 2.10.2 to 2.10.3 by @dependabot[bot] in #4726 chore(deps): bump the actions-deps group with 4 updates by @dependabot[bot] in #4749 chore(deps): bump node from 2d984a1 to ef24c50 by @dependabot[bot] in #4748 chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #4747 chore(deps): bump the production-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #4750 chore(deps): bump the production-dependencies group with 3 updates by @dependabot[bot] in #4744 v7.8.3 Released on September 1st, 2026 fix #4687 : Avoid naughty pdf uploaders by @ildyria. A user could upload a pdf crafted to exhaust the computational power of the server and cause a denial of service. This is now fixed. There was already mitigations in place, but they were not sufficient to avoid this issue. fix #4696 : Fix replay upload in the same chunk by @ildyria. A malicious user with upload access could replay the upload of chunks and subsequently fill the storage of the server without limit. We now ensure that the chunks are processed in order and that the same chunk cannot be uploaded twice. fix #4698 : Avoid email oracle on registration by @ildyria. When regitration page is disabled, a user could still send requests to the endpoint and try url. As the check for the authorization of the request was after the check of uniqueness of the email, an attacker could infer whether the email was used or not. This is now fixed. fix #4700 : Prevent editing pictures if they are not validated yet by @ildyria. When a photo is flagged for moderation, a user could still send a request to put the unvalidated photo as a cover of an album. This is now fixed. v7.8.2 Released on August 30th, 2026 fix #4685 : Fix photo ordering on albums by @ildyria. v7.8.1 Released on August 30th, 2026 fix #4682 : Fix missing album migration by @ildyria.