]> jfr.im git - uguu.git/blobdiff - rain/template/info.html
Delete tools.txt
[uguu.git] / rain / template / info.html
index ef956839cfb610aa586ceb6adcf133f9648c5bd1..ee1d480820846dfec27c3a9ca320cbc67241c6fc 100644 (file)
@@ -4,15 +4,15 @@
             <div class="card-panel blue-grey darken-1">
                 <div class="card-content white-text">
                     <span class="card-title">Info</span>
-                    <p>Store any filetype with a size up to 150MB for up to 1 hour.
-                    Uguu cares about your privacy and stores NO logs.
-                    </p>
-
-                    <p>
-                    If you would like to upload using ShareX read <a style="color: #bbdefb" href="https://github.com/ShareX/ShareX/wiki/Custom-Uploader-examples#uguuse">this</a>.<br />
-                    To upload using curl or make a tool you can post using:<br />
-                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</code> (HTML Response)<br />
-                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool</code> (Plain text Response)</p>
+                    <p>Store (*almost) any filetype with a size up to 100MB for up to 24 hours.
+                    Uguu cares about your privacy and stores NO logs.</p>
+                    <p>*Due to malicious files being uploaded the following filetypes are not allowed: exe, scr, rar, zip, com, vbs, bat, cmd, html, htm, msi, dll.</p>
+                    <span class="card-title">Tools</span>
+                    <p>ShareX: <a href="https://getsharex.com">https://getsharex.com</a></p>
+                    <span class="card-title">API</span>
+                    <p>To upload using curl or make a tool you can post using:<br />
+                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload</code> (HTML Response)<br />
+                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool</code> (Plain text Response)</p>
                 </div>
             </div>
         </div>