Showing posts with label gallery. Show all posts
Showing posts with label gallery. Show all posts

Monday, June 6, 2016

Photo Gallery PHP Script

DRBImageGallery is an easy-to-use PHP image gallery script with customizable search capabilities. It allows you to categorize your images with user-defined attributes and keywords. Visitors to your site can search your image gallery using these criteria via a simple search form.


Features

  • Quick and easy to install.
  • Supports an unlimited number of custom attributes which can be used to classify and categorize your images.
  • Users can easily search for images by their attributes, name, or description.
  • Automatically generates thumbnail images (requires GD library for PHP).
  • Pages are XHTML syntax compliant, and compatible with both IE and Firefox.
  • Web-based administration interface.
  • Includes support for custom themes.


Download Image Gallery PHP Script

Tuesday, May 31, 2016

Gallery Generator PHP Script Generate Picture Galleries On Your Web Site

Gallery Generator is the perfect and easy solution to generate picture galleries on your web site. It is all template based so just upload your templates and when you choose a template the script will automatically put the images where they are supposed to go.

Requirements

  •     PHP 5+ -http://www.php.net
  •     GD Library – http://www.libgd.org

Installation
  •     Open config.inc in the main folder and modify the settings to your liking
  •     Modify templates to suit your needs / design in the templates directory
  •     You may add new templates to the directory (they will show up automatically in the admin form)
  •     Upload to your server
  •     CHMOD the galleries directory and give it write access (this is where your galleries will be created)
  •     NOTE: You may want to limit access to your script directory by using .htaccess or other methods. If you do this however, make sure when you change settings in config.inc that you don’t place your gallery pages inside of this protected area unless you want it that way.
Download Gallery Generator PHP Script

Wednesday, May 25, 2016

Simple Image Gallery Image Gallery Management System In PHP

Simple Gallery is an easy to use image gallery management system written in PHP and utilizes jQuery, MySQL, and the GD Library. It allows multiple categories and subcategories as well as image hit / download tracking and a built in installer. Also, the latest version adds support for Thickbox displaying of images when downloading.

Requirements
  •     PHP 5+ -http://www.php.net
  •     GD Library – http://www.libgd.org
  •     MySQL – http://www.mysql.com

Installation
  •     Open “inc/config.php” and modify the settings to your liking
  •     Do Not Run the “install.php” script before doing the above
  •     To use an existing mysql database, just set “$db” in “inc/config.php” to the DB name you wish to use
  •     If the DB name you specify in “$db”, the install.php script will attempt to create it for you.
  •     3 database tables will be added to your DB name above “freephp_gallery, freephp_gallery_admin, freephp_gallery_category”
  •     The directory you specify for “$base_dir” should be chmod to 777 (full permissions)
  •     When you are sure your settings are correct, run the “install.php” file
  •     You will be asked to create your admin username and password on the install.php page
  •     After completing the install, REMOVE “install.php” (running this again will remove any data from your Simple Gallery tables)
  •     Run “login.php” to login as the admin username and password you setup so that you may start using Simple Gallery

Download Simple Image Gallery PHP Script

Monday, May 23, 2016

Creating an Image Gallery from Folder using PHP

Creating an Image/photo gallery from a folder or directory of pictures, images using PHP is easy no MySQL database needed, so in this tutorial i am going to tell you that how to create image,photo gallery using PHP from an images folder, here using some few lines of PHP code you can generate image gallery or thumbnails to display images from folder and show as a thumbnails on browser easily, so take a quick look at this tutorial.
Creating an Image Gallery from Folder using PHP
Read more »

Wednesday, May 4, 2016

Image Gallery PHP Script

Description Of The Image Gallery PHP Script


PHP Gallery is a PHP script designed for displaying a thumbnail table of images. The script was originally designed for Helen Peppe.com.

PHP Gallery does not make use of any database systems. Its design is very straight-forward and its code as simple as possible. It is, perhaps, slightly more difficult to use than other PHP gallery software in the respect that it requires you to generate the thumbnails yourself; this is no accident, as I believe that tasks that can be done and completed once should not be done multiple times. Ive always thought it inefficient for the PHP galleries to compress all the images every time theyre called upon. It adds a significant amount of code bloat and server strain.

If you are interested in using this script, please download it from the link below. Some installation documentation is at the head of the source file.

Download Image Gallery PHP Script