rDrama/files/templates/donate.html

189 lines
6.1 KiB
HTML
Raw Normal View History

2022-09-19 23:59:24 +00:00
{% extends "default.html" %}
2022-11-19 22:20:38 +00:00
{% block pagetitle %}Donate{% endblock %}
2022-09-19 23:59:24 +00:00
{% block content %}
2024-02-13 12:26:06 +00:00
<div class="px-2">
2024-02-25 06:29:42 +00:00
{% set can_see = (not v and time.time() < 1709251200) or (v and v.can_see_donate_service) %}
2024-02-13 12:26:06 +00:00
<h3 class="mt-5 text-success">Donation Methods</h1>
<div class="overflow-x-auto">
<table>
<tbody>
{% if can_see %}
<tr>
<td>{{DONATE_SERVICE}} {% if SITE == 'rdrama.net' %}Monthly{% endif %}</td>
2024-02-13 12:26:06 +00:00
<td><a rel="noopener" href="{{DONATE_LINK}}">{{DONATE_LINK}}</a></td>
</tr>
{% if SITE == 'rdrama.net' %}
<tr>
<td>{{DONATE_SERVICE}} One-Time</td>
<td><a rel="noopener" href="{{DONATE_LINK[:-6] + 'onetime'}}">{{DONATE_LINK[:-6] + 'onetime'}}</a></td>
</tr>
{% endif %}
2024-02-13 12:26:06 +00:00
{% elif SITE == 'rdrama.net' %}
<tr>
<td>Buymeacoffee</td>
<td><a rel="noopener" href="https://buymeacoffee.com/rdrama.net/membership">https://buymeacoffee.com/rdrama.net/membership</a></td>
</tr>
{% endif %}
2023-10-05 14:35:52 +00:00
<tr>
2024-02-13 12:26:06 +00:00
<td>Bitcoin (BTC)</td>
<td>bc1q4cpgzld8m50tpmrf6akcp59la56u8sku4lqkgv</td>
2023-10-05 14:35:52 +00:00
</tr>
2023-10-10 09:25:09 +00:00
<tr>
2024-02-18 17:18:34 +00:00
<td>Ethereum (ETH) and its tokens</td>
2024-02-13 12:26:06 +00:00
<td>0xBBf1043A60C6894Db17b3118CA960FFDF84c9eea</td>
2023-10-10 09:25:09 +00:00
</tr>
2024-02-13 12:26:06 +00:00
<tr>
<td>Monero (XMR)</td>
<td>44hdEpAYXkB2VwkWz6LR9zZhcaG8zrUzn21aPy1HSdcsjT51fPdpMV8hkf5QQdHKs9VsAs3so5Vq5easdBbzmcifGcqfxfw</td>
</tr>
2024-02-18 17:18:34 +00:00
<tr>
<td>Solana (SOL)</td>
<td>4RKxRi17H57EBLdL2UMj6e6dD7gHaxyBw9vnHQwb6J69</td>
</tr>
2024-02-18 17:38:03 +00:00
<tr>
<td>Dogecoin (DOGE)</td>
<td>DBqx7e51Fymo3EtXesFbZV6b5FArfByis7</td>
</tr>
<tr>
<td>Litecoin (LTC)</td>
<td>ltc1qv9gxlqhejnq7qfygnxe7js7efe0hpls5gffrjg</td>
</tr>
2024-02-13 12:26:06 +00:00
</tbody>
</table>
</div>
2023-10-10 09:41:00 +00:00
{% if can_see %}
2024-02-13 12:28:04 +00:00
<li class="pl-2 mt-2">
2024-02-24 21:55:34 +00:00
If you donate via {{DONATE_SERVICE}}, please first make sure your email on {{SITE}} and your email on {{DONATE_SERVICE}} are the same, then click "Claim Donation Rewards" <a href="/settings/security#site-settings-email-section">here</a></li>
2023-08-23 22:12:32 +00:00
{% endif %}
2024-02-13 12:27:14 +00:00
<li class="pl-2 mt-2">
2024-02-24 21:55:34 +00:00
If you donate{% if can_see %} crypto{% endif %}, please let us know by <a href="/contact">sending us the transaction id via modmail</a> so we can give you your donation rewards manually!</li>
2024-02-13 12:26:06 +00:00
2024-02-24 21:55:34 +00:00
<h3 class="mt-5 mt-md-6 text-success">Donation Rewards</h1>
2024-02-13 12:26:06 +00:00
2024-02-24 21:53:37 +00:00
<div id="rewards" class="overflow-x-auto mt-4">
2024-02-13 12:26:06 +00:00
<table>
<thead>
<tr>
<th>Tier</th>
<th>Rewards</th>
</tr>
</thead>
<tbody>
2024-02-24 22:08:48 +00:00
<tr id="5">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[2]}} - $5/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Username background</li>
2024-02-24 18:49:23 +00:00
{% if FEATURES['PATRON_ICONS'] %}
2024-02-24 19:17:18 +00:00
<li>Icon next to your username</li>
2024-02-24 18:49:23 +00:00
{% endif %}
2024-02-24 17:49:48 +00:00
<li>Exclusive badges</li>
<li>Ability to upload a custom site background in the settings</li>
<li>Ability to perma-marsify yourself in the settings</li>
<li>Exclusive hole that only {{patron}}s can see (<a href="/h/highrollerclub">/h/highrollerclub</a>)</li>
<li>Exclusive ping group that only {{patron}}s can join or mention (<a href="!verifiedrich">!verifiedrich</a>)</li>
<li>Exemption from coin/marseybux gifting tax (3%)</li>
<li>Ability to upload more files</li>
<li>16MB image size limit (instead of 8MB)</li>
<li>16MB audio size limit (instead of 8MB)</li>
{% if SITE_NAME != 'WPD' %}
<li>100MB video size limit (instead of 32MB)</li>
{% endif %}
<li>100k character limit for posts (instead of 50k)</li>
<li>10% discount when buying awards</li>
<li>2,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="10">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[3]}} - $10/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Ability to add a signature in the settings</li>
<li>15% discount when buying awards</li>
<li><del>5,000</del> 5,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="20">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[4]}} - $20/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Ability to change your username to a 1-letter or 2-letter username in the settings</li>
<li>Ability to have 2 previous usernames reserved for you instead of 1</li>
<li>20% discount when buying awards</li>
<li><del>10,000</del> 12,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="50">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[5]}} - $50/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Keyword notifications</li>
<li>25% discount when buying awards</li>
<li><del>25,000</del> 32,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="100">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[6]}} - $100/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>30% discount when buying awards</li>
<li><del>50,000</del> 70,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="200">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[7]}} - $200/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>35% discount when buying awards</li>
<li><del>100,000</del> 150,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-24 22:08:48 +00:00
<tr id="500">
<td>
2024-02-24 18:05:23 +00:00
{{TIER_TO_NAME[8]}} - $500/month
2024-02-24 17:49:48 +00:00
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>40% discount when buying awards</li>
<li><del>250,000</del> 400,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
</ul>
</td>
</tr>
2024-02-13 12:26:06 +00:00
</tbody>
</table>
</div>
2022-09-19 23:59:24 +00:00
</div>
{% endblock %}