Update 'fhost.py'

This commit is contained in:
Ben Harris 2018-07-26 10:51:28 -04:00
parent 315f1bfe24
commit 42c285a0ff
1 changed files with 13 additions and 13 deletions

View File

@ -350,8 +350,8 @@ def fhost():
<body> <body>
<div class="container"> <div class="container">
THE NULL POINTER <h1>THE NULL POINTER</h1>
================ <hr>
HTTP POST files here: HTTP POST files here:
<pre>curl -F'file=@yourfile.png' {0}</pre> <pre>curl -F'file=@yourfile.png' {0}</pre>
@ -360,15 +360,15 @@ You can also POST remote URLs:
Or you can shorten URLs: Or you can shorten URLs:
<pre>curl -F'shorten=http://example.com/some/long/url' {0}</pre> <pre>curl -F'shorten=http://example.com/some/long/url' {0}</pre>
File URLs are valid for at least 30 days and up to a year (see below). <p>File URLs are valid for at least 30 days and up to a year (see below).
Shortened URLs do not expire. Shortened URLs do not expire.</p>
Maximum file size: {1} <p>Maximum file size: {1}</p>
Not allowed: {5} <p>Not allowed: {5}</p>
FILE RETENTION PERIOD <h3>FILE RETENTION PERIOD</h3>
---------------------
<pre> <pre>
retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
@ -395,13 +395,13 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
{4} {4}
</pre> </pre>
ABUSE <h3>ABUSE</h3>
----- <hr>
If you would like to request permanent deletion, please contact ben or khuxkm via <p>If you would like to request permanent deletion, please contact ben or khuxkm via
IRC on <a href="https://web.tilde.chat">tilde.chat</a>, or send an email to sudoers@tilde.team. IRC on <a href="https://web.tilde.chat">tilde.chat</a>, or send an email to sudoers@tilde.team.</p>
Please allow up to 24 hours for a response. <p>Please allow up to 24 hours for a response.</p>
</div> </div>
</body> </body>