From 914a664345dca02283ad88df922afb51fb6d18b0 Mon Sep 17 00:00:00 2001 From: creme Date: Sun, 19 Jan 2020 22:17:54 +0100 Subject: [PATCH] fix html/css --- fhost.py | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/fhost.py b/fhost.py index c1d63d9..74c45a2 100755 --- a/fhost.py +++ b/fhost.py @@ -368,15 +368,14 @@ def fhost():
-
-
+

envs.sh | THE NULL POINTER

file hosting and URL shortening service.

-
+
-
 

USAGE

+
 HTTP POST files here:
     curl -F'file=@yourfile.png' {0}
 post your text directly:
@@ -390,23 +389,30 @@ file URLs are valid for at least 30 days and up to a year (see below).
 shortened URLs do not expire.
 not allowed: {5}
 maximum file size: {1}
+
+

ACCEPTABLE USE POLICY

+
 please do not post any informations that
 may violate law (login/password lists, email lists, personal information).
 
 envs.sh is NOT a platform for:
+
+
    -
  • child pornography
  • -
  • malware, including “potentially unwanted applications”
  • -
  • botnet command and control schemes involving this service
  • -
  • anything even remotely related to crypto currencies
  • -
  • hosting your backups
  • -
  • spamming the service with CI build artifacts
  • -
  • piracy
  • -
  • alt-right shitposting
  • +
  • child pornography
  • +
  • malware, including “potentially unwanted applications”
  • +
  • botnet command and control schemes involving this service
  • +
  • anything even remotely related to crypto currencies
  • +
  • hosting your backups
  • +
  • spamming the service with CI build artifacts
  • +
  • piracy
  • +
  • alt-right shitposting
+

REQUIREMENTS

+
 there is only one thing you need to use this service - curl.
 curl is available on most platforms, including Windows, Mac OS X and Linux.
 
@@ -414,8 +420,11 @@ if you run a server and like this site, clone it! centralization is bad.
 https://github.com/envs-net/0x0
 you can also support it financially via liberapay.
 Donate using Liberapay
+
+

ALIAS

+
 to make your life easier, you can add aliases to your .bash_aliases on Linux
 and .bash_profile on Mac OS X. just remember to reset your terminal session after that.
 0file() { curl -F"file=@$1" {0} ; }
@@ -429,8 +438,11 @@ now you can use:
 echo "text here" | 0pb
 
 if you want a nice wrapper, try ~tomasino's pb
+
+

FILE RETENTION PERIOD

+
 retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
 
    days
@@ -454,8 +466,11 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
      30 |                                    ....................
           0{2}{3}
            {4}
+
+

ABUSE

+
 if you would like to request permanent deletion, please
 send an email to hostmaster@envs.net.
 
@@ -467,13 +482,13 @@ please allow up to 24 hours for a response.