Drop data transfer price to €1 per TB

This commit is contained in:
2025-02-04 00:32:23 +01:00
parent 49dee9d635
commit 0bfe10261e
13 changed files with 32 additions and 31 deletions

View File

@@ -95,9 +95,9 @@ onMount(() => {
When hotlinking 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.
rate limiting captcha for files is also disabled when hotlinking is on.
You can directly embed your file's download link anywhere, you don't
need to use the file viewer page.
</p>
<h2><Pro/>Bill shock limit</h2>

View File

@@ -83,7 +83,7 @@ onMount(() => {
<p>
Pixeldrain credit can be used for our prepaid plans, which are different
from the Patreon plans. With prepaid you only pay for what you use, at a
rate of €4 per TB per month for storage and €2 per TB for data transfer.
rate of €4 per TB per month for storage and €1 per TB for data transfer.
See the Subscriptions tab for more information about the perks.
</p>
<p>

View File

@@ -52,9 +52,9 @@ onMount(() => {
</div>
{:else if !window.user.hotlinking_enabled}
<div class="highlight_yellow">
To use embedding restrictions bandwidth sharing needs to be enabled.
Enable bandwidth sharing on the
<a href="/user/sharing/bandwidth">bandwidth sharing page</a>.
To use embedding restrictions hotlinking needs to be enabled.
Enable hotlinking on the
<a href="/user/sharing/bandwidth">sharing settings page</a>.
</div>
{/if}
<p>

View File

@@ -107,9 +107,9 @@ onMount(() => {
</div>
{:else if !window.user.hotlinking_enabled}
<div class="highlight_yellow">
To use custom file viewer branding bandwidth sharing needs to be
enabled. Enable bandwidth sharing on the
<a href="/user/sharing/bandwidth">bandwidth sharing page</a>.
To use custom file viewer branding hotlinking needs to be
enabled. Enable hotlinking on the
<a href="/user/sharing/bandwidth">sharing settings page</a>.
</div>
{/if}
<SuccessMessage bind:this={success_message}></SuccessMessage>

View File

@@ -53,7 +53,7 @@ let pages = [
subpages: [
{
path: "/user/sharing/bandwidth",
title: "Bandwidth Sharing",
title: "Sharing settings",
icon: "share",
component: BandwidthSharing,
}, {

View File

@@ -162,8 +162,8 @@ onMount(() => {
<ul>
<li>€4 per TB per month for storage</li>
<li>
2 per TB for data transfer (with <a
href="/user/sharing/bandwidth">bandwidth sharing</a>
1 per TB for data transfer (with <a
href="/user/sharing/bandwidth">hotlinking</a>
enabled)
</li>
<li>Access to the <a href="/filesystem">filesystem</a></li>