Repository files navigation
Make sure your webserver supports php.
Download the newest verion here: https://github.com/Nickfost/Donations-Bar-Generator/zipball/master
Open the file in your text editor of choice.
Edit the configuration as required. (Under Configuration header in PHP file.)
Include it in your script as needed! (include_once('donation_bar.php');)
Say thanks!
It might need tweaking to make it perfectly position in your layout.
Move the css into the <head> tag, so as not to ruin valid HTML5.
Make it more customisable.
Move to a method instead of a script to include.
Move configuration into a separate script, so as to minimise potential problems.
another attemp at stats.. should be finished by now
working on stats still disabled by defualt
Tiny Things... (Wording and comments)
Near complete rewrite.
Moved from a table to <div>s aswell as some css.
Cleaned up configuration to make it easier for users.
Math is now cleaned and streamlined, making the script simpler.
Cleaned up debug section so that it's a simple var_dump().
Fixed the rounding of the percent
Updated version number
Added the ability to change the color in the text displayed on the bar
Added the ability to limit the number of decimal places after the percentage can be displayed
Updated Version number & synced with GitHub
Fixed some incompatabilities with crappy browsers
Fixed the size of text not working becuase of not using the "px" letters after the number (stupid css)
Updated version number
Added font size
Changed breakline tag in debug to using paragraph tags
Color apeared in debug where defined (you'll see)
Updated version number
Added changelog (:D)
Cleaned up a few loose things (cant really remember)
updated version number
You can’t perform that action at this time.