From 16f2b6669faf276479bcda2ea0f78f5d06d2243a Mon Sep 17 00:00:00 2001 From: Rj48 Date: Fri, 30 Dec 2016 05:02:09 +0100 Subject: [PATCH] add ShareX link + custom uploader --- index.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/index.php b/index.php index 6cf9eee..88c033d 100755 --- a/index.php +++ b/index.php @@ -28,6 +28,10 @@ if (isset($_FILES["file"]["name"]) && //file was uploaded, store it $_FILES["file"]["tmp_name"], $formatted); } +else if (isset($_GET['sharex'])) //send sharex config +{ + sendShareXConfig(); +} else if (isset($argv[1]) && //file was called from cmd, to purge old files $argv[1] === 'purge') { @@ -218,6 +222,29 @@ function purgeFiles() $totalSize); } +//////////////////////////////////////////////////////////////////////////////// +// send a ShareX custom uploader config as .json +//////////////////////////////////////////////////////////////////////////////// +function sendShareXConfig() +{ + global $HTTP_PROTO; + $host = $_SERVER["HTTP_HOST"]; + $filename = $host.".json"; + $content = << @@ -240,6 +268,7 @@ echo <<ShareX and import this custom uploader. On Android, you can use an app called Hupl.