diff --git a/res/template/account/user_home.html b/res/template/account/user_home.html index 56c7a93..e03f653 100644 --- a/res/template/account/user_home.html +++ b/res/template/account/user_home.html @@ -35,6 +35,8 @@ Direct linking bandwidth: {{formatData .User.Subscription.DirectLinkingBandwidth}} (0 B used in the last 30 days) +
+ More information about direct linking diff --git a/res/template/home.html b/res/template/home.html index 2cb6e62..c909fa3 100644 --- a/res/template/home.html +++ b/res/template/home.html @@ -128,16 +128,28 @@
Size limit per file
5 GB per file
-
15 GB per file
+
+ 15 GB per file +
-
File expiry
-
30 days after the last time it is viewed
-
90 days after the last time it is viewed
+
+ File expiry +
+
+ 30 days after the last time it is viewed +
+
+ 90 days after the last time it is viewed +
-
Adver­tise­ments
-
Pop-up or a banner ad on the file viewer page
+
+ Adver­tise­ments +
+
+ Pop-up or a banner ad on the file viewer page +
No ads on files you share. No ads when viewing files uploaded by @@ -157,26 +169,27 @@
-
Bandwidth prioritization
+
+ Direct linking +
- Bandwidth will be throttled if the servers are - overloaded -
-
- High priority - bandwidth during times of peak usage -
-
-
-
Online file previews
-
View image, video, audio, PDF and text files directly in your web browser
-
-
-
Direct linking
-
Rate limiting mode will be enabled when a file has 3 - times more downloads than views. Pro users will never be - asked to fill in a captcha + times more downloads than views +
+
+ 1 terabyte of + direct downloads per 30 days. Never have to enter a + CAPTCHA while logged in +
+ +
+
+
+
+ Online file previews +
+
+ View image, video, audio, PDF and text files directly in your web browser
@@ -212,7 +225,8 @@
Resolve
- 20 GB file size, + 20 GB file size
+ 2 TB direct link bandwidth
120 days file expiry
@@ -227,7 +241,8 @@
Persistence
- 20 GB file size, + 20 GB file size
+ 4 TB direct link bandwidth
240 days file expiry
@@ -242,7 +257,8 @@
Tenacity
- 20 GB file size, + 20 GB file size
+ 8 TB direct link bandwidth
480 days file expiry
@@ -257,8 +273,9 @@
Eternity
- 20 GB file size, - 960 days file expiry + 20 GB file size
+ 16 TB direct link bandwidth
+ Files never expre
{{if eq .User.Subscription.ID "patreon_4"}} @@ -272,8 +289,9 @@
Infinity
- 20 GB file size, - 1920 days file expiry + 20 GB file size
+ 32 TB direct link bandwidth
+ Files never expre
{{if eq .User.Subscription.ID "patreon_6"}} @@ -335,20 +353,51 @@ @@ -368,12 +417,16 @@ } function explainDirectLinking() { let m = new Modal( - document.body, null, "Direct Linking Bandwidth", "600px", "auto" + document.body, null, "Direct Linking Bandwidth", "800px", "auto" ) m.cloneTemplate("tpl_direct_linking") m.open() return false } + + if (window.location.hash === "#direct_linking") { + explainDirectLinking() + } {{template "analytics"}}