Skip to content
/ vo-tee Public

This repo contains a voting app for https://gli.tc/h/ . Made in PHP, using jQuery and a jQuery form validator by https://github.com/jzaefferer . You can upload JPEG, PSD, AI, EPS and TIFF files which will be transformed into JPEG files for the frontend and originals are stored in the uploads folder.

Notifications You must be signed in to change notification settings

y-a-v-a/vo-tee

Repository files navigation

vo-tee

Project consists of two pages

  • application form for submitting an image of type JPEG, PSD, AI, EPS and PDF

  • overview page collecting and showing all submitted images in an endless scroll mode

  • Created for https://gli.tc/h/

  • Running (but submission is closed) on https://votee.vincentbruijn.nl

Prerequisites

  • PHP Imagick extension
  • Folders uploads and data should be chmod 777
  • Create a database using the SQL file in the data directory. Change the database name to your liking.
  • Change db credentials in conf.php
  • The data directory might also be used by the program for logging to a system.log file.

About

This repo contains a voting app for https://gli.tc/h/ . Made in PHP, using jQuery and a jQuery form validator by https://github.com/jzaefferer . You can upload JPEG, PSD, AI, EPS and TIFF files which will be transformed into JPEG files for the frontend and originals are stored in the uploads folder.

Resources

Stars

Watchers

Forks

Packages

No packages published