Juneland-website/vendor/crowdfunding2
Boris Paing ea40a56e5f [fix] crowdfunding 2023-10-20 20:08:33 +02:00
..
examples [fix] crowdfunding 2023-10-20 20:08:33 +02:00
img [fix] crowdfunding 2023-10-20 20:08:33 +02:00
lib [fix] crowdfunding 2023-10-20 20:08:33 +02:00
locales [fix] crowdfunding 2023-10-20 20:08:33 +02:00
themes [fix] crowdfunding 2023-10-20 20:08:33 +02:00
.gitignore [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Avatar.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Chart.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Color.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Crowdfunding.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Donation.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Donor.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
FIXED.md [fix] crowdfunding 2023-10-20 20:08:33 +02:00
GeoPoint.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
Graph.class.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
LICENCE [fix] crowdfunding 2023-10-20 20:08:33 +02:00
MIGHTDO.md [fix] crowdfunding 2023-10-20 20:08:33 +02:00
README.md [fix] crowdfunding 2023-10-20 20:08:33 +02:00
conf.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
functions.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
generate.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
generator.css [fix] crowdfunding 2023-10-20 20:08:33 +02:00
iframe.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
iframes.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
image.php [fix] crowdfunding 2023-10-20 20:08:33 +02:00
index.html [fix] crowdfunding 2023-10-20 20:08:33 +02:00
svg.php [fix] crowdfunding 2023-10-20 20:08:33 +02: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