From af28a724a8819fcf6563019174efe3139c4a8e8c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 18 Aug 2018 15:12:54 +0200 Subject: [PATCH] =?UTF-8?q?Bring=20back=20donation=20subs,=20and=20bump=20?= =?UTF-8?q?month=20target=20to=20500=E2=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Donations.php | 73 ++++++++++++++++++++++++++++++++++++++++----- includes/header.php | 2 +- 2 files changed, 67 insertions(+), 8 deletions(-) diff --git a/Donations.php b/Donations.php index fe97904..8fa7dd0 100755 --- a/Donations.php +++ b/Donations.php @@ -16,29 +16,67 @@ require "donate/connect.php";

- Currently the KXStudio project accepts donations only via PayPal.
- Monthly subscriptions are not an option anymore.
- We thank you in advance for any donation you make!
+ Currently the KXStudio project accepts donations via LiberaPay and PayPal.
+ You can do a one-time donation or subscribe monthly.
+ In either case, we thank you in advance for any donation you make!

- NOTE: PayPal takes a minimum 5% fee on all donations (10€ becomes 9.31€).
+ NOTE: PayPal takes a minimum 5% fee on all donations (for example, 10€ becomes 9.31€).
You can bypass this fee by sending money directly to falktx@falktx.com as a friend.

+ 100.0) { + $cur_percent = 100.0; +} +?> + +
+ This month donations: of 300.0 € target
+
+


+
+ + + diff --git a/includes/header.php b/includes/header.php index 6eb8d2c..8f41a94 100644 --- a/includes/header.php +++ b/includes/header.php @@ -24,7 +24,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA } } - $cur_percent = $cur_amount / 300.0 * 100.0; + $cur_percent = $cur_amount / 500.0 * 100.0; $cur_amount = intval($cur_amount); if ($cur_percent > 100.0) {
Last 5 donations:
"; } } ?> +
+ + PayPal Single Donation
@@ -50,7 +88,28 @@ require "donate/connect.php"; - +
+
+
+ + + + + +
+ Paypal Subscription
+ +
+ + + + + +