A simple PHP setup for drop-in kudos for whatever you need.
Go to file
2023-06-29 18:51:01 -05:00
fonts initial commit 2023-06-29 17:49:52 -05:00
.gitignore add gitignore 2023-06-29 18:37:30 -05:00
config.php initial commit 2023-06-29 17:49:52 -05:00
db.php initial commit 2023-06-29 17:49:52 -05:00
form.php initial commit 2023-06-29 17:49:52 -05:00
index.php Create index.php 2023-06-29 17:52:23 -05:00
kudos.db initial commit 2023-06-29 17:49:52 -05:00
kudos.php add quotes 2023-06-29 18:51:01 -05:00
LICENSE Initial commit 2023-06-29 17:48:33 -05:00
README.md Update README.md 2023-06-29 18:13:02 -05:00
style.css initial commit 2023-06-29 17:49:52 -05:00
template.php initial commit 2023-06-29 17:49:52 -05:00

How To

Basically, you can drop this onto a php-enabled webserver and have it Just Work, with one caveat. You have to have ImageMagick installed along with the php Imagick extension.

Assuming you're on an Ubuntu box, this should do it:

sudo apt-get install -y libmagickwand-dev 
sudo apt-get install -y imagemagick
pecl install imagick

If it says to enable any modules for your web server, use the provided commands. Then, reload your web server to load all the new extensions.