
ImgBrowz0r is a PHP class that can be used to display galleries of images stored in server side files. It scans a given directory for images with file name extensions of GIF, JPEG, and PNG image formats. The class can generate thumbnail image files which are used to display the gallery images in an HTML table. The thumbnails are presented as links to pages to show the full size images.
License: zlib/libpng License
Changes:
gmdate() is used instead of date() in $this->format_time(). mkdir() now makes the thumbs folder with chmod 0777 instead of 0700 in $this->make_thumb(). A sorting bug in $this->view_categories() was fixed. This bug appeared when only one empty folder was in the gallery folder. $this->g_category is now false instead of empty when $_GET['c'] is not set. Calls to unset() right before the return from $this->view_categories() and $this->view_images() were removed. self::safe_url(), self::base64_url_encode(), self::base64_url_decode(), and self::get_ext() were made static.
More...