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" >
{% set can_see = DONATE_LINK != DEFAULT_CONFIG_VALUE and v and v.can_see_countryclub and v.chud != 1 %}
< h3 class = "mt-5 text-success" > Donation Methods< / h1 >
< div class = "overflow-x-auto" >
< table >
< tbody >
{% if can_see %}
< tr >
< td > {{DONATE_SERVICE}}< / td >
< td > < a rel = "noopener" href = "{{DONATE_LINK}}" > {{DONATE_LINK}}< / a > < / td >
< / tr >
{% 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" >
2023-10-24 15:26:51 +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 {{patron}} Rewards" < a href = "/settings/security#site-settings-email-section" > here< / a >
2023-08-23 22:15:53 +00:00
< / li >
2023-08-23 22:12:32 +00:00
{% endif %}
2024-02-13 12:27:14 +00:00
< li class = "pl-2 mt-2" >
2023-10-20 19:13:20 +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 {{patron}} rewards manually!
2023-08-23 22:15:53 +00:00
< / li >
2024-02-13 12:26:06 +00:00
< h3 class = "mt-5 mt-md-6 text-success" > Base patron rewards for all tiers< / h1 >
< table >
< tbody >
< tr > < td > Username background< / td > < tr >
< tr > < td > Exclusive badges< / td > < tr >
< tr > < td > Ability to add a signature in the settings< / td > < tr >
< tr > < td > Ability to upload a custom site background in the settings< / td > < tr >
< tr > < td > Ability to change your username to a 1-letter or 2-letter username in the settings< / td > < tr >
< tr > < td > Ability to perma-marsify yourself in the settings< / td > < tr >
< tr > < td > Ability to have 2 previous usernames reserved for you instead of 1< / td > < tr >
< tr > < td > Exclusive hole that only paypigs can see (< a href = "/h/highrollerclub" > /h/highrollerclub< / a > )< / td > < tr >
< tr > < td > Exclusive ping group that only paypigs can join or mention (< a href = "!verifiedrich" > !verifiedrich< / a > )< / td > < tr >
< tr > < td > Exemption from coin/marseybux gifting tax (3%)< / td > < tr >
< tr > < td > Ability to upload more files< / td > < tr >
< tr > < td > 16MB image size limit (instead of 8MB)< / td > < tr >
< tr > < td > 16MB audio size limit (instead of 8MB)< / td > < tr >
{% if SITE_NAME != 'WPD' %}
< tr > < td > 100MB video size limit (instead of 32MB)< / td > < tr >
{% endif %}
< tr > < td > 100k character limit for posts (instead of 50k)< / td > < tr >
< / tbody >
< / table >
< h3 class = "mt-5 mt-md-6 text-success" > Tier-specific patron rewards< / h1 >
< div class = "overflow-x-auto mt-4" >
< table >
< thead >
< tr >
< th > Tier< / th >
< th > Rewards< / th >
< / tr >
< / thead >
< tbody >
{% for tier in range(2,9) %}
< tr >
< td >
2024-02-13 19:31:30 +00:00
{{TIER_TO_NAME[tier]}} - ${{TIER_TO_MONEY[tier]}}/month
2024-02-13 12:26:06 +00:00
< / td >
< td >
< ul >
< li >
{{tier*5}}% discount when buying awards
< / li >
< li >
{{TIER_TO_MONEY[tier]*500}} marseybux monthly (can be used in the shop, casino, and other places)
< / li >
< / ul >
< / td >
< / tr >
{% endfor %}
< / tbody >
< / table >
< / div >
2022-09-19 23:59:24 +00:00
< / div >
2022-10-10 05:22:18 +00:00
{% endblock %}