This is the homepage for the Thumber PHP script. This page is undergoing construction. It will feature more interactivity in the future.

Clicky!

VERSION INFO
DOWNLOAD
CHANGE LOG
READ ME

VERSION INFO  
Current version: 0.6.1

DOWNLOAD  
Get it here!

CHANGE LOG  
2010.07.21 - Version 0.6.1
 - Fixed handling of path variable

2005.09.20 - Version 0.6.0

 - Got rid of ex_if requirement
 - Directories now sorted with "Natural Order"

2005.02.28 - Version 0.5.4

 - Instituted a filesize formatter that works and is much more efficient
 - Fixed disappearing $cols variable when in "root" directory

2004.12.08 - Version 0.5.3

 - Added download link
 - Added filename truncating for long filenames
    to preserve formatting of HTML output
 - Changed project name to "Thumber"
 - Fixed directory changed for top level directory
    Now changes to parent directory if in "root" directory of script

2004.11.29 - Version 0.5.2

 - Added folder icon
 - Added informative lines to tell if script wrote new thumbnails
 - Fixed script to use "safe" PHP variables instead of globals

2004.11.26 - Version 0.5.1

 - Fixed Unix path problem
 - Added debug boolean and debugging lines
 - Added support for URL specification of number of columns
 - Added pass thru for column specification. still not perfect

2004.11.25 - Version 0.5.0

 - Added thumbnail caching
 - Images now display in multiple columns after directories and files

2004.11.25 - Version 0.x.0

 - Wrote script
 - Previous Changes not tracked

READ ME  
Thank you for trying my script.

I wrote the script because I wanted a light-weight PHP script that
would display thumbnails of images in a directory. It grew from there.

I looked at the other PHP-based image scripts out there and they
all appeared to do much more than I wanted.

The script reads the contents of a directory and lists the directories
and files then thumbnails of the images in that directory.

To install, simply copy the following files into the directory you'd
like the script to process.

 _folder.gif
 _image.php
 index.php

REQUIREMENTS:
 - A web server
 - PHP with the exif extension enabled
 - A directory with images 

FEATURES:
 - Thumbnailing of JPEG, PNG, and GIF images.
 - Thumbnail Caching
 - Hidden files

TODO:
 - add ability to make captions
 - add maintence tasks
 - add random thumbnail checks


NOTES:
 - Long filenames are displayed in a shortened format to preserve the
   HTML formatting.
 - You can hide a file or directory by puting an underscore ("_") or
   period (".") in front of the name.

SAMPLE:
 - I run this script on my own website. You can see it in action here: 
http://www.rowshi.net/pics/


CONTACT:
Website: http://www.rowshi.net/thumber/
E-Mail: rowshi@gmail.com