|
@@ -1,4 +1,5 @@
|
1
|
1
|
<?php
|
|
2
|
+declare(strict_types=1);
|
2
|
3
|
|
3
|
4
|
enforce_login();
|
4
|
5
|
$ENV = ENV::go();
|
|
@@ -10,7 +11,7 @@ if (!$UserCount = $Cache->get_value('stats_user_count')) {
|
10
|
11
|
FROM users_main
|
11
|
12
|
WHERE Enabled = '1'");
|
12
|
13
|
list($UserCount) = $DB->next_record();
|
13
|
|
- $Cache->cache_value('stats_user_count', $UserCount, 0); // Infinite cache
|
|
14
|
+ $Cache->cache_value('stats_user_count', $UserCount, 0); // inf cache
|
14
|
15
|
}
|
15
|
16
|
|
16
|
17
|
$DonorPerms = Permissions::get_permissions(DONOR);
|
|
@@ -25,13 +26,11 @@ View::show_header('Donate');
|
25
|
26
|
<div class="box pad">
|
26
|
27
|
<p>
|
27
|
28
|
<?= $ENV->SITE_NAME ?> has no advertisements, is not sponsored,
|
28
|
|
- and
|
29
|
|
- provides its services free of charge.
|
|
29
|
+ and provides its services free of charge.
|
30
|
30
|
For these reasons, its main income source is voluntary user donations.
|
31
|
|
- Supporting <?= $ENV->SITE_NAME ?> is and will always remain
|
32
|
|
- voluntary.
|
|
31
|
+ Supporting the site is and will remain voluntary.
|
33
|
32
|
If you're financially able, please help pay its bills by donating.
|
34
|
|
- We use the donations to cover the costs of running the site, tracker, and IRC network.
|
|
33
|
+ We use the donations to cover the costs of running the site and tracker.
|
35
|
34
|
</p>
|
36
|
35
|
|
37
|
36
|
<p>
|
|
@@ -43,38 +42,35 @@ View::show_header('Donate');
|
43
|
42
|
</p>
|
44
|
43
|
|
45
|
44
|
<p>
|
46
|
|
- <?= $ENV->SITE_NAME ?> currently operates on a shoestring
|
47
|
|
- budget.
|
|
45
|
+ <?= $ENV->SITE_NAME ?> operates on a shoestring budget.
|
48
|
46
|
The costs of running the site, and all its technical and legal infrastructure, are minimal by design.
|
49
|
|
- Keeping costs in a range that I can pay out of pocket helps ensure the site doesn't depend on donations to exist.
|
50
|
47
|
Please find a detailed site budget below.
|
51
|
48
|
</p>
|
52
|
49
|
|
53
|
50
|
<ul>
|
54
|
51
|
<li>
|
55
|
|
- <strong>Tracker Server.</strong>
|
56
|
|
- We currently use one budget VPS at 2.50€ per month, and can add more at the same price as needed.
|
|
52
|
+ <strong>Server.</strong>
|
|
53
|
+ We currently use one budget VPS at 2.50€ per month, and can add more as needed.
|
57
|
54
|
</li>
|
58
|
55
|
|
59
|
56
|
<li>
|
60
|
|
- <strong>Seedbox Server.</strong>
|
61
|
|
- A dedicated seedbox from <a href="https://pulsedmedia.com/clients/aff.php?aff=1275" target="_blank">Pulsed Media
|
62
|
|
- (affiliate link)</a> costs 75€ per year.
|
|
57
|
+ <strong>Seedbox.</strong>
|
|
58
|
+ A dedicated seedbox from
|
|
59
|
+ <a href="https://pulsedmedia.com/clients/aff.php?aff=1275" target="_blank">Pulsed Media (affiliate link)</a>
|
|
60
|
+ is 75€ per year.
|
63
|
61
|
Please see the <a href="/user.php?id=28">seedbox user account stats</a>.
|
64
|
62
|
</li>
|
65
|
63
|
|
66
|
64
|
<li>
|
67
|
|
- <strong>Domain Name.</strong>
|
68
|
|
- The site domain name costs $15 per year. The SSL certificate is gratis.
|
|
65
|
+ <strong>Domain.</strong>
|
|
66
|
+ The domain name is $15 per year.
|
|
67
|
+ The SSL certificate is gratis.
|
69
|
68
|
</li>
|
70
|
69
|
|
71
|
70
|
<li>
|
72
|
|
- <strong>Parent Company.</strong>
|
73
|
|
- <a href="https://wyobiz.wyo.gov/Business/FilingDetails.aspx?eFNum=002156042142181219185041207069159249164249226198"
|
74
|
|
- target="_blank">Omics Tools LLC</a>
|
75
|
|
- is <?= $ENV->SITE_NAME ?>'s parent company.
|
76
|
|
- It costs $100 per year in filing fees plus $125 per year for resident agent services.
|
77
|
|
- The resident agent may cost $50 in subsequent years but I wanted to do it right the first time.
|
|
71
|
+ <strong>Company.</strong>
|
|
72
|
+ Omics Tools LLC is <?= $ENV->SITE_NAME ?>'s parent company.
|
|
73
|
+ It's $50 per year in filing fees and $125 for resident agent services.
|
78
|
74
|
</li>
|
79
|
75
|
</ul>
|
80
|
76
|
</div>
|
|
@@ -86,22 +82,19 @@ View::show_header('Donate');
|
86
|
82
|
|
87
|
83
|
<div class="box pad">
|
88
|
84
|
<p>
|
89
|
|
- <?= $ENV->SITE_NAME ?> accepts donations on a tactful array of
|
90
|
|
- platforms.
|
|
85
|
+ <?= $ENV->SITE_NAME ?> accepts a tactful array of donations.
|
91
|
86
|
We also accept <strong>tax-deductible donations</strong> on behalf of the
|
92
|
87
|
<a href="https://www.boslab.org/donate" target="_blank">Boston Open Science Laboratory (BosLab)</a>,
|
93
|
88
|
a registered 501c3.
|
94
|
|
- Please use the memo field on BosLab's PayPal form to credit your <?= $ENV->SITE_NAME ?> account.
|
95
|
|
- <strong>From: your username on <?= $ENV->SITE_NAME ?>'s behalf,
|
96
|
|
- CC:
|
97
|
|
- ohm at biotorrents dot de.</strong>
|
|
89
|
+ Please use the memo field to credit your account:
|
|
90
|
+ <strong>your username ℅ <?= $ENV->SITE_NAME ?>.</strong>
|
98
|
91
|
</p>
|
99
|
92
|
|
100
|
93
|
<p>
|
101
|
|
- Unlike affiliate donations to BosLab, where the funds are beyond my control, direct donations are used exclusively
|
102
|
|
- for <?= $ENV->SITE_NAME ?>'s operating costs.
|
|
94
|
+ Unlike affiliate donations to BosLab, where the funds are beyond our control,
|
|
95
|
+ direct donations are used exclusively for <?= $ENV->SITE_NAME ?>'s operating costs.
|
103
|
96
|
Please see <a href="https://www.patreon.com/biotorrents" target="_blank"><?= $ENV->SITE_NAME ?>'s Patreon</a>
|
104
|
|
- for a detailed overview of funding goals.
|
|
97
|
+ for an overview of funding goals.
|
105
|
98
|
</p>
|
106
|
99
|
|
107
|
100
|
<figure class="donate_button">
|
|
@@ -119,23 +112,23 @@ View::show_header('Donate');
|
119
|
112
|
<ul>
|
120
|
113
|
<li>
|
121
|
114
|
<strong>Silver.</strong>
|
122
|
|
- $2 per month recurring donation.
|
|
115
|
+ $2 per month recurring.
|
123
|
116
|
</li>
|
124
|
117
|
|
125
|
118
|
<li>
|
126
|
119
|
<strong>Gold.</strong>
|
127
|
|
- $5 per month recurring donation.
|
|
120
|
+ $5 per month recurring.
|
128
|
121
|
</li>
|
129
|
122
|
</ul>
|
130
|
123
|
|
131
|
124
|
<p>
|
132
|
|
- I also accept private donations of cash and cash equivalents, including <strong>Bitcoin</strong> and other
|
133
|
|
- cryptocurrencies.
|
134
|
|
- Besides gift transactions sent to my personal <strong>PayPal</strong> account, I'll also accept <strong>USPS money
|
135
|
|
- orders</strong> in the mail.
|
136
|
|
- I can generate unique cryptocurrency addresses for donations in Bitcoin, Litecoin, and Curecoin.
|
137
|
|
- Please use <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG key
|
138
|
|
- 760EBED7CFE266D7</a> if you desire.
|
|
125
|
+ We also accept private donations of cash and cash equivalents,
|
|
126
|
+ including <strong>Bitcoin</strong> and other cryptocurrencies:
|
|
127
|
+ Monero, Litecoin, and Curecoin.
|
|
128
|
+ <strong>PayPal</strong> and <strong>USPS money orders</strong> are also options.
|
|
129
|
+ Please use
|
|
130
|
+ <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
|
|
131
|
+ if you wish.
|
139
|
132
|
</p>
|
140
|
133
|
</div>
|
141
|
134
|
|
|
@@ -148,7 +141,7 @@ View::show_header('Donate');
|
148
|
141
|
<p>
|
149
|
142
|
<?= $ENV->SITE_NAME ?> understands that not everyone who wants
|
150
|
143
|
to help may feel comfortable donating.
|
151
|
|
- Please consider getting involved with development and the <?= $ENV->SITE_NAME ?> community instead.
|
|
144
|
+ Please consider getting involved with development and the community instead.
|
152
|
145
|
Note that Donor Points are only awarded for monetary transactions and not volunteer work.
|
153
|
146
|
There are many ways to provide alternative support, use your imagination!
|
154
|
147
|
</p>
|
|
@@ -169,8 +162,15 @@ View::show_header('Donate');
|
169
|
162
|
<a href="https://twitter.com/hashtag/P2Pbio" target="_blank">#P2Pbio</a>
|
170
|
163
|
</li>
|
171
|
164
|
|
172
|
|
- <li>Citing <?= $ENV->SITE_NAME ?> in your research
|
173
|
|
- <br /><br />
|
|
165
|
+ <li>
|
|
166
|
+ Making artwork, icons, and media to advertise the site
|
|
167
|
+ </li>
|
|
168
|
+
|
|
169
|
+ <li>
|
|
170
|
+ Asking friends in academic, industry, and media to check it out
|
|
171
|
+ </li>
|
|
172
|
+
|
|
173
|
+ <li>Citing <?= $ENV->SITE_NAME ?> in your research:<br />
|
174
|
174
|
<pre>
|
175
|
175
|
@misc{ BioTorrents.de,
|
176
|
176
|
author = {Omics Tools LLC},
|
|
@@ -182,13 +182,6 @@ View::show_header('Donate');
|
182
|
182
|
</pre>
|
183
|
183
|
</li>
|
184
|
184
|
|
185
|
|
- <li>
|
186
|
|
- Making artwork, icons, and media to advertise the site and replace the emoji
|
187
|
|
- </li>
|
188
|
|
-
|
189
|
|
- <li>
|
190
|
|
- Asking friends in academic, industry, and the media to consider the project
|
191
|
|
- </li>
|
192
|
185
|
</ul>
|
193
|
186
|
</div>
|
194
|
187
|
|