{#if loading}
{/if}

Manage subscription

{#if window.user.subscription.type !== "patreon"}

Current account balance:

When your prepaid subscription is active you will be charged daily based on usage. Hotlink bandwidth is charged per TB based on the usage of the previous day. The amount charged for storage each day is your storage usage at the end of the day multiplied by the storage price (€4 / TB) and divided by the average number of days in a month (30.4375). So if you have exactly 1 TB on your account you will be charged €0.131416838 per day.

The prepaid subscription will stay active for as long as you have credit on your account. When you reach negative balance the subscription will automatically end. You will need a positive balance to activate the subscription again.

Prepaid plans

{#if result !== ""}
{result}
{/if}
Prepaid
{#if subscription === "prepaid"} Currently active {:else} {/if}
  • Base price of €1 per month
  • €4 per TB per month for storage
  • €2 per TB for data transfer
  • Files never expire as long as subscription is active
120 days storage
{#if subscription === "prepaid_temp_storage_120d"} Currently active {:else} {/if}
  • Base price of €1 per month
  • €2 per TB per month for storage
  • €2 per TB for data transfer
  • Files expire 120 days after the last time they're viewed
60 days storage
{#if subscription === "prepaid_temp_storage_60d"} Currently active {:else} {/if}
  • Base price of €1 per month
  • €1 per TB per month for storage
  • €2 per TB for data transfer
  • Files expire 60 days after the last time they're viewed
Free
{#if subscription === ""} Currently active {:else} {/if}
  • Standard free plan, files expire after 30 days.
{/if}

Bandwidth sharing

{#if hotlinking} {:else} {/if}

When bandwidth sharing is enabled all the bandwidth that your files use will be subtracted from your data cap. Advertisements will be disabled on the download pages for your files and download speed will be unlimited. The rate limiting captcha for files is also disabled when bandwidth sharing is on. You can directly embed your file's download link anywhere, you don't need to use the file viewer page.

Bill shock limit

Billshock limit in gigabytes per month (1 TB = 1000 GB). Set to 0 to disable.

{update("limits")}} class="billshock_container">
GB
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 again and can only be downloaded from the file viewer page. This is mostly useful for prepaid plans, but it works for patreon plans too. Set to 0 to disable the limit.