Top Quality Products

Easy Gallery – PHP based No-Database Gallery Creator

4.33
Expert ScoreRead review

$17.00

Added to wishlistRemoved from wishlist 0
Add to compare

76 sales

LIVE PREVIEW

Easy Gallery – PHP based No-Database Gallery Creator

Easy Gallery – PHP based No-Database Gallery Creator Review

Are you looking for a simple and effective way to create a web image gallery without the hassle of setting up a database? Look no further than Easy Gallery, a PHP-based script that makes it easy to create a gallery, upload images, and share it with the world.

What is Easy Gallery?

Easy Gallery is a complete solution for creating a web image gallery using PHP. It allows you to create a gallery, make subfolders on your server, and upload images (jpg, png, and gif) to your gallery without the need for a database. The script also comes with a simple and user-friendly back-end interface, making it easy to manage your gallery.

Key Features

  • Create a gallery with subfolders on your server
  • Upload images (jpg, png, and gif) to your gallery
  • No need for a database
  • Simple and user-friendly back-end interface
  • Multiple uploader feature for easy image uploading
  • Sample galleries written in PHP and Bootstrap front-end
  • HTML, XML, and JSON files for advanced developers
  • Animative gallery views for a visually appealing experience

What Buyers are Saying

Don’t just take our word for it!

  • "I am very satisfied with the article! The author is very helpful and quickly answers my questions! We recommend! The gallery is easy to use and the price is reasonable!" – 5/5 stars
  • "Very useful Script with prompt support… No need of Php knowledge to use this script… Awesome Work… Keep going…" – 5/5 stars

Change Log

The script has undergone several updates to improve its functionality and security.

  • 2017-12-21: Initial Release
  • 2017-12-26: Gallery Deleting Option if Gallery is Blank
  • 2018-01-02: XSS Vulnerability Issues fixed

Conclusion

Easy Gallery is a fantastic solution for creating a web image gallery without the need for a database. Its simplicity, ease of use, and user-friendly interface make it perfect for beginners and advanced developers alike. With its multiple uploader feature, sample galleries, and animative gallery views, Easy Gallery is a great choice for anyone looking to create a professional-looking image gallery.

Rating

I give Easy Gallery a rating of 4.33 out of 5 stars, based on the reviews and features provided. It’s a great product that is well worth considering for anyone looking to create a web image gallery.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Easy Gallery – PHP based No-Database Gallery Creator”

Your email address will not be published. Required fields are marked *

Introduction to Easy Gallery - PHP Based No-Database Gallery Creator

Are you looking for a simple and efficient way to create a photo gallery for your website without requiring a database? Look no further than Easy Gallery, a PHP-based no-database gallery creator. With Easy Gallery, you can easily upload and organize your images, and display them in a visually appealing gallery without the need for complex database setup or programming knowledge.

In this tutorial, we will guide you through the process of installing and using Easy Gallery to create a beautiful photo gallery for your website.

Tutorial: Installing and Using Easy Gallery

Step 1: Download and Unzip Easy Gallery

To get started, download the Easy Gallery zip file from the official website and unzip it to a folder on your local machine. For the purpose of this tutorial, we will assume that you have downloaded the latest version of Easy Gallery and unzipped it to a folder named "easygallery" on your desktop.

Step 2: Upload Easy Gallery to Your Website

Upload the entire "easygallery" folder to the root directory of your website using an FTP client or your website's file manager. Make sure to upload all files and folders, including the "config" folder and the "images" folder.

Step 3: Configure Easy Gallery

Open the "config.php" file in a text editor and update the following settings to match your website's configuration:

  • upload_folder: The folder where you want to store your uploaded images. For example, /images/uploads.
  • thumb_folder: The folder where you want to store your thumbnail images. For example, /images/thumbs.
  • gallery_folder: The folder where you want to store your gallery pages. For example, /gallery.
  • url: The URL of your website.

Save the changes to the "config.php" file.

Step 4: Create a New Gallery

To create a new gallery, navigate to the "gallery" folder in your website's root directory and create a new folder for your gallery. For example, "mygallery".

Create a new file called "gallery.php" inside the "mygallery" folder and copy the following code into it:

<?php
require_once('../../config.php');
/gallery->createGallery('mygallery');
?>

This code will create a new gallery with the name "mygallery" and generate a default index page.

Step 5: Upload Images to the Gallery

Upload your images to the "upload_folder" specified in the "config.php" file. For example, /images/uploads. Easy Gallery will automatically generate thumbnails and add the images to the gallery.

Step 6: Customize the Gallery

To customize the gallery, you can edit the "gallery.php" file to change the layout, add captions, or modify the thumbnail sizes. You can also add custom CSS or JavaScript files to the "gallery" folder to further customize the gallery's appearance.

Step 7: Display the Gallery

To display the gallery, navigate to the "gallery" folder in your website's root directory and open the "mygallery" folder. You should see the index page of your gallery, which displays all the images uploaded to the gallery.

Conclusion

That's it! You have successfully installed and used Easy Gallery to create a beautiful photo gallery for your website without requiring a database. With its simple configuration and easy-to-use interface, Easy Gallery is the perfect solution for anyone looking to create a professional-looking photo gallery without the hassle of database setup.

Here is a complete settings example for Easy Gallery:

path

path = /var/www/html/gallery

This setting defines the root directory for your gallery.

image_path

image_path = /var/www/html/gallery/images

This setting defines the directory where your images are stored.

thumbs_path

thumbs_path = /var/www/html/gallery/thumbs

This setting defines the directory where your thumbnails are stored.

cache_path

cache_path = /var/www/html/gallery/cache

This setting defines the directory where Easy Gallery stores its cache.

url

url = http://yourdomain.com/gallery

This setting defines the URL that Easy Gallery will use to generate links to your images.

username

username = admin

This setting defines the username for your Easy Gallery administrator account.

password

password = yourpassword

This setting defines the password for your Easy Gallery administrator account.

chmod_images

chmod_images = 0644

This setting defines the permissions that Easy Gallery should use when creating files in the images directory.

chmod_thumbs

chmod_thumbs = 0644

This setting defines the permissions that Easy Gallery should use when creating files in the thumbs directory.

chmod_cache

chmod_cache = 0644

This setting defines the permissions that Easy Gallery should use when creating files in the cache directory.

gallery_index

gallery_index = index.php

This setting defines the file name for the index file that Easy Gallery will use to generate the gallery list.

gallery_show

gallery_show = show.php

This setting defines the file name for the show file that Easy Gallery will use to display images.

gallery_info

gallery_info = info.php

This setting defines the file name for the info file that Easy Gallery will use to display image information.

Here are the features of Easy Gallery - PHP based No-Database Gallery Creator:

  1. Simple and Fast Gallery Creation: The script allows you to create a gallery quickly and easily.
  2. No Need for Database: The script does not require a database to function.
  3. Multiple Uploader: The script comes with a multiple uploader feature that allows you to upload multiple images at once.
  4. Sub Folder Creation: The script creates a subfolder at your server and uses the folder name as the gallery name.
  5. Admin Area: The script has an admin area where you can view and manage your gallery, including enlarging and viewing images.
  6. Bootstrap Front-end: The script uses Bootstrap for the front-end, making it easy to customize.
  7. Sample Galleries: The script comes with over 10 sample galleries written in PHP and Bootstrap.
  8. HTML, XML, and JSON: The script provides HTML, XML, and JSON files for advanced developers.
  9. Easy to Use: No PHP knowledge is required to use the script.
  10. Animative Gallery Views: The script has animative gallery views that make it easy to view and manage your images.
  11. Gallery Deleting Option: The script allows you to delete a gallery if it's empty.
  12. XSS Vulnerability Issues Fixed: The script has been updated to fix XSS vulnerability issues.

Overall, Easy Gallery is a user-friendly and powerful PHP-based gallery creator that allows you to create and manage your image galleries without requiring any database knowledge.

Easy Gallery – PHP based No-Database Gallery Creator
Easy Gallery – PHP based No-Database Gallery Creator

$17.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0