diff --git a/res/include/md/filesystem.md b/res/include/md/filesystem.md index 6014d7b..f334063 100644 --- a/res/include/md/filesystem.md +++ b/res/include/md/filesystem.md @@ -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 your usage in the [transaction log](/user/prepaid/transactions). -Downloads from the filesystem are charged at €2 / TB for prepaid. With Patreon -plans there's a monthly limit. If you turn bandwidth sharing off in the account -settings then other people will use the daily download limit. Otherwise they -will use your account's transfer limit. +Downloads from the filesystem are charged at €1 / TB for prepaid. With Patreon +plans there's a monthly limit. If you turn hotlinking off in the account +settings then other people will use their own daily download limit. Otherwise +they will use your account's transfer 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 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 -trouble downloading your files. +should turn the 'Hotlinking' option on. Otherwise people will have trouble +downloading your files. ## Directory sharing diff --git a/res/include/md/limits.md b/res/include/md/limits.md index 9e1cc5b..0f80862 100644 --- a/res/include/md/limits.md +++ b/res/include/md/limits.md @@ -12,7 +12,7 @@ place on pixeldrain. | File size | 10 GB | 10 GB | 20 GB | 20 GB | | File downloads | 1000 / 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 | | Ad-free file viewing | No | No | Yes | Yes | | File viewer branding | No | No | From €8/month | Yes | diff --git a/svelte/src/file_viewer/EmbedWindow.svelte b/svelte/src/file_viewer/EmbedWindow.svelte index 24d7ef7..1e6d28e 100644 --- a/svelte/src/file_viewer/EmbedWindow.svelte +++ b/svelte/src/file_viewer/EmbedWindow.svelte @@ -120,7 +120,7 @@ const update_example = () => { The hotlink embed option only works for single files uploaded with a Pro account. You can use this to directly embed a video player, 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 sharing settings page or the embed will not work.
diff --git a/svelte/src/file_viewer/viewers/RateLimit.svelte b/svelte/src/file_viewer/viewers/RateLimit.svelte index 17d5d00..b67d4bd 100644 --- a/svelte/src/file_viewer/viewers/RateLimit.svelte +++ b/svelte/src/file_viewer/viewers/RateLimit.svelte @@ -53,9 +53,9 @@ let file = { premium account or when the uploader of the file enables - bandwidth sharing on their Pro account - (and their data cap has not been used up). Using a download manager with - a Pro account is allowed, it will not trigger this warning for other + hotlinking on their Pro account (and + their data cap has not been used up). Using a download manager with a + Pro account is allowed, it will not trigger this warning for other files.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.
diff --git a/svelte/src/user_home/EmbeddingControls.svelte b/svelte/src/user_home/EmbeddingControls.svelte index c342b38..dcf8dac 100644 --- a/svelte/src/user_home/EmbeddingControls.svelte +++ b/svelte/src/user_home/EmbeddingControls.svelte @@ -52,9 +52,9 @@ onMount(() => {
diff --git a/svelte/src/user_home/PageBranding.svelte b/svelte/src/user_home/PageBranding.svelte index a1dd5aa..3740c60 100644 --- a/svelte/src/user_home/PageBranding.svelte +++ b/svelte/src/user_home/PageBranding.svelte @@ -107,9 +107,9 @@ onMount(() => { {:else if !window.user.hotlinking_enabled}