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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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 one budget VPS at 2.50€ per month and may add more as needed.
  46. Please consider using our
  47. <a href="https://hetzner.cloud/?ref=mzIDQWTHipNB" target="_blank">affiliate link</a>.
  48. You'd receive 20€ credit, effectively paying your server for 8 months.
  49. BioTorrents would receive 10€ credit after a year, paying our server for 4 months.
  50. </li>
  51. <li>
  52. <strong>Seedbox.</strong>
  53. A dedicated seedbox from
  54. <a href="https://pulsedmedia.com/clients/aff.php?aff=1275" target="_blank">Pulsed Media (affiliate link)</a>
  55. is 75€ per year.
  56. Please see the <a href="/user.php?id=28">seedbox user account stats</a>.
  57. </li>
  58. <li>
  59. <strong>Domain.</strong>
  60. The domain name is $15 per year.
  61. The SSL certificate is gratis.
  62. </li>
  63. <li>
  64. <strong>Company.</strong>
  65. Omics Tools LLC is <?= $ENV->SITE_NAME ?>'s parent company.
  66. It's $50 per year for annual reports and $125 for resident agent services.
  67. Also, DMCA agent registration is $6.
  68. </li>
  69. </ul>
  70. </div>
  71. <h2>
  72. How to donate to <?= $ENV->SITE_NAME ?>
  73. </h2>
  74. <div class="box pad">
  75. <p>
  76. <?= $ENV->SITE_NAME ?> accepts a tactful array of donations.
  77. We also accept <strong>tax-deductible donations</strong> on behalf of the
  78. <a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
  79. a registered 501c3.
  80. Please use the memo field to credit your account:
  81. <strong>your username ℅ <?= $ENV->SITE_NAME ?>.</strong>
  82. </p>
  83. <p>
  84. Unlike affiliate donations to BosLab, where the funds are beyond our control,
  85. direct donations are used exclusively for <?= $ENV->SITE_NAME ?>'s operating costs.
  86. Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= $ENV->SITE_NAME ?>'s Patreon</a>
  87. for an overview of funding goals.
  88. </p>
  89. <figure class="donate_button">
  90. <a href="https://www.patreon.com/bePatron?u=27142321" target="_blank">
  91. <img src="/static/common/logos/patreon.png" />
  92. </a>
  93. </figure>
  94. <p>
  95. There are two donor tiers on Patreon, both with the same benefits:
  96. <a href="https://docs.biotorrents.de target=" _blank">Unlimited API calls</a>,
  97. and social features including private forum access and a heart profile badge.
  98. </p>
  99. <ul>
  100. <li>
  101. <strong>Silver.</strong>
  102. $2 per month recurring.
  103. </li>
  104. <li>
  105. <strong>Gold.</strong>
  106. $5 per month recurring.
  107. </li>
  108. </ul>
  109. <p>
  110. We also accept private donations of cash and cash equivalents,
  111. including <strong>Bitcoin</strong> and other cryptocurrencies:
  112. Monero, Litecoin, and Curecoin.
  113. <strong>PayPal</strong> and <strong>USPS money orders</strong> are also options.
  114. </p>
  115. <p>
  116. Please use
  117. <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
  118. if you wish.
  119. </p>
  120. </div>
  121. <h2>
  122. Donate time and expertise instead
  123. </h2>
  124. <div class="box pad">
  125. <p>
  126. <?= $ENV->SITE_NAME ?> understands that not everyone who wants
  127. to help may feel comfortable donating.
  128. Please consider getting involved with development and the community instead.
  129. Note that Donor Points are only awarded for monetary transactions and not volunteer work.
  130. There are many ways to provide alternative support, use your imagination!
  131. </p>
  132. <ul>
  133. <li>
  134. Contributing issues and pull requests to the
  135. <a href="https://github.com/biotorrents/gazelle" target="_blank">Git repo</a>
  136. </li>
  137. <li>
  138. Following and retweeting the
  139. <a href="https://twitter.com/biotorrents" target="_blank">Twitter account</a>
  140. </li>
  141. <li>
  142. Using the Twitter hashtag
  143. <a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
  144. </li>
  145. <li>
  146. Making artwork, icons, and media to advertise the site
  147. </li>
  148. <li>
  149. Asking friends in academic, industry, and media to check it out
  150. </li>
  151. <li>Citing <?= $ENV->SITE_NAME ?> in your research:<br />
  152. <pre>
  153. @misc{ BioTorrents.de,
  154. author = {Omics Tools LLC},
  155. title = {Serving P2P biology data on Debian 9 with BitTorrent},
  156. year = {2020},
  157. url = \href{https://github.com/biotorrents/announcement}{biotorrents/announcement},
  158. note = {Online; accessed <?=date('Y-m-d')?>},
  159. }
  160. </pre>
  161. </li>
  162. </ul>
  163. </div>
  164. <h2>
  165. What donating means for your account
  166. </h2>
  167. <div class="box pad">
  168. <p>
  169. Please remember that when you make a donation, you aren't "purchasing" Donor Ranks, invites, or any <?= $ENV->SITE_NAME ?>-specific benefit.
  170. When donating, you're helping <?= $ENV->SITE_NAME ?> pay its
  171. bills,
  172. and your donation should be made in this spirit.
  173. The <?= $ENV->SITE_NAME ?> staff does its best to recognize our
  174. financial supporters in a fair and fun way,
  175. but all donor perks are subject to change or cancellation at any time, without notice.
  176. </p>
  177. <p>
  178. Any donation or contribution option listed above gives you the opportunity to receive Donor Points.
  179. Donor Points are awarded at a rate of one point per transaction, regardless of the amount.
  180. After acquiring your first Donor Point, your account will unlock Donor Rank #1.
  181. This rank will last forever, and you'll receive the below perks when you unlock it.
  182. </p>
  183. <ul>
  184. <li>Our eternal love, as represented by the heart you get next to your name</li>
  185. <li><a href="/wiki.php?action=article&amp;id=8">Inactivity</a> timer immunity</li>
  186. <li>Access to the <a href="/user.php?action=notify">notifications system</a></li>
  187. <li>Two <a href="/user.php?action=invite">invites</a></li>
  188. <li><a href="/collages.php">Collage</a> creation privileges</li>
  189. <li>Personal collage creation privileges</li>
  190. <li>One additional personal collage</li>
  191. <li>A warm, fuzzy feeling</li>
  192. </ul>
  193. <p>What you won't receive for donating:</p>
  194. <ul>
  195. <li>Immunity from the rules</li>
  196. <li>Additional upload credit</li>
  197. </ul>
  198. </div>
  199. </div>
  200. <!-- END Donate -->
  201. <?php View::show_footer();