This is a selection of PHP scripts that I have packaged for anyone to use.
xHibit2
Download
Photo gallery developed from scratch, making use of on-the-fly thumbnails. All you need is a folder tree full of images, and xHibit will do the rest! Includes Thumbnail Maker.
Last updated: January 03, 2009
Thumbnail Maker
Download
Generates a cropped thumbnail of a jpeg, gif, or png file that it is pointed to. Includes options for drop shadow, zoom, borders, and caching.
HTML example: <img src="thumb_maker.php?pic=example.gif" />
Last updated: January 03, 2009
Text to Image
Download
Generates an image from a text string using any font with any RGB foreground or background color, at any angle, and any size. See source code for parameters.
HTML example: <img src="text_img.php?text=Some Words" />
Last updated: January 04, 2009
Img Reflect
Download
Takes a url to an image file and outputs an iTunes-style jpeg.
HTML example: <img src="img_reflect.php?img=image.jpg" />
Last updated: June 21, 2008
Directory Parser
Download
A VERY simple directory parser, which is used to display the contents of a specified directory in a table, along with the corresponding file size. It is nothing special, but good to use when you are just learning PHP, so you can understand how PHP can do very helpful tasks on the fly.
Last updated: February 12, 2006
Guest Book
Download
Simple Guestbook that generates a CSV file for the guestbook entries. Make sure your .info file has write permissions.
Last updated: February 12, 2006