This warning disappears when the you are a
- Patreon supporter,
+ Patreon supporter,
or when the uploader of the file enables
bandwidth sharing on their Pro account
(and their data cap has not been used up). Using a download manager with
diff --git a/svelte/src/home_page/FeatureTable.svelte b/svelte/src/home_page/FeatureTable.svelte
index fbf5a5e..809b12f 100644
--- a/svelte/src/home_page/FeatureTable.svelte
+++ b/svelte/src/home_page/FeatureTable.svelte
@@ -32,7 +32,7 @@ onMount(() => {
60 days after the last time it is viewed
- 120 days after the last time it is viewed
+ 240 days after the last time it is viewed
- Transfer limit of 1 terabyte per
+ Transfer limit of 2 terabyte per
month. If the transfer limit is exceeded the restrictions of the
free plan will apply
@@ -128,12 +128,12 @@ onMount(() => {
Thank you for supporting pixeldrain!
{:else}
Only
-
- € 2 per month
+
+ € 4 per month
or
-
- € 20 per year!
+
+ € 40 per year!
(Excluding tax)
diff --git a/svelte/src/home_page/OtherPlans.svelte b/svelte/src/home_page/OtherPlans.svelte
index 6b16627..5f5ac99 100644
--- a/svelte/src/home_page/OtherPlans.svelte
+++ b/svelte/src/home_page/OtherPlans.svelte
@@ -1,24 +1,4 @@
-
-
- Resolve
- {#if window.user.subscription.id === "patreon_5"}
- You have this plan
- Thank you for supporting pixeldrain!
- {:else}
-
- € 4
-
- / month
- {/if}
-
-
-
20 GB max file size
-
240 days file expiry
-
2 TB transfer limit
-
No storage limit
-
-
Persistence
@@ -32,7 +12,7 @@
/ month
{/if}
-
+
20 GB max file size
Files never expire
4 TB transfer limit
diff --git a/svelte/src/home_page/UploadWidget.svelte b/svelte/src/home_page/UploadWidget.svelte
index b22a70f..96f608c 100644
--- a/svelte/src/home_page/UploadWidget.svelte
+++ b/svelte/src/home_page/UploadWidget.svelte
@@ -536,7 +536,7 @@ const keydown = (e) => {
not something I would like to do.
- Pro costs only €20 per year or €2 per month. You will get
+ Pro costs only €40 per year or €4 per month. You will get
some nice benefits and more features are on the way. You can
help with making pixeldrain the easiest and fastest way to share
files online!
diff --git a/svelte/src/user_home/Subscription.svelte b/svelte/src/user_home/Subscription.svelte
index c44d7d9..7b7d67b 100644
--- a/svelte/src/user_home/Subscription.svelte
+++ b/svelte/src/user_home/Subscription.svelte
@@ -67,7 +67,7 @@ const update = async () => {
Base price of €1 per month
-
€3 per TB per month for storage
+
€4 per TB per month for storage
€2 per TB for data transfer
Files never expire as long as subscription is active
diff --git a/svelte/src/user_home/Transactions.svelte b/svelte/src/user_home/Transactions.svelte
index bc7f308..958a2a3 100644
--- a/svelte/src/user_home/Transactions.svelte
+++ b/svelte/src/user_home/Transactions.svelte
@@ -97,12 +97,12 @@ onMount(() => {
of months in a day (30.4375).
- Example: If you have 2 TB stored on your pixeldrain account at €3 per TB
+ Example: If you have 2 TB stored on your pixeldrain account at €4 per TB
then the daily charge will be:
- 2 TB * € 3 = € 6
+ 2 TB * € 4 = € 8
- € 6 / 30.4375 = € 0.197125 per day
+ € 8 / 30.4375 = € 0.2628 per day
Similarly the subscription charge of €1 per month is also charged at € 1
/ 30.4375 = € 0.032854 per day.