Drop data transfer price to €1 per TB
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -53,7 +53,7 @@ let pages = [
|
||||
subpages: [
|
||||
{
|
||||
path: "/user/sharing/bandwidth",
|
||||
title: "Bandwidth Sharing",
|
||||
title: "Sharing settings",
|
||||
icon: "share",
|
||||
component: BandwidthSharing,
|
||||
}, {
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user