Files
fnx_web/res/include/md/about.md

102 lines
4.9 KiB
Markdown
Raw Normal View History

2020-07-29 16:29:25 +02:00
# Questions and Answers
## For how long will my files be stored?
2022-09-27 12:11:28 +02:00
Files will be removed if they have not been viewed for 60 days. A view is
2020-07-29 16:29:25 +02:00
counted when someone visits the file's download page (pixeldrain.com/u/somefile)
or views the file through a list the file is included in
(pixeldrain.com/l/somelist).
If you upload a file while logged into your pixeldrain account you will be able
to delete the file yourself from the download page of the file. If you are not
logged in and you accidentally upload something you shouldn't have, just don't
share the link. The file will expire eventually. File links are not indexed or
published anywhere. As long as you don't share it nobody will see it.
2022-01-25 20:37:21 +01:00
## Can I donate to pixeldrain?
2020-07-29 16:29:25 +02:00
2022-01-25 20:37:21 +01:00
We provide extra features for users who support us on Patreon, but if you just
want to give some money and don't care about the perks these options are also
available:
2020-07-29 16:29:25 +02:00
* Bitcoin:
2021-12-28 13:33:42 +01:00
[bc1qy8c2lx2zhetmnwwkpl9y7ygzs6yfaaev8nx09n](bitcoin:bc1qy8c2lx2zhetmnwwkpl9y7ygzs6yfaaev8nx09n?label=Pixeldrain%20Donation)
2020-07-29 16:29:25 +02:00
* BasicAttentionToken: Donate BAT by clicking the BAT icon in your address bar.
2020-11-04 20:51:39 +01:00
<a href="/brave">Learn more about Brave browser</a>.
2020-07-29 16:29:25 +02:00
* Siacoin:
2021-12-28 13:33:42 +01:00
d12e359efe7ed38097d9bd55f42a164ef00d4ef75fa83b8c264f1ffb1f640b78044a2fbaf129
2020-11-04 20:51:39 +01:00
* <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WU49A5NHPAZ9G&source=url">
2020-07-29 16:29:25 +02:00
Donate with PayPal</a>
2020-08-27 14:41:26 +02:00
## How does pixeldrain store files?
Pixeldrain uses a few different techniques to store files cheaply, efficiently
and performantly. The servers which accept files from users have a hard disk
drive cache of typically a few terabytes (4 to 16). This is where most of the
files are kept. When a file is requested from another server it will look up
where the file is stored using a lookup table in the shared database. It will
then try to contact that server to request the file and proxy the data directly
to the requesting user.
Each server keeps track of which files are popular with its own userbase. This
includes files which it is not storing locally. It does this using a popularity
score. Every time a request to read a file comes in it will add 1 to the score
of that file. This score will slowly degrade over time. Periodically the server
will request all files with a high popularity score so it can store them locally
to save bandwidth. If there is not enough space available to store these popular
files it will move some less popular files to the next storage medium to make
space available for the more popular files.
The next storage medium is Sia. This is where all the files live which are not
requested frequently, but are still occasionally needed. Sia is a storage
marketplace where anyone can sell their storage space for financial compensation
in Siacoins. If you have storage space available and would like to provide it to
pixeldrain and other services you should read our [Sia hosting
guidelines](/hosting). There we explain which requirements we are setting for
hosts and some handy tips for getting started with hosting.
2020-07-29 16:29:25 +02:00
## Do I need to register an account?
Not if you don't want to. You're free to use pixeldrain completely anonymously.
Without a pixeldrain account you can upload files, download files and create
lists of files. And view your uploaded files on the [history page](/history).
This page only shows files which were uploaded anonymously in this web browser.
By registering an account on pixeldrain you will be able to access your files
from any device with a web browser. Files you upload and lists you create will
be linked to your pixeldrain account and will show up on your [personal home
page](/user).
## What cookies does pixeldrain use?
When logging in to a pixeldrain account a cookie named 'pd_auth_key' will be
installed. This cookie keeps your login session active. When you delete it you
will be logged out of your account.
When you use the style selector on the [Appearance](/appearance) page a cookie
called 'style' will be set. This cookie controls the appearance of the website
for you.
When uploading a file pixeldrain will save a list of file links on your
browser's local storage. This data is **only** used for viewing your upload
history on the [history page](/history).
2023-01-26 22:38:10 +01:00
## Is there a clean pixeldrain logo I can use?
Yes, here's a high resolution pixeldrain logo with text. The font is called
Orbitron, it was designed by Matt McInerney and uses the Open Font License.
2023-01-26 23:11:40 +01:00
<img src="/res/img/pixeldrain_high_res.png" style="max-width: 100%; height: 80px;" /><br/>
2023-01-26 22:38:10 +01:00
And here's a vector version of just the icon:
<img src="/res/img/pixeldrain.svg" style="max-width: 100%; height: 80px;" /><br/>
## Support
2020-07-29 16:29:25 +02:00
For other questions you can reach me at
2021-05-18 23:48:09 +02:00
[support@pixeldrain.com](mailto:support@pixeldrain.com). I get a lot more e-mail
than I can reply to, so I will only reply to urgent problems or things which I
deem important. Abuse reports sent to this address will not be reviewed, use the
abuse address.