Close

Themehits

Download Easy Gallery Nulled

 


With this class you can easily create a gallery of images and thumbnails for your website.

Key Features:

  • Easy to use set of functions
  • Gives you the ability to create a image gallery with 3 lines of code
  • Allows images to be sorted by name, date, or size ascending or descending
  • Well documented
  • Thumbnails automatically generated as needed
  • Can be integrated into any current page
  • No specific knowledge of PHP require
  • Light weight

Usage Example 1:

<?php

include('easy_gallery/inc.php');

$gallery = new gallery;
$gallery->setimagedir('images');
$gallery->create();

?>

Usage Example 2:

<?php

include('easy_gallery/inc.php');

$gallery = new gallery;
$gallery->setimagedir('images');
$images = $gallery->create(2);

foreach ($images as $image){
    echo '<a href="#" onclick="something(''.$image['full'].'');"><img src="'.$image['thumb'].'" /></a>';
}

?>

Demo 1: http://jacekk.co.uk/code/easy_gallery/example1.php
Shows the basic use of this system

Demo 2: http://jacekk.co.uk/code/easy_gallery/example2.php
Shows how the gallery could be integrated into an existing design.

Documentation: http://jacekk.co.uk/code/easy_gallery/readme.html

NOTE : you need the PHP GD module installed for thumbnail generation to work.

Support
If there are any problems with this item, the best place to ask is in the forum as I check that at least once a day.
http://betterphp.co.uk/board/viewforum.php?f=29

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = Easy Gallery
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/easy-gallery/103404″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Easy Gallery from the The Developer ( betterphp ) website. Thank you.
Download = Easy Gallery-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.