Header Image

Demo

Gallery Image Gallery Image Gallery Image Gallery Image
Gallery Image Gallery Image Gallery Image Gallery Image
Powered by Fire Gallery

Features

  • 1 file, 1 line of code
  • Lots of custom options
  • Creates thumbnails automatically
  • Orders image by newest first
  • Creates a paged gallery with custom amount of thumbnails per page
  • Integrates seamlessly with Lightbox
  • No database needed
  • Coded to be fast
  • Supports .jpg, .png and .gif files
  • Only 10kb

Is Fire Gallery for me?

Fire Gallery is a simple script in the way it works. Simply tell it where your images folder is and the script will make thumbnails of the images, order them by the newest first, then display them wherever you tell it to.

It is also very fast. It only makes the thumbnails once, if the script finds that thumbnails for your images have already been created, it will not make them again. It is as quick as just linking to the files yourself!

If that sounds good to you, then yes, Fire Gallery is what you’re looking for.

How to use

  1. Download the file from the sidebar then use an unpacking program to unpack the archive.
  2. Create two folders. One for your images, one for your thumbnails.
  3. Open fireGallery.php and edit the top lines of code, these are the settings
  4. Include the fireGallery.php file on the page you would like Fire Gallery to display.

Examples

Within your <body> tags, paste the below code wherever in your document you would like Fire Gallery to display

<?php include("pathToFile/fireGallery.php"); ?>

Make sure to use the correct path to the file

Is it free?

Fire Gallery is absolutely free. All we ask is that you keep the link back to this site intact.

FAQ

Can I style Fire Gallery?

Yes, Fire Gallery has a table ID of fireGallery. Simply add #fireGallery{} into your CSS files and style away! See the example folder for example CSS

How do I use Lightbox with Fire Gallery?

Go to the Lightbox website. Download the files and follow their instructions. Once you have done that, set the Lightbox setting in the fireGallery.php file to "TRUE"

How do i delete images?

Simple, just open up your FTP program and delete them from the images folder and thumbs folder.

How do I request new features?

Contact us at the email address in the sidebar to make a suggestion

Troubleshooting

I have followed the instructions for Fire Gallery but it wont work?

There are a few things you need to check

  1. Your server is running at least PHP Version 4.0.6
  2. Your server has GD Library 2 Installed. To check, create a new PHP file with the following code in it:

    <?php phpinfo(8);?>

    and see if GD is installed. If not you will need to contact your host requesting it gets installed.
  3. Make sure the file your including fireGallery.php in is a .php file, not a .htm or .html file.
  4. Make sure the path to the fireGallery.php file is correct.

I have followed the instructions but all i see is the include(); line

This is a common sign of when you are trying to run a PHP file on a server that does not have PHP installed

I keep getting error 1A

Make sure you have added a trailing slash to your image folder path, for example:
images/

I keep getting error 1B

Make sure you have added a trailing slash to your thumbnails folder path, for example:
images/thumbs/

I keep getting error 1C

Make sure you have images in your specified folders

Download Fire Gallery

Requirements

  • PHP version 4.0.6 or higher
  • GD Library

Version

1.2 RC1

License

Creative Commons Attribution-Share Alike 3.0

Contact

Updates/Support

Visit our forums

Bug reports:

bugs@streamlinelabs.co.uk

Feature Requests:

requests@streamlinelabs.co.uk

Listed at Hot Scripts in PHP