- {#if window.user.subscription.storage_space === -1}
- Storage space used: {formatDataVolume(storage_space_used, 3)}
- {:else}
-
- {/if}
+ {#if window.user.subscription.storage_space === -1}
+ Storage space used: {formatDataVolume(storage_space_used, 3)}
+ {:else}
+
+ {/if}
- {#if transfer_cap === -1}
- Paid transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}
- {:else}
- Paid transfers:
- {formatDataVolume(transfer_used, 3)}
- out of
- {formatDataVolume(transfer_cap, 3)}
- (
Set your transfer limit on the subscription page)
-
- {/if}
-
+ {#if transfer_cap === -1}
+ Paid transfers in the last 30 days: {formatDataVolume(transfer_used, 3)}
diff --git a/svelte/src/user_home/Subscription.svelte b/svelte/src/user_home/Subscription.svelte
index 1f971ee..06540f3 100644
--- a/svelte/src/user_home/Subscription.svelte
+++ b/svelte/src/user_home/Subscription.svelte
@@ -195,7 +195,6 @@ onMount(load_tranfer_used)
{/if}
Bandwidth sharing
-
{#if hotlinking}
{/if}
-
When bandwidth sharing is enabled all the bandwidth that your files
use will be subtracted from your data cap. Advertisements will be
@@ -217,21 +215,20 @@ onMount(load_tranfer_used)
Bill shock limit
-
+
Billshock limit in gigabytes per month (1 TB = 1000 GB). Set to 0 to disable.
-
-
+
+
- Bandwidth used in the last 30 days: {formatDataVolume(transfer_used, 3)},
- new limit: {formatDataVolume(transfer_cap*1e9, 3)}
-
-
+ Bandwidth used in the last 30 days: {formatDataVolume(transfer_used, 3)},
+ new limit: {formatDataVolume(transfer_cap*1e9, 3)}
+
The billshock limit limits how much bandwidth your account can use
in a 30 day window. When this limit is reached files will show ads
diff --git a/svelte/src/user_home/Transactions.svelte b/svelte/src/user_home/Transactions.svelte
index 7d42bd3..45a4b98 100644
--- a/svelte/src/user_home/Transactions.svelte
+++ b/svelte/src/user_home/Transactions.svelte
@@ -140,7 +140,7 @@ onMount(() => {
pixeldrain account. It's not a wallet. Any amount of money you
deposit has to be used up.
-