Update some old documentation

This commit is contained in:
2024-09-10 22:50:54 +02:00
parent c5ddc20ce2
commit 3ccf46fb68
2 changed files with 32 additions and 29 deletions

View File

@@ -103,6 +103,12 @@ pixeldrain.com) into IP addresses that can be used to connect to a website.
These servers are usually operated by your ISP and can be used to censor or These servers are usually operated by your ISP and can be used to censor or
monitor your browsing. monitor your browsing.
Pixeldrain also has alternative domain names which might not be blocked. These
are [pixeldrain.net](https://pixeldrain.net) and
[pixeldra.in](https://pixeldra.in). Note that your session cookie is only valid
for one domain name. If you use these alternative domains you will have to log
in to them as well.
### DNS Providers which don't block pixeldrain ### DNS Providers which don't block pixeldrain
You can find a guide for how to change your DNS server on Google. Just search You can find a guide for how to change your DNS server on Google. Just search
@@ -132,6 +138,14 @@ If you live in any of these locations and are having trouble accessing
pixeldrain **please contact your ISP**. I am ready to comply with whatever pixeldrain **please contact your ISP**. I am ready to comply with whatever
demands they have, I just want my website to be accessible again. demands they have, I just want my website to be accessible again.
## Why can't I find pixeldrain links on Google?
Files on pixeldrain used to be searchable with search engines if they were
indexed. People often accidentally got files indexed which were not supposed to
be public. For that reason I disabled search indexing on all pixeldrain files.
This protects the privacy of pixeldrain users and helps with preventing
information leaks.
## Is there a clean pixeldrain logo I can use? ## Is there a clean pixeldrain logo I can use?
Yes, here's a high resolution pixeldrain logo with text. The font is called Yes, here's a high resolution pixeldrain logo with text. The font is called

View File

@@ -37,8 +37,7 @@ onMount(() => {
<span class="bold">Pro</span> <span class="bold">Pro</span>
</div> </div>
<div class="top_row prepaid_feat"> <div class="top_row prepaid_feat">
<span class="bold">Prepaid</span><br/> <span class="bold">Prepaid</span>
Now available worldwide!
</div> </div>
<div class="left_col"> <div class="left_col">
@@ -135,14 +134,6 @@ onMount(() => {
<span class="bold">100 GB</span> per file <span class="bold">100 GB</span> per file
</div> </div>
<div class="left_col">
Online file previews
</div>
<div class="feature_cell span3 pro_feat">
<span class="bold">Image, audio, video, PDF and text files</span><br/>
Can all be viewed in the browser
</div>
<div class="left_col"> <div class="left_col">
Payment processors Payment processors
</div> </div>
@@ -153,8 +144,9 @@ onMount(() => {
<span class="bold">PayPal</span>, <span class="bold">Credit card</span> <span class="bold">PayPal</span>, <span class="bold">Credit card</span>
</div> </div>
<div class="feature_cell prepaid_feat"> <div class="feature_cell prepaid_feat">
<span class="bold">PayPal</span>, <span class="bold">SEPA</span><br/> <span class="bold">PayPal</span>, <span class="bold">SEPA</span>,
And many EU regional providers <span class="bold">Credit card</span><br/>
And many more
</div> </div>
<div></div> <div></div>
@@ -236,14 +228,14 @@ onMount(() => {
quickly. quickly.
</p> </p>
<p> <p>
Unlike most other sharing sites pixeldrain uses a postponing system for Pixeldrain uses a postponing system for expiring files. When a file is
expiring files. When a file is freshly uploaded it gets 120 days by freshly uploaded it gets 120 days by default (240 days if you have the
default (240 days if you have the pro plan). After these 120 days we pro plan). After these 120 days we will check when the file was last
will check when the file was last viewed. Files which are regularly viewed. Files which are regularly viewed could still bring new users to
viewed could still bring new users to the platform, it would be rude to the platform, it would be rude to show these people a File Not Found
show these people a File Not Found page. So if the file was viewed in page. So if the file was viewed in the last 120 days we will simply
the last 120 days we will simply postpone the next check a month. If the postpone the next check a month. If the file was not viewed however, it
file was not viewed however it will immediately be removed. will be deleted.
</p> </p>
<p> <p>
Views are only counted when someone visits the download page in a web Views are only counted when someone visits the download page in a web
@@ -368,17 +360,17 @@ header > h1 {
} }
.left_col { .left_col {
border-top-left-radius: 0.5em; border-top-left-radius: 6px;
border-bottom-left-radius: 0.5em; border-bottom-left-radius: 6px;
border: 1px solid var(--separator); border: 1px solid var(--separator);
} }
.top_row { .top_row {
border-top-left-radius: 0.5em; border-top-left-radius: 6px;
border-top-right-radius: 0.5em; border-top-right-radius: 6px;
} }
.bottom_row { .bottom_row {
border-bottom-left-radius: 0.5em; border-bottom-left-radius: 6px;
border-bottom-right-radius: 0.5em; border-bottom-right-radius: 6px;
border: 1px solid var(--separator); border: 1px solid var(--separator);
font-weight: bold; font-weight: bold;
} }
@@ -398,7 +390,4 @@ header > h1 {
.span2 { .span2 {
grid-column: span 2; grid-column: span 2;
} }
.span3 {
grid-column: span 3;
}
</style> </style>