2020-07-29 16:29:25 +02:00
|
|
|
# Questions and Answers
|
|
|
|
|
|
|
|
## For how long will my files be stored?
|
|
|
|
|
|
|
|
Files will be removed if they have not been viewed for 30 days. A view is
|
|
|
|
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.
|
|
|
|
|
|
|
|
## Does pixeldrain cost any money?
|
|
|
|
|
|
|
|
No, pixeldrain is completely free at the moment. While there is an advertisement
|
|
|
|
on the file downloading page, it doesn't generate nearly enough revenue to pay
|
|
|
|
for maintaining this service. That's why I'd really appreciate it if you could
|
|
|
|
spare some coins. Possible methods for donating are:
|
|
|
|
|
|
|
|
* <a href="https://www.patreon.com/join/pixeldrain" target="_blank">
|
|
|
|
{{template `patreon.svg` .}} Support me on Patreon and get some perks too!
|
|
|
|
</a>
|
|
|
|
* Bitcoin:
|
|
|
|
[1Ne7hGuvnfz9EFTRD3PLWVeaJTX9oA1QUr](bitcoin:1Ne7hGuvnfz9EFTRD3PLWVeaJTX9oA1QUr?label=Pixeldrain%20Donation)
|
|
|
|
* 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:
|
|
|
|
26117c19ca3975b315d663dcbbc19cf9c07274f441689d4392ed380b2337589ef1aacfbdc93f
|
|
|
|
(this address points directly at the storage backend. Donations will be used
|
|
|
|
for paying storage contracts with Sia hosts)
|
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).
|
|
|
|
|
|
|
|
## Legality
|
|
|
|
|
|
|
|
I cannot be held liable for any illegal and / or copyrighted material that's
|
|
|
|
uploaded by the users of this application. Files uploaded to this website are
|
|
|
|
subjected to local laws. If laws are being broken, and I've been notified of the
|
|
|
|
fact I'll have to delete the offending content. If you find any files on this
|
|
|
|
domain that break the law, please contact me at
|
|
|
|
[abuse@pixeldrain.com](mailto:abuse@pixeldrain.com), and I'll take care of it.
|
|
|
|
|
|
|
|
Please share responsibly.
|
|
|
|
|
|
|
|
For other questions you can reach me at
|
|
|
|
[support@pixeldrain.com](mailto:support@pixeldrain.com)
|