Files Photo Gallery
Files Photo Gallery is a single-file PHP catalog program that can be placed in any catalog on the server and immediately has a preview catalog of files and folders. It supports all file types and allows you to preview images, videos, audios and codes
Function
-A single file just needs to be put into any directory on the server
-Search and sort files in real time
-Advanced list and library layout, which can be switched in real time
-Preview IPTC, EXIF and GPS maps to view your photos
-Fast loading using caching mechanism and CDN
-Advanced tree menu navigation shows the entire directory structure
-Beautiful code highlighter to view and edit code format
-Optional login to protect access
environment
- php5.5+
- php extension: GD, mbstring, fileinfo, exif
Delete authorization pop-up window
Files Photo Gallery is completely open source, the free version and the licensed version are the same, there is no difference
It’s just that the free version will pop up the authorization window every time, click No thanks! to close
The first method: JS localization
Open index.php to find the code:
Replace it with:
Then create a new folder named js in the same directory, then download the files.js file and place it in it;
File download address: https://cdn.jsdelivr.net/gh/elephdev/cdn/Files-Photo-Gallery/files.js
The second method: JS network
Open index.php to find the code:
Replace it with the following code;
Replace code:
<script src="https://cdn.jsdelivr.net/gh/elephdev/cdn/Files-Photo-Gallery/files.js"></script>
Hello, can you update for the new version? also this unfortunately doesn't work.