blob: 170f9ec9e8aff47b2805a40970d8ce9d0ce04b47 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<!DOCTYPE html>
<html>
<head>
<title>hostfil.es</title>
<link rel="stylesheet" href="/static/style.css" />
<script src="/static/script.js"></script>
</head>
<body>
<form action="upload.php" method="POST" enctype="multipart/form-data">
<label id="drop-zone">
Drop files on the page, or paste them, or click here to upload.
<input type="file" id="file-input" multiple accept="*/*" name="file[]" />
</label>
<ul id="preview"></ul>
<noscript><input type="submit" value="Upload" /></noscript>
<section>
<h2 class="expander-toggle">FAQ <span class="expander-icon">►</span></h2>
<div class="expander expander-hidden">
<dl>
<dt>What type of files are allowed?</dt>
<dd>Anything legal. Encrypted or obfuscated stuff will be deleted swiftly.</dd>
<dt>What's the max file size?</dt>
<dd>192MB, I think. Let me know if it's not.</dd>
<dt>How long do files stay?</dt>
<dd>I dunno. Til I feel like deleting them, which will depend how big they are. Probably for a while. I have a <a href="/upload.php?df">decent amount</a> of free space online (and even more offline that I might move items to for cold storage).
<br />Use it more and make me cry.</dd>
<dt>Are my files private?</dt>
<dd>Mostly. Anyone who knows the SHA-512 sum of the contents can probably find them. Any of our staff (admins and moderators) can find them. And our server host (OVH) could also access our server and find them.</dd>
<dt>Do you keep logs?</dt>
<dd>Of uploads only. File downloads are not logged, and will be supported via Tor Hidden Service and I2P eep-site in the near future. The only statistics we retain are related to aggregate, server-wide resource usage.</dd>
<dt>How do I report abuse?</dt>
<dd>Email abuse@hostfil.es</dd>
<dt>Other contact methods?</dt>
<dd><a href="ircs://irc.1459.io:6697/#1459">IRC</a> (<a href="https://irc.1459.io/">More info</a>)</dd>
<dt>Why?</dt>
<dd>Cuz.</dd>
<dt>Who should I thank?</dt>
<dd><a href="https://steeri.ng/">steering</a>.</dt>
</dl>
</div>
</section>
</form>
</body>
</html>
|