diff --git a/index.php b/index.php index 7645fab..ac0cb8b 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') { @@ -223,6 +227,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 = << @@ -245,6 +273,7 @@ echo <<ShareX and import this custom uploader. On Android, you can use an app called Hupl.