GitXplorerGitXplorer
s

EasyCapture

public
3 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
dd10f2d79ade91a33e18866f8e95e9d0d7f558e1

Merge branch 'master' of github.com:scottchiefbaker/EasyCapture

sscottchiefbaker committed a year ago
Unverified
2a8c612ccc566d86ad3914dbb2411ea9d6ac9217

E_NOTICE fixes

sscottchiefbaker committed a year ago
Unverified
568767b2684e1e4d7cc962d3b75896e45379436b

E_NOTICE fix

sscottchiefbaker committed a year ago
Unverified
5bb0ca0644a4a56d5fe913a7b5b2583be7ba69b7

Default file resize should be a multiple of 16

sscottchiefbaker committed 2 years ago
Unverified
787dd832cd88c736969099f520b29a068905f754

Change emojis to SVG icons

sscottchiefbaker committed 2 years ago
Unverified
d75c96a8d5bdbd59b21e94e8158bc465414fa680

Make EasyCapture more responsive

sscottchiefbaker committed 3 years ago

README

The README file for this repository.

EasyCapture

EasyCapture is a PHP based image hosting and capturing script.

Installation

  1. Uncompress the code to a path in your web root.
  2. Copy the config.php.sample file to config.php
  3. Make changes to config.php to suit your environment
  4. Navigate to http://www.myserver.com/easy_capture/

Note: The images/ and images/thumbs directories need to be writable by your web server. If you forget EasyCapture will warn you the directory permissions are not correct.

Requirements

  1. PHP 7.x
  2. PHP GD Extensions