Simple Gallery

A simple gallery script. Drop images into the albums directory and you're done. Create albums is as easy as creating a new directory, literally. I've put up a demo gallery here.

Requirements

  • PHP enabled server, of course. Safe mode must be off.
  • GD version 2 and up enabled if you want to automatically generate thumbnails, otherwise a generic icon will be used.

Updates

  • Version 2.2, cleaned up code a bit. Added option to not create large thumbnails. Removed bicubic resize in favor of imagecopyresampled. Changed styles (old style still available in the config by changing $conf_style).
  • Version 2.1, fixed security problem that allows users to browse outside of the albums directory. Also other minor fixes.

Download Download