diff --git a/DonationsStats.php b/DonationsStats.php new file mode 100755 index 0000000..aa9365b --- /dev/null +++ b/DonationsStats.php @@ -0,0 +1,78 @@ + $max_month) { + $max_month = $amount; + if ($amount > $biggest_donation_value) { + $biggest_donation_date = date("Y-m-d", strtotime($sql_row["dt"])); + $biggest_donation_value = $amount; + } + } + $total_year += $amount; + } +} + +$total_ever += $total_year; + +echo '
+ KXStudio is and always be a free and open-source project to everyone.
+ Donations will help ensure that developers have the needed enthusiasm and motivation to keep working hard on the project.
+ Just because we're open-source doesn't mean we're allergic to money. ;)
+
+ This page contain statistics regarding donations made to the KXStudio project over time.
+ So far the KXStudio project has received € in donations.
+ The biggest donation ever made was on , with a value of €.
+ Thank you very much for your generosity!
+
Year> | Total | Average per month | Biggest single donation |
---|