Last update at :2024-03-12,Edit by888u
Recently I got a single-file directory program similar to h5ai. It has a simple style and is well adapted to h5. It is very good to use as a photo sharing and downloading site. I would like to share it with everyone.
Demo address: http://d.nat.ee/
Official website address: https://files.photo.gallery/
Program download address:
https://cdn.jsdelivr.net/npm/files.photo.gallery/index .php
How to remove the authorization prompt message?
Edit the end of the file and put
Modify to:
If you don’t want to reference a third-party address, just download it yourself and reference the local file.
Configure root directory, password access and exclude directories that do not need to be displayed:
//Root directory configuration 'root' => 'root directory path', // root path relative to script. 'start_path' => false, // start path relative to script. If empty, root is start path // Login account password configuration 'username' => 'zhujizixun', 'password' => '12345678', // Add password directly or use https://tinyfilemanager.github.io/docs/pwd.html to encrypt the password (encrypted password is more secure, as it prevents your password from being exposed directly in a file). //Exclude files or directories 'files_exclude' => '/\.(html|xml)$/i', // '/\.(pdf|jpe?g)$/i' 'dirs_exclude' => '/\/js|\/_files(\/|$)/i', //'/\/Convert|\/football|\/node_modules(\/|$)/i', 'allow_symlinks' => true, // allow symlinksRecommended site searches: Chinese domain name registration query, Henan registration, registered domain name, multi-IP server, free domain name, how to cancel domain name registration, IP reverse check, Wanwang free domain name, query domain name,
发表评论