|
1 month ago | |
---|---|---|
.. | ||
examples | 1 month ago | |
img | 1 month ago | |
lib | 1 month ago | |
locales | 1 month ago | |
themes | 1 month ago | |
.gitignore | 1 month ago | |
Avatar.class.php | 1 month ago | |
Chart.class.php | 1 month ago | |
Color.class.php | 1 month ago | |
Crowdfunding.class.php | 1 month ago | |
Donation.class.php | 1 month ago | |
Donor.class.php | 1 month ago | |
FIXED.md | 1 month ago | |
GeoPoint.class.php | 1 month ago | |
Graph.class.php | 1 month ago | |
LICENCE | 1 month ago | |
MIGHTDO.md | 1 month ago | |
README.md | 1 month ago | |
conf.php | 1 month ago | |
functions.php | 1 month ago | |
generate.php | 1 month ago | |
generator.css | 1 month ago | |
iframe.php | 1 month ago | |
iframes.php | 1 month ago | |
image.php | 1 month ago | |
index.html | 1 month ago | |
svg.php | 1 month ago |
PHP scripts and iframes to display crowdfunding informations in a fully customizable way.
For autoheight.js script to work, iframes.php file must be stored on the same domain as the HTML that calls the iframe.
img/qrcodes must be set with write permissions :
chmod +w o img/qrcodes
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