eSPG Features

Posted on Wednesday, October 1st, 2008 at 10:19 am in Scripts.

eSPG(Enhanced Simple PHP Gallery) is an updated version of Simple PHP Gallery developed by Paul Griffin. Thanks to him, and fellow developers:

Features of 1.7

  • Automatic thumbnail generator
  • Automatic pagination
  • Ability to edit names, descriptions and alt attributes online
  • Ability to upload images online
  • Valid XHTML 1 Strict Mark-Up
  • Ability to delete individual images and directories
  • Comment system
  • Random thumbnail next to category
  • Ability to change thumbnail quality
  • RSS Feed (undocumented, check files for info.)
  • Language File
  • and more…

Warnings:

If the config sub folder is uploaded, open the config/validate.php file and amend the username/password. If this is set the same as the main gallery, then you only have to login once to access this.

To access the online config editor, from the gallery directory, open /config/index.php

Note: this is experimental, and has not bee n fully tested, be sure to backup your sp_config.php

comments.php includes some settings at the top of the script that may need amending, however I would recommend that:

$comment_settings['admin_email'] = email@invalid.invalid;

is amended to your own email address. If you don’t you run the risk of missing a comment added to one of your images.

Help

View the Readme, which explains most of what you need.

Top