Juneland-website/vendor/crowdfunding2
Pascal Engélibert ee8a28e302 Initial commit (again) 2020-12-11 19:52:55 +01:00
..
examples Initial commit (again) 2020-12-11 19:52:55 +01:00
img Initial commit (again) 2020-12-11 19:52:55 +01:00
lib Initial commit (again) 2020-12-11 19:52:55 +01:00
locales Initial commit (again) 2020-12-11 19:52:55 +01:00
themes Initial commit (again) 2020-12-11 19:52:55 +01:00
.gitignore Initial commit (again) 2020-12-11 19:52:55 +01:00
Avatar.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Chart.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Color.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Crowdfunding.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Donation.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Donor.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
FIXED.md Initial commit (again) 2020-12-11 19:52:55 +01:00
GeoPoint.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
Graph.class.php Initial commit (again) 2020-12-11 19:52:55 +01:00
LICENCE Initial commit (again) 2020-12-11 19:52:55 +01:00
MIGHTDO.md Initial commit (again) 2020-12-11 19:52:55 +01:00
README.md Initial commit (again) 2020-12-11 19:52:55 +01:00
conf.php Initial commit (again) 2020-12-11 19:52:55 +01:00
functions.php Initial commit (again) 2020-12-11 19:52:55 +01:00
generate.php Initial commit (again) 2020-12-11 19:52:55 +01:00
generator.css Initial commit (again) 2020-12-11 19:52:55 +01:00
iframe.php Initial commit (again) 2020-12-11 19:52:55 +01:00
iframes.php Initial commit (again) 2020-12-11 19:52:55 +01:00
image.php Initial commit (again) 2020-12-11 19:52:55 +01:00
index.html Initial commit (again) 2020-12-11 19:52:55 +01:00
svg.php Initial commit (again) 2020-12-11 19:52:55 +01:00

README.md

Crowdfundinğ

PHP scripts and iframes to display crowdfunding informations in a fully customizable way.

A word about <iframe> and height

For autoheight.js script to work, iframes.php file must be stored on the same domain as the HTML that calls the iframe.

QR codes

img/qrcodes must be set with write permissions :

chmod +w o img/qrcodes

Generation of images

If you are using this script on your own server, you might want to install PHP-GD library :

sudo apt install php-gd

Restarting your server will be necessary. For Apache :

/etc/init.d/apache2 restart