BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

donate.php 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?php
  2. enforce_login();
  3. // Include the header
  4. if (!$UserCount = $Cache->get_value('stats_user_count')) {
  5. $DB->query("
  6. SELECT COUNT(ID)
  7. FROM users_main
  8. WHERE Enabled = '1'");
  9. list($UserCount) = $DB->next_record();
  10. $Cache->cache_value('stats_user_count', $UserCount, 0); // Infinite cache
  11. }
  12. $DonorPerms = Permissions::get_permissions(DONOR);
  13. View::show_header('Donate');
  14. ?>
  15. <div class="thin">
  16. <span class="donation_info_title"><?= SITE_NAME ?> budget breakdown</span>
  17. <div class="box pad donation_info">
  18. <p>
  19. <?= SITE_NAME ?> has no advertisements, is not sponsored, and provides its services free of charge.
  20. For these reasons, its main income source is voluntary user donations.
  21. Supporting <?= SITE_NAME ?> is and will always remain voluntary.
  22. If you're financially able, please help pay its bills by donating.
  23. We use the donations to cover the costs of running the site, tracker, and IRC network.
  24. </p>
  25. <p>
  26. No staff member or other individual responsible for the site's operation personally profits from user donations.
  27. As a donor, your financial support is exclusively applied to operating costs.
  28. By donating to <?= SITE_NAME ?>, you're helping to defray the recurring costs of necessary information services.
  29. </p>
  30. <p>
  31. <?= SITE_NAME ?> currently operates on a shoestring budget.
  32. The costs of running the site, and all its technical and legal infrastructure, are minimal by design.
  33. Keeping costs in a range that I can pay out of pocket helps ensure the site doesn't depend on donations to exist.
  34. Please find a detailed site budget below.
  35. </p>
  36. <ul>
  37. <li><strong>Tracker Server.</strong> We currently use one budget VPS at 2.50€ per month, and can add more at the same price as needed.</li>
  38. <li><strong>Seedbox Server.</strong> A dedicated seedbox in Europe to supplement my home servers in North America is forthcoming. It's not expected to exceed $20 per month.</li>
  39. <li><strong>Domain Name.</strong> The site domain name costs $15 per year. The SSL certificate is gratis.</li>
  40. <li><strong>Parent Company.</strong> Because I'm handling personal information such as email and IP addresses, and soliciting donations from the public, legal protection is prudent. An LLC is forthcoming and not expected to exceed $75 per year.</li>
  41. </ul>
  42. </div>
  43. <span class="donation_info_title">How to donate to <?= SITE_NAME ?></span>
  44. <div class="box pad donation_info">
  45. <p>
  46. <?= SITE_NAME ?> accepts donations on a tactful array of platforms.
  47. We also accept <strong>tax-deductible donations</strong> on behalf of the
  48. <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
  49. a registered 501c3.
  50. Please use the memo field on BosLab's PayPal form to credit your <?= SITE_NAME ?> account.
  51. <strong>From: your username on <?= SITE_NAME ?>'s behalf, CC: ohm at biotorrents dot de.</strong>
  52. </p>
  53. <p>
  54. Unlike affiliate donations to BosLab, where the funds are beyond my control, direct donations are used exclusively for <?= SITE_NAME ?>'s operating costs.
  55. Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= SITE_NAME ?>'s Patreon</a> for a detailed overview of funding goals.
  56. There are some benefits to donating that culmulate with each tier pledged.
  57. Each tier's awards include those already listed.
  58. </p>
  59. <p style="margin: 2em 0;">
  60. <a href="https://www.patreon.com/bePatron?u=27142321" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
  61. </p>
  62. <ul>
  63. <li><strong>Bronze.</strong> A donor badge and forum access for your user account on the BioTorrents.de website
  64. </li>
  65. <li><strong>Silver.</strong> Unlimited API calls to the BioTorrents.de database</li>
  66. <li><strong>Gold.</strong> Monthly Skype calls to discuss wetlab and software ideas.
  67. My expertise includes fungal biotechnology, nonprofit administration, and LEMP+ development</li>
  68. <li><strong>Sponsor a Seedbox.</strong> Shell access to, and share ratio credit from, a seedbox that I manage on
  69. your behalf.
  70. Please understand that network services beyond the scope of seedbox administration should be negotiated
  71. separately</li>
  72. </ul>
  73. <p>
  74. I also accept private donations of cash and cash equivalents, including <strong>Bitcoin</strong> and other cryptocurrencies.
  75. Besides gift transactions sent to my personal <strong>PayPal</strong> account, I'll also accept <strong>USPS money orders</strong> in the mail.
  76. I can generate unique cryptocurrency addresses for donations in Bitcoin, Litecoin, Curecoin, and Namecoin.
  77. Please use <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG key 760EBED7CFE266D7</a> if you desire.
  78. </p>
  79. </div>
  80. <span class="donation_info_title">What donating means for your account</span>
  81. <div class="box pad donation_info">
  82. <p>
  83. Please remember that when you make a donation, you aren't "purchasing" Donor Ranks, invites, or any <?= SITE_NAME ?>-specific benefit.
  84. When donating, you're helping <?= SITE_NAME ?> pay its bills, and your donation should be made in this spirit.
  85. The <?= SITE_NAME ?> staff does its best to recognize our financial supporters in a fair and fun way,
  86. but all donor perks are subject to change or cancellation at any time, without notice.
  87. </p>
  88. <p>
  89. Any donation or contribution option listed above gives you the opportunity to receive Donor Points.
  90. Donor Points are awarded at a rate of one point per transaction, regardless of the amount.
  91. After acquiring your first Donor Point, your account will unlock Donor Rank #1.
  92. This rank will last forever, and you'll receive the below perks when you unlock it.
  93. </p>
  94. <ul>
  95. <li>Our eternal love, as represented by the heart you get next to your name</li>
  96. <li><a href="/wiki.php?action=article&amp;id=8">Inactivity</a> timer immunity</li>
  97. <li>Access to the <a href="/user.php?action=notify">notifications system</a></li>
  98. <li>Two <a href="/user.php?action=invite">invites</a></li>
  99. <li><a href="/collages.php">Collage</a> creation privileges</li>
  100. <li>Personal collage creation privileges</li>
  101. <li>One additional personal collage</li>
  102. <li>A warm, fuzzy feeling</li>
  103. </ul>
  104. <p>What you won't receive for donating:</P.
  105. <ul>
  106. <li>Immunity from the rules</li>
  107. <li>Additional upload credit</li>
  108. </ul>
  109. </div>
  110. </div>
  111. <!-- END Donate -->
  112. <?php View::show_footer();