Code Monkey home page Code Monkey logo

quickgallery's Introduction

Community

Quick Gallery now has a community forum open to everyone. https://www.pilabs.io/forum/

QuickGallery

Quick Gallery allows you to upload image folders to make an online gallery with support for multiple image galleries.

Supports by default: png, jpg, jpeg, and gif but you are able to extend this by modifying line 53:

$allowed_types = array('png','jpg','jpeg','gif');

Screenshot

Quick Gallery

Instructions

  1. Download index.php and thumb.php
  2. Upload to a folder accessible by the internet (e.g. A folder called "gallery")
  3. Upload image albums to their own folder.
  4. Profit???

To enable caching, create a folder in the root of your gallery folder called "cache" and it give it 777 permissions.

File Tree Example

gallery
├── cache
├── index.php
├── simcity
│   ├── Spark_2013-03-18_15-12-33.png
│   ├── Spark_2013-03-18_15-25-06.png
│   ├── Spark_2013-03-18_15-25-18.png
│   ├── Spark_2013-03-18_15-25-35.png
│   ├── Spark_2013-03-18_15-25-50.png
├── team fortress 2
│   ├── 2011-02-24_00001.jpg
│   ├── 2011-05-09_00001.jpg
│   ├── 2011-05-09_00002.jpg
├── thumb.php

Requirements

  • PHP + PHP GD
  • Web Server

quickgallery's People

Contributors

mojeda avatar linqiuyu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.