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 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?php
  2. declare(strict_types=1);
  3. enforce_login();
  4. $ENV = ENV::go();
  5. // Include the header
  6. if (!$UserCount = $Cache->get_value('stats_user_count')) {
  7. $DB->query("
  8. SELECT COUNT(ID)
  9. FROM users_main
  10. WHERE Enabled = '1'");
  11. list($UserCount) = $DB->next_record();
  12. $Cache->cache_value('stats_user_count', $UserCount, 0); // inf cache
  13. }
  14. $DonorPerms = Permissions::get_permissions(DONOR);
  15. View::show_header('Donate');
  16. ?>
  17. <div>
  18. <h2>
  19. <?= $ENV->SITE_NAME ?> budget breakdown
  20. </h2>
  21. <div class="box pad">
  22. <p>
  23. <?= $ENV->SITE_NAME ?> has no advertisements, is not sponsored,
  24. and provides its services free of charge.
  25. For these reasons, its main income source is voluntary user donations.
  26. Supporting the site is and will remain voluntary.
  27. If you're financially able, please help pay its bills by donating.
  28. We use the donations to cover the costs of running the site and tracker.
  29. </p>
  30. <p>
  31. No staff member or other individual responsible for the site's operation personally profits from user donations.
  32. As a donor, your financial support is exclusively applied to operating costs.
  33. By donating to <?= $ENV->SITE_NAME ?>, you're helping to defray
  34. the
  35. recurring costs of necessary information services.
  36. </p>
  37. <p>
  38. <?= $ENV->SITE_NAME ?> operates on a shoestring budget.
  39. The costs of running the site, and all its technical and legal infrastructure, are minimal by design.
  40. Please find a detailed site budget below.
  41. </p>
  42. <ul>
  43. <li>
  44. <strong>Server.</strong>
  45. We use two budget VPSes at 2.50€ per month each.
  46. </li>
  47. <li>
  48. <strong>Domain.</strong>
  49. The primary domain name (biotorrents.de) is $15 per year.
  50. The secondary one (torrents.bio) is $80 per year.
  51. The TLS certificates are gratis.
  52. </li>
  53. <li>
  54. <strong>Company.</strong>
  55. Omics Tools LLC is <?= $ENV->SITE_NAME ?>'s parent company.
  56. It's $50 per year for annual reports and $125 for resident agent services.
  57. </li>
  58. <li>
  59. <strong>Legal.</strong>
  60. Registering a U.S. copyright agent is $6 per year.
  61. The legal counsel is gratis.
  62. </li>
  63. <li>
  64. <strong>Total.</strong>
  65. Depending on the exchange rate, it costs about $350 per year to run <?= $ENV->SITE_NAME ?>.
  66. </li>
  67. </ul>
  68. </div>
  69. <h2>
  70. How to donate to <?= $ENV->SITE_NAME ?>
  71. </h2>
  72. <div class="box pad">
  73. <p>
  74. <?= $ENV->SITE_NAME ?> accepts a tactful array of donations.
  75. We also accept <strong>tax-deductible donations</strong> on behalf of the
  76. <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
  77. a registered 501c3.
  78. Please use the memo field to credit your account:
  79. <strong>your username ℅ <?= $ENV->SITE_NAME ?>.</strong>
  80. </p>
  81. <p>
  82. Unlike affiliate donations to BosLab, where the funds are beyond our control,
  83. direct donations are used exclusively for <?= $ENV->SITE_NAME ?>'s operating costs.
  84. Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= $ENV->SITE_NAME ?>'s Patreon</a>
  85. for an overview of funding goals.
  86. </p>
  87. <figure class="donate_button">
  88. <a href="https://www.patreon.com/bePatron?u=27142321" target="_blank">
  89. <img src="/static/common/logos/patreon.png" />
  90. </a>
  91. </figure>
  92. <p>
  93. There are two donor tiers on Patreon, both with the same benefits:
  94. <a href="https://docs.biotorrents.de target=" _blank">Unlimited API calls</a>,
  95. and social features including private forum access and a heart profile badge.
  96. </p>
  97. <ul>
  98. <li>
  99. <strong>Silver.</strong>
  100. $2 per month recurring.
  101. </li>
  102. <li>
  103. <strong>Gold.</strong>
  104. $5 per month recurring.
  105. </li>
  106. </ul>
  107. <p>
  108. We also accept private donations of cash and cash equivalents,
  109. including <strong>Bitcoin</strong> and other cryptocurrencies:
  110. Monero, Litecoin, and Curecoin.
  111. <strong>PayPal</strong> and <strong>USPS money orders</strong> are also options.
  112. </p>
  113. <p>
  114. Please use
  115. <a href="/sections/legal/pubkey.txt">GPG A1D095A5DEC74A8B</a>
  116. if you wish.
  117. </p>
  118. </div>
  119. <h2>
  120. Donate time and expertise instead
  121. </h2>
  122. <div class="box pad">
  123. <p>
  124. <?= $ENV->SITE_NAME ?> understands that not everyone who wants
  125. to help may feel comfortable donating.
  126. Please consider getting involved with development and the community instead.
  127. Note that Donor Points are only awarded for monetary transactions and not volunteer work.
  128. There are many ways to provide alternative support, use your imagination!
  129. </p>
  130. <ul>
  131. <li>
  132. Contributing issues and pull requests to the
  133. <a href="https://github.com/biotorrents/gazelle" target="_blank">Git repo</a>
  134. </li>
  135. <li>
  136. Following and retweeting the
  137. <a href="https://twitter.com/biotorrents" target="_blank">Twitter account</a>
  138. </li>
  139. <li>
  140. Using the Twitter hashtag
  141. <a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
  142. </li>
  143. <li>
  144. Making artwork, icons, and media to advertise the site
  145. </li>
  146. <li>
  147. Asking friends in academic, industry, and media to check it out
  148. </li>
  149. <li>Citing <?= $ENV->SITE_NAME ?> in your research:<br />
  150. <pre>
  151. @misc{ BioTorrents.de,
  152. author = {Omics Tools LLC},
  153. title = {Serving P2P biology data on Debian 9 with BitTorrent},
  154. year = {2020},
  155. url = \href{https://github.com/biotorrents/announcement}{biotorrents/announcement},
  156. note = {Online; accessed <?=date('Y-m-d')?>},
  157. }
  158. </pre>
  159. </li>
  160. </ul>
  161. </div>
  162. <h2>
  163. What donating means for your account
  164. </h2>
  165. <div class="box pad">
  166. <p>
  167. Please remember that when you make a donation, you aren't "purchasing" Donor Ranks, invites, or any <?= $ENV->SITE_NAME ?>-specific benefit.
  168. When donating, you're helping <?= $ENV->SITE_NAME ?> pay its
  169. bills,
  170. and your donation should be made in this spirit.
  171. The <?= $ENV->SITE_NAME ?> staff does its best to recognize our
  172. financial supporters in a fair and fun way,
  173. but all donor perks are subject to change or cancellation at any time, without notice.
  174. </p>
  175. <p>
  176. Any donation or contribution option listed above gives you the opportunity to receive Donor Points.
  177. Donor Points are awarded at a rate of one point per transaction, regardless of the amount.
  178. After acquiring your first Donor Point, your account will unlock Donor Rank #1.
  179. This rank will last forever, and you'll receive the below perks when you unlock it.
  180. </p>
  181. <ul>
  182. <li>Our eternal love, as represented by the heart you get next to your name</li>
  183. <li><a href="/wiki.php?action=article&amp;id=8">Inactivity</a> timer immunity</li>
  184. <li>Access to the <a href="/user.php?action=notify">notifications system</a></li>
  185. <li>Two <a href="/user.php?action=invite">invites</a></li>
  186. <li><a href="/collages.php">Collage</a> creation privileges</li>
  187. <li>Personal collage creation privileges</li>
  188. <li>One additional personal collage</li>
  189. <li>A warm, fuzzy feeling</li>
  190. </ul>
  191. <p>What you won't receive for donating:</p>
  192. <ul>
  193. <li>Immunity from the rules</li>
  194. <li>Additional upload credit</li>
  195. </ul>
  196. </div>
  197. </div>
  198. <!-- END Donate -->
  199. <?php View::show_footer();