- if($LoggedUser['Donor']) { ?>
+
+if ($LoggedUser['Donor']) { ?>
- Even more love! (You will not get multiple hearts.)
- A warmer, fuzzier feeling than before!
- } else { ?>
+
+} else { ?>
- Our eternal love, as represented by the you get next to your name.
-if(USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
+ if (USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
?>
- Note: Because the user limit has been reached, you will be unable to use the invites received until a later date.
- } ?>
+ } ?>
- A warm fuzzy feeling.
-
- } ?>
+
+} ?>
-
Please be aware that by making a donation you aren't purchasing donor status or invites. You are helping us pay the bills and cover the costs of running the site. We are doing our best to give our love back to donors but sometimes it might take more than 48 hours. Feel free to contact us by sending us a Staff PM regarding any matter. We will answer as quickly as possible.
+
Please be aware that by making a donation you aren't purchasing donor status or invites. You are helping us pay the bills and cover the costs of running the site. We are doing our best to give our love back to donors, but sometimes it might take more than 48 hours. Feel free to contact us by sending us a Staff PM regarding any matter. We will answer as quickly as possible.
- if($LoggedUser['Donor']) { ?>
+ if ($LoggedUser['Donor']) { ?>
- 2 more invitations; these are one time only.
- } ?>
+ } ?>
- Immunity from the rules.
- Additional upload credit.
diff --git a/sections/donate/donate_gpal.php b/sections/donate/donate_gpal.php
index af46a1d9..f6a17ac5 100644
--- a/sections/donate/donate_gpal.php
+++ b/sections/donate/donate_gpal.php
@@ -3,11 +3,11 @@
enforce_login();
//Include the header
-if($LoggedUser['RatioWatch']) {
+if ($LoggedUser['RatioWatch']) {
error('Due to the high volume of payment disputes, we do not accept donations from users on ratio watch. Sorry.');
}
-if(!$UserCount = $Cache->get_value('stats_user_count')){
+if (!$UserCount = $Cache->get_value('stats_user_count')) {
$DB->query("SELECT COUNT(ID) FROM users_main WHERE Enabled='1'");
list($UserCount) = $DB->next_record();
$Cache->cache_value('stats_user_count', $UserCount, 0); //inf cache
@@ -73,32 +73,32 @@
?>
What you will receive for a 5€ minimum donation
-
+
- if($LoggedUser['Donor']) { ?>
+ if ($LoggedUser['Donor']) { ?>
- Even more love! (You will not get multiple hearts.)
- A warmer, fuzzier feeling than before!
- } else { ?>
+ } else { ?>
- Our eternal love, as represented by the you get next to your name.
- - 2 invitations, to invite 2 good friends to use this tracker.
+ - Two invitations to invite 2 good friends to use this tracker.
-if(USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
+ if (USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
?>
- Note: Because the user limit has been reached, you will be unable to use the invites received until a later date.
- } ?>
+ } ?>
- Immunity to inactivity pruning.
- Access to an ever growing list of exclusive features, including the ability to submit requests and personal collages.
- A warm, fuzzy feeling.
- } ?>
+ } ?>
What you will not receive
-
+
- if($LoggedUser['Donor']) { ?>
- - 2 more invitations; these are one time only.
- } ?>
+ if ($LoggedUser['Donor']) { ?>
+ - Two more invitations; these are one time only.
+ } ?>
- Immunity from the rules.
- Additional upload credit.