Started in July 2018, supporting multiple file uploads, a simple database-free image hosting program that returns image URLs, markdown, bbscode, and HTML. Demo address: https://png.cm/
Features#
- Support for uploading only after logging in
- Support for setting image quality
- Support for text/image watermarks
- Support for setting specific image width/height
- Support for converting uploaded images to specified formats
- Support for limiting minimum width/height for uploads
- API support
- Online image management
- Website statistics support
- Support for setting advertisements
- Support for image content filtering
- Support for custom code
- Support for uploading IP blacklists/whitelists
- Support for creating upload-only users
- Extremely low installation environment requirements
- For more supported features, please install and try it out...
- Recommended environment: Nginx + PHP≥7.0 + Linux
GitHub: https://github.com/icret/EasyImages2.0
Release: https://github.com/icret/EasyImages2.0/releases/
Screenshots#
Installation#
Download the compressed file from the release section above and extract it on the server!
Put the following code into the website configuration file.
In Nginx environment, prohibit running PHP programs in multiple directories:
# "i|public" is the directory you want to prohibit. It takes effect only after the listen section
location ~* ^/(i|public)/.*\.(php|php5)$
{
deny all;
}
For more features, please check on GitHub!