2022-02-21 23:25:44 +01:00
|
|
|
<script>
|
2023-09-14 21:11:41 +02:00
|
|
|
import Euro from "../util/Euro.svelte";
|
|
|
|
import OtherPlans from "./OtherPlans.svelte";
|
2022-02-21 23:25:44 +01:00
|
|
|
</script>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
|
|
|
<section>
|
|
|
|
<p>
|
2024-11-18 17:09:27 +01:00
|
|
|
Pixeldrain features two different payment modes. We offer a monthly
|
|
|
|
subscription which is managed by Patreon, and a prepaid service which
|
|
|
|
supports a dozen different payment providers. For low usage Prepaid is
|
|
|
|
usually better as there's no monthly fee.
|
2023-09-14 21:11:41 +02:00
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<div class="vertical_scroll">
|
|
|
|
<div class="grid">
|
2022-02-21 23:25:44 +01:00
|
|
|
<div></div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="top_row free_feat">
|
|
|
|
<span class="bold">Free</span>
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
<div class="top_row pro_feat">
|
2023-09-15 10:33:03 +02:00
|
|
|
<span class="bold">Pro</span>
|
2023-05-01 21:39:15 +02:00
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="top_row prepaid_feat">
|
2024-09-10 22:50:54 +02:00
|
|
|
<span class="bold">Prepaid</span>
|
2023-05-01 21:39:15 +02:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
|
|
|
<div class="left_col">
|
|
|
|
Price
|
2023-05-01 21:39:15 +02:00
|
|
|
</div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="feature_cell free_feat">
|
2023-09-14 21:11:41 +02:00
|
|
|
<span class="bold">Free</span>
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
<div class="feature_cell pro_feat">
|
|
|
|
<span class="bold">€4 / month</span> or
|
|
|
|
<span class="bold">€40 / year</span><br/>
|
|
|
|
Charged through Patreon
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="feature_cell prepaid_feat">
|
2025-02-04 00:32:23 +01:00
|
|
|
<span class="bold">€1 / month minimum</span><br/>
|
|
|
|
Only charged when total usage is below €1
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
|
|
|
<div class="left_col">
|
2025-02-24 20:26:23 +01:00
|
|
|
<a class="round button" href="/about#toc_3">
|
|
|
|
<i class="icon">info</i>
|
|
|
|
Transfer limit
|
|
|
|
</a>
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="feature_cell free_feat">
|
2024-09-23 19:47:46 +02:00
|
|
|
<span class="bold">6 GB per day</span><br/>
|
2023-09-15 18:10:35 +02:00
|
|
|
|
2023-10-24 11:27:29 +02:00
|
|
|
Download speed is reduced to 1 MiB/s when exceeded. Max 5 concurrent
|
2023-09-15 18:10:35 +02:00
|
|
|
downloads
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 13:56:03 +02:00
|
|
|
<div class="feature_cell pro_feat">
|
2024-02-21 14:26:21 +01:00
|
|
|
<span class="bold">4 TB per 30 days</span><br/>
|
2023-09-15 18:10:35 +02:00
|
|
|
|
|
|
|
Transfer limit is used for downloading, sharing and hotlinking. No
|
|
|
|
connection limit
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 13:56:03 +02:00
|
|
|
<div class="feature_cell prepaid_feat">
|
2025-02-04 00:32:23 +01:00
|
|
|
<span class="bold">€1 per TB transferred</span><br/>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
2023-09-15 18:10:35 +02:00
|
|
|
Used for downloading, sharing and hotlinking. You only pay for what
|
|
|
|
you use. No connection limit
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="left_col">
|
2025-02-24 20:26:23 +01:00
|
|
|
<a class="round button" href="/about#toc_6">
|
2022-03-22 23:02:47 +01:00
|
|
|
<i class="icon">info</i>
|
2023-09-14 21:11:41 +02:00
|
|
|
Hotlinking
|
2025-02-24 20:26:23 +01:00
|
|
|
</a>
|
2022-03-22 23:02:47 +01:00
|
|
|
</div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="feature_cell free_feat">
|
2024-02-21 14:26:21 +01:00
|
|
|
<span class="bold">Hotlinking not supported</span><br/>
|
|
|
|
Hotlinked files get blocked
|
2023-09-15 13:56:03 +02:00
|
|
|
</div>
|
2025-02-03 16:30:05 +01:00
|
|
|
<div class="feature_cell span2 right pro_feat">
|
2024-02-21 14:26:21 +01:00
|
|
|
<span class="bold">Hotlinking supported</span><br/>
|
2023-09-15 13:56:03 +02:00
|
|
|
Hotlinking uses your transfer limit
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
2023-09-15 09:34:39 +02:00
|
|
|
<div class="left_col">
|
|
|
|
Storage
|
|
|
|
</div>
|
2025-02-03 16:30:05 +01:00
|
|
|
<div class="feature_cell span2 left pro_feat">
|
2023-09-15 09:34:39 +02:00
|
|
|
<span class="bold">No limit</span><br/>
|
2023-09-15 18:10:35 +02:00
|
|
|
Files expire when they are not downloaded
|
2023-09-15 09:34:39 +02:00
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="feature_cell prepaid_feat">
|
2023-09-15 09:34:39 +02:00
|
|
|
<span class="bold">€4 / TB / month</span><br/>
|
2024-11-18 17:09:27 +01:00
|
|
|
No limit, you only pay for what you use
|
2023-09-15 09:34:39 +02:00
|
|
|
</div>
|
|
|
|
|
2023-09-14 21:11:41 +02:00
|
|
|
<div class="left_col">
|
2025-02-24 20:26:23 +01:00
|
|
|
<a class="round button" href="/about#toc_1">
|
2023-09-14 21:11:41 +02:00
|
|
|
<i class="icon">info</i>
|
|
|
|
File expiry
|
2025-02-24 20:26:23 +01:00
|
|
|
</a>
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="feature_cell free_feat">
|
2024-11-18 17:09:27 +01:00
|
|
|
<span class="bold">120 days</span> (4 months)
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
|
|
|
<div class="feature_cell pro_feat">
|
2023-09-15 13:56:03 +02:00
|
|
|
<span class="bold">240 days</span> (8 months)<br/>
|
2024-11-18 17:09:27 +01:00
|
|
|
Plans without expiry are available
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="feature_cell prepaid_feat">
|
2024-11-18 17:09:27 +01:00
|
|
|
<span class="bold">Files do not expire</span><br/>
|
|
|
|
While prepaid plan is active
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="left_col">
|
2023-09-15 09:34:39 +02:00
|
|
|
Max file size
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="feature_cell free_feat">
|
2023-09-15 09:34:39 +02:00
|
|
|
<span class="bold">20 GB</span> per file
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2025-02-03 16:30:05 +01:00
|
|
|
<div class="feature_cell span2 right pro_feat">
|
2023-09-26 22:49:50 +02:00
|
|
|
<span class="bold">100 GB</span> per file
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="left_col">
|
2023-11-29 12:33:04 +01:00
|
|
|
Payment processors
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-11-29 12:33:04 +01:00
|
|
|
<div class="feature_cell free_feat">
|
2024-02-21 14:26:21 +01:00
|
|
|
<span class="bold">None</span>
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-11-29 12:33:04 +01:00
|
|
|
<div class="feature_cell pro_feat">
|
|
|
|
<span class="bold">PayPal</span>, <span class="bold">Credit card</span>
|
2023-09-14 21:11:41 +02:00
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="feature_cell prepaid_feat">
|
2024-09-10 22:50:54 +02:00
|
|
|
<span class="bold">PayPal</span>, <span class="bold">SEPA</span>,
|
|
|
|
<span class="bold">Credit card</span><br/>
|
|
|
|
And many more
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
2023-09-14 21:11:41 +02:00
|
|
|
|
2022-02-21 23:25:44 +01:00
|
|
|
<div></div>
|
2023-09-15 10:33:03 +02:00
|
|
|
<div class="bottom_row free_feat">
|
2023-09-14 21:11:41 +02:00
|
|
|
Free
|
|
|
|
</div>
|
|
|
|
<div class="bottom_row pro_feat">
|
2022-02-21 23:25:44 +01:00
|
|
|
{#if window.user.subscription.id === "patreon_1"}
|
|
|
|
You have this plan<br/>
|
|
|
|
Thank you for supporting pixeldrain!
|
|
|
|
{:else}
|
2022-11-01 10:54:31 +01:00
|
|
|
<a href="https://www.patreon.com/join/pixeldrain/checkout?rid=5736701&cadence=1" class="button button_highlight round">
|
|
|
|
€ 4 per month
|
2022-02-21 23:25:44 +01:00
|
|
|
</a>
|
|
|
|
or
|
2022-11-01 10:54:31 +01:00
|
|
|
<a href="https://www.patreon.com/join/pixeldrain/checkout?rid=5736701&cadence=12" class="button button_highlight round">
|
|
|
|
€ 40 per year!
|
2022-02-21 23:25:44 +01:00
|
|
|
</a>
|
|
|
|
<br/>
|
|
|
|
(Excluding tax)
|
|
|
|
<br/>
|
|
|
|
Subscription managed by Patreon
|
|
|
|
{/if}
|
|
|
|
</div>
|
2023-09-15 12:02:36 +02:00
|
|
|
<div class="bottom_row prepaid_feat">
|
2023-09-14 21:11:41 +02:00
|
|
|
{#if window.user.username === ""}
|
|
|
|
<!-- User is not logged in -->
|
|
|
|
Account required<br/>
|
|
|
|
<a href="/login?redirect=checkout" class="button button_highlight round">
|
|
|
|
<i class="icon">login</i>
|
|
|
|
Log in
|
|
|
|
</a>
|
|
|
|
or
|
|
|
|
<a href="/register?redirect=checkout" class="button button_highlight round">
|
|
|
|
<i class="icon">how_to_reg</i>
|
|
|
|
Register
|
|
|
|
</a>
|
|
|
|
<br/>
|
|
|
|
Payments processed by Mollie<br/>
|
|
|
|
No recurring payments
|
|
|
|
{:else}
|
|
|
|
<!-- User is logged in -->
|
|
|
|
{#if window.user.subscription.type === ""}
|
2023-09-15 09:34:39 +02:00
|
|
|
<a href="/user/prepaid/deposit#deposit" class="button button_highlight round">
|
2023-09-14 21:11:41 +02:00
|
|
|
Deposit credit
|
|
|
|
</a>
|
|
|
|
to activate Prepaid
|
|
|
|
{:else if window.user.subscription.type === "patreon"}
|
|
|
|
Patreon subscription active. Prepaid cannot be activated
|
|
|
|
{:else if window.user.subscription.type === "prepaid"}
|
|
|
|
Prepaid plan is active.<br/>
|
|
|
|
Current balance <Euro amount={window.user.balance_micro_eur}/>
|
|
|
|
<br/>
|
2023-09-15 09:34:39 +02:00
|
|
|
<a href="/user/prepaid/deposit#deposit" class="button button_highlight round">
|
2023-09-14 21:11:41 +02:00
|
|
|
Top up my credit
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
</div>
|
2022-02-21 23:25:44 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-09-14 21:11:41 +02:00
|
|
|
<section>
|
2024-11-18 17:09:27 +01:00
|
|
|
<h2>Other plans available on Patreon</h2>
|
2023-09-14 21:11:41 +02:00
|
|
|
<OtherPlans/>
|
|
|
|
</section>
|
|
|
|
|
2022-02-21 23:25:44 +01:00
|
|
|
<style>
|
2023-09-14 21:11:41 +02:00
|
|
|
.bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vertical_scroll {
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
width: 100%;
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
|
|
|
|
.grid {
|
|
|
|
display: inline-grid;
|
|
|
|
grid-auto-flow: row;
|
|
|
|
grid-template-columns: 9em 1fr 1fr 1fr;
|
|
|
|
min-width: 40em;
|
2023-09-15 18:10:35 +02:00
|
|
|
max-width: 70em;
|
|
|
|
gap: 5px;
|
|
|
|
margin: 10px;
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
.grid > div {
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-02-21 23:25:44 +01:00
|
|
|
text-align: center;
|
2025-02-24 20:26:23 +01:00
|
|
|
padding: 0.25em;
|
2023-09-14 21:11:41 +02:00
|
|
|
min-height: 3em;
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
|
|
|
|
.left_col {
|
2024-09-10 22:50:54 +02:00
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
2022-10-19 18:54:14 +02:00
|
|
|
border: 1px solid var(--separator);
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
.top_row {
|
2024-09-10 22:50:54 +02:00
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
.bottom_row {
|
2024-09-10 22:50:54 +02:00
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
2023-09-14 21:11:41 +02:00
|
|
|
border: 1px solid var(--separator);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.feature_cell {
|
2022-04-01 20:27:38 +02:00
|
|
|
background-color: var(--card_color);
|
2023-09-14 21:11:41 +02:00
|
|
|
border: 1px solid var(--background_color);
|
|
|
|
}
|
|
|
|
.pro_feat {
|
2022-10-19 18:54:14 +02:00
|
|
|
border: 1px solid var(--highlight_color);
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2023-09-15 10:33:03 +02:00
|
|
|
.free_feat {
|
2023-09-15 12:02:36 +02:00
|
|
|
border: 1px solid #ebcb8b;
|
|
|
|
}
|
|
|
|
.prepaid_feat {
|
|
|
|
border: 1px solid #ec2cfa;
|
2023-09-15 10:33:03 +02:00
|
|
|
}
|
2023-09-14 21:11:41 +02:00
|
|
|
.span2 {
|
|
|
|
grid-column: span 2;
|
2022-02-21 23:25:44 +01:00
|
|
|
}
|
2025-02-03 16:30:05 +01:00
|
|
|
.span2.left {
|
|
|
|
border-image: linear-gradient(to right, #ebcb8b 0%, var(--highlight_color) 100%) 1;
|
|
|
|
}
|
|
|
|
.span2.right {
|
|
|
|
border-image: linear-gradient(to right, var(--highlight_color) 0%, #ec2cfa 100%) 1;
|
|
|
|
}
|
2022-02-21 23:25:44 +01:00
|
|
|
</style>
|