g1chapeau/lib/crowdfunding
Boris Paing 8a406de489 proto 2020-12-10 15:53:17 +01:00
..
examples proto 2020-12-10 15:53:17 +01:00
img proto 2020-12-10 15:53:17 +01:00
lib proto 2020-12-10 15:53:17 +01:00
locales proto 2020-12-10 15:53:17 +01:00
themes proto 2020-12-10 15:53:17 +01:00
.gitignore proto 2020-12-10 15:53:17 +01:00
Avatar.class.php proto 2020-12-10 15:53:17 +01:00
Chart.class.php proto 2020-12-10 15:53:17 +01:00
Color.class.php proto 2020-12-10 15:53:17 +01:00
Crowdfunding.class.php proto 2020-12-10 15:53:17 +01:00
Donation.class.php proto 2020-12-10 15:53:17 +01:00
Donor.class.php proto 2020-12-10 15:53:17 +01:00
FIXED.md proto 2020-12-10 15:53:17 +01:00
GeoPoint.class.php proto 2020-12-10 15:53:17 +01:00
Graph.class.php proto 2020-12-10 15:53:17 +01:00
LICENCE proto 2020-12-10 15:53:17 +01:00
MIGHTDO.md proto 2020-12-10 15:53:17 +01:00
README.md proto 2020-12-10 15:53:17 +01:00
conf.php proto 2020-12-10 15:53:17 +01:00
functions.php proto 2020-12-10 15:53:17 +01:00
generate.php proto 2020-12-10 15:53:17 +01:00
generator.css proto 2020-12-10 15:53:17 +01:00
iframe.php proto 2020-12-10 15:53:17 +01:00
iframes.php proto 2020-12-10 15:53:17 +01:00
image.php proto 2020-12-10 15:53:17 +01:00
index.html proto 2020-12-10 15:53:17 +01:00
svg.php proto 2020-12-10 15:53:17 +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