Drop data transfer price to €1 per TB
This commit is contained in:
@@ -27,10 +27,10 @@ page because it's calculated differently from the other plans, but it is there.
|
|||||||
For Prepaid plans the storage is charged at €4 per TB per month. You can view
|
For Prepaid plans the storage is charged at €4 per TB per month. You can view
|
||||||
your usage in the [transaction log](/user/prepaid/transactions).
|
your usage in the [transaction log](/user/prepaid/transactions).
|
||||||
|
|
||||||
Downloads from the filesystem are charged at €2 / TB for prepaid. With Patreon
|
Downloads from the filesystem are charged at €1 / TB for prepaid. With Patreon
|
||||||
plans there's a monthly limit. If you turn bandwidth sharing off in the account
|
plans there's a monthly limit. If you turn hotlinking off in the account
|
||||||
settings then other people will use the daily download limit. Otherwise they
|
settings then other people will use their own daily download limit. Otherwise
|
||||||
will use your account's transfer limit.
|
they will use your account's transfer limit.
|
||||||
|
|
||||||
## Free download limit
|
## Free download limit
|
||||||
|
|
||||||
@@ -42,8 +42,8 @@ speed is limited to 1 MiB/s like usual.
|
|||||||
|
|
||||||
If you want to embed pixeldrain files on your own website, distribute direct
|
If you want to embed pixeldrain files on your own website, distribute direct
|
||||||
download links or share files that are larger than the download limit then you
|
download links or share files that are larger than the download limit then you
|
||||||
should turn the 'Bandwidth sharing' option on. Otherwise people will have
|
should turn the 'Hotlinking' option on. Otherwise people will have trouble
|
||||||
trouble downloading your files.
|
downloading your files.
|
||||||
|
|
||||||
## Directory sharing
|
## Directory sharing
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ place on pixeldrain.
|
|||||||
| File size | 10 GB | 10 GB | 20 GB | 20 GB |
|
| File size | 10 GB | 10 GB | 20 GB | 20 GB |
|
||||||
| File downloads | 1000 / day | Unlimited | Unlimited | Unlimited |
|
| File downloads | 1000 / day | Unlimited | Unlimited | Unlimited |
|
||||||
| Free data transfer | 100 GB / day | Unlimited | Unlimited | Unlimited |
|
| Free data transfer | 100 GB / day | Unlimited | Unlimited | Unlimited |
|
||||||
| Premium data transfer | No | 10 GB / month | 1 TB / month | Unlimited (€2 / TB) |
|
| Premium data transfer | No | 10 GB / month | 1 TB / month | Unlimited (€1 / TB) |
|
||||||
| Video streaming | No | Within data cap | Yes | Yes |
|
| Video streaming | No | Within data cap | Yes | Yes |
|
||||||
| Ad-free file viewing | No | No | Yes | Yes |
|
| Ad-free file viewing | No | No | Yes | Yes |
|
||||||
| File viewer branding | No | No | From €8/month | Yes |
|
| File viewer branding | No | No | From €8/month | Yes |
|
||||||
|
@@ -120,7 +120,7 @@ const update_example = () => {
|
|||||||
The hotlink embed option only works for single files uploaded with a
|
The hotlink embed option only works for single files uploaded with a
|
||||||
Pro account. You can use this to directly embed a video player,
|
Pro account. You can use this to directly embed a video player,
|
||||||
audio player, photo element or a download button in your site. Make
|
audio player, photo element or a download button in your site. Make
|
||||||
sure you have bandwidth sharing enabled on your
|
sure you have hotlinking enabled on your
|
||||||
<a href="/user/sharing/bandwidth">sharing settings page</a> or the
|
<a href="/user/sharing/bandwidth">sharing settings page</a> or the
|
||||||
embed will not work.
|
embed will not work.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -53,9 +53,9 @@ let file = {
|
|||||||
premium account
|
premium account
|
||||||
</a>
|
</a>
|
||||||
or when the uploader of the file enables
|
or when the uploader of the file enables
|
||||||
<a href="/user/subscription">bandwidth sharing</a> on their Pro account
|
<a href="/user/subscription">hotlinking</a> on their Pro account (and
|
||||||
(and their data cap has not been used up). Using a download manager with
|
their data cap has not been used up). Using a download manager with a
|
||||||
a Pro account is allowed, it will not trigger this warning for other
|
Pro account is allowed, it will not trigger this warning for other
|
||||||
files.
|
files.
|
||||||
</p>
|
</p>
|
||||||
<h2>
|
<h2>
|
||||||
|
@@ -48,7 +48,8 @@ onMount(() => {
|
|||||||
Charged through Patreon
|
Charged through Patreon
|
||||||
</div>
|
</div>
|
||||||
<div class="feature_cell prepaid_feat">
|
<div class="feature_cell prepaid_feat">
|
||||||
<span class="bold">No monthly fee</span>
|
<span class="bold">€1 / month minimum</span><br/>
|
||||||
|
Only charged when total usage is below €1
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="left_col">
|
<div class="left_col">
|
||||||
@@ -67,7 +68,7 @@ onMount(() => {
|
|||||||
connection limit
|
connection limit
|
||||||
</div>
|
</div>
|
||||||
<div class="feature_cell prepaid_feat">
|
<div class="feature_cell prepaid_feat">
|
||||||
<span class="bold">€2 per TB transferred</span><br/>
|
<span class="bold">€1 per TB transferred</span><br/>
|
||||||
|
|
||||||
Used for downloading, sharing and hotlinking. You only pay for what
|
Used for downloading, sharing and hotlinking. You only pay for what
|
||||||
you use. No connection limit
|
you use. No connection limit
|
||||||
@@ -268,7 +269,7 @@ onMount(() => {
|
|||||||
When you have a Pro subscription you will get a monthly data transfer
|
When you have a Pro subscription you will get a monthly data transfer
|
||||||
limit for all the files on your account combined. Files you download
|
limit for all the files on your account combined. Files you download
|
||||||
from pixeldrain are subtracted from the data cap. If you have <a
|
from pixeldrain are subtracted from the data cap. If you have <a
|
||||||
href="/user/subscription">Bandwidth sharing</a>
|
href="/user/subscription">hotlinking</a>
|
||||||
enabled your data cap is also used when other people download
|
enabled your data cap is also used when other people download
|
||||||
your files.
|
your files.
|
||||||
</p>
|
</p>
|
||||||
@@ -283,8 +284,8 @@ onMount(() => {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If the person who uploaded the file has a Pro subscription and
|
If the person who uploaded the file has a Pro subscription and
|
||||||
Bandwidth sharing is enabled on their account, then the uploader's
|
hotlinking is enabled on their account, then the uploader's data cap
|
||||||
data cap is used.
|
is used.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If neither the uploader nor the downloader has a Pro subscription
|
If neither the uploader nor the downloader has a Pro subscription
|
||||||
|
@@ -21,7 +21,7 @@ import Euro from "../util/Euro.svelte";
|
|||||||
<h2>Simple and affordable pricing</h2>
|
<h2>Simple and affordable pricing</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class="keyword">€4.00 per TB per month</span> for storage</li>
|
<li><span class="keyword">€4.00 per TB per month</span> for storage</li>
|
||||||
<li><span class="keyword">€2.00 per TB</span> for downloading and sharing files</li>
|
<li><span class="keyword">€1.00 per TB</span> for downloading and sharing files</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br style="clear: right;"/>
|
<br style="clear: right;"/>
|
||||||
|
@@ -80,7 +80,7 @@ let upload_widget
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>Egress pricing</div>
|
<div>Egress pricing</div>
|
||||||
<div>€ 2 / TB</div>
|
<div>€ 1 / TB</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>That's it!</div>
|
<div>That's it!</div>
|
||||||
|
@@ -95,9 +95,9 @@ onMount(() => {
|
|||||||
When hotlinking is enabled all the bandwidth that your files use will be
|
When hotlinking is enabled all the bandwidth that your files use will be
|
||||||
subtracted from your data cap. Advertisements will be disabled on the
|
subtracted from your data cap. Advertisements will be disabled on the
|
||||||
download pages for your files and download speed will be unlimited. The
|
download pages for your files and download speed will be unlimited. The
|
||||||
rate limiting captcha for files is also disabled when bandwidth sharing
|
rate limiting captcha for files is also disabled when hotlinking is on.
|
||||||
is on. You can directly embed your file's download link anywhere, you
|
You can directly embed your file's download link anywhere, you don't
|
||||||
don't need to use the file viewer page.
|
need to use the file viewer page.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2><Pro/>Bill shock limit</h2>
|
<h2><Pro/>Bill shock limit</h2>
|
||||||
|
@@ -83,7 +83,7 @@ onMount(() => {
|
|||||||
<p>
|
<p>
|
||||||
Pixeldrain credit can be used for our prepaid plans, which are different
|
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
|
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.
|
See the Subscriptions tab for more information about the perks.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@@ -52,9 +52,9 @@ onMount(() => {
|
|||||||
</div>
|
</div>
|
||||||
{:else if !window.user.hotlinking_enabled}
|
{:else if !window.user.hotlinking_enabled}
|
||||||
<div class="highlight_yellow">
|
<div class="highlight_yellow">
|
||||||
To use embedding restrictions bandwidth sharing needs to be enabled.
|
To use embedding restrictions hotlinking needs to be enabled.
|
||||||
Enable bandwidth sharing on the
|
Enable hotlinking on the
|
||||||
<a href="/user/sharing/bandwidth">bandwidth sharing page</a>.
|
<a href="/user/sharing/bandwidth">sharing settings page</a>.
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<p>
|
<p>
|
||||||
|
@@ -107,9 +107,9 @@ onMount(() => {
|
|||||||
</div>
|
</div>
|
||||||
{:else if !window.user.hotlinking_enabled}
|
{:else if !window.user.hotlinking_enabled}
|
||||||
<div class="highlight_yellow">
|
<div class="highlight_yellow">
|
||||||
To use custom file viewer branding bandwidth sharing needs to be
|
To use custom file viewer branding hotlinking needs to be
|
||||||
enabled. Enable bandwidth sharing on the
|
enabled. Enable hotlinking on the
|
||||||
<a href="/user/sharing/bandwidth">bandwidth sharing page</a>.
|
<a href="/user/sharing/bandwidth">sharing settings page</a>.
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<SuccessMessage bind:this={success_message}></SuccessMessage>
|
<SuccessMessage bind:this={success_message}></SuccessMessage>
|
||||||
|
@@ -53,7 +53,7 @@ let pages = [
|
|||||||
subpages: [
|
subpages: [
|
||||||
{
|
{
|
||||||
path: "/user/sharing/bandwidth",
|
path: "/user/sharing/bandwidth",
|
||||||
title: "Bandwidth Sharing",
|
title: "Sharing settings",
|
||||||
icon: "share",
|
icon: "share",
|
||||||
component: BandwidthSharing,
|
component: BandwidthSharing,
|
||||||
}, {
|
}, {
|
||||||
|
@@ -162,8 +162,8 @@ onMount(() => {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>€4 per TB per month for storage</li>
|
<li>€4 per TB per month for storage</li>
|
||||||
<li>
|
<li>
|
||||||
€2 per TB for data transfer (with <a
|
€1 per TB for data transfer (with <a
|
||||||
href="/user/sharing/bandwidth">bandwidth sharing</a>
|
href="/user/sharing/bandwidth">hotlinking</a>
|
||||||
enabled)
|
enabled)
|
||||||
</li>
|
</li>
|
||||||
<li>Access to the <a href="/filesystem">filesystem</a></li>
|
<li>Access to the <a href="/filesystem">filesystem</a></li>
|
||||||
|
Reference in New Issue
Block a user