WordPress Single File PHP Gallery

WordPress Single File PHP Gallery is a gallery in one single PHP file.

Author:Mitnik (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:2.6.2
Plugin version:0.0
Added to WordPress repository:13-10-2008
Last updated:13-10-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:4 047
plugin download
Click to start download

WordPress Single File PHP Gallery is a gallery in one single PHP file. All you have to do is copy the file to any directory containing JPG, JPEG, PNG or GIF images to make a gallery. You can then use your favorite FTP client to upload images to the gallery. Sub directories will be sub galleries. Thumbnails for images and directories are generated automatically. Description of galleries and images can be added by creating a simple .txt file with the description. It does not use a DataBase, nore does it require any programming skills to use.

FEATURES

  • WordPress Single File PHP Gallery is Freeware

  • Very simple and easy to use

  • Uses no DataBase

  • Automatically creates thumbnails on-the-fly

  • No configuration is required

  • Many configuration options

  • Easy to customize / personalize

  • Option to save thumbnails on server, to speed up when gallery is shown again

  • Unlimited numbers of sub galleries

  • Generates valid HTML 4.0 Transitional

  • Contains valid CSS

  • See configuration information below for all features

REQUIREMENTS

This script requires a working installation of WordPress.

For this script to function as designed you will need a web server with PHP 4 or PHP 5 and the GD library installed. See here for information: http://www.php.net/

For the script to create thumbnails, the PHP memory_limit must be large enough to contain: script + fullimage (converted to BMP) + thumbnail (converted to BMP) at one time.

In order to save thumbnails on server and show the data provided by SHOW_DIR_INFO, SHOW_IMAGE_INFO and SHOW_FILE_INFO, PHP must have write access to the set THUMB_ROOT folder.