Installation Guide

1. Download & install Sharex

2. Make sure that the "copy url to clipboard" is set on "After upload tasks" on Sharex

3. Also make sure that "upload to host" is enabled on "After capture tasks" on Sharex

4. Configure the top 3 destination options like so

5. Navigate to Destinations > Custom Uploader Settings

6. Copy the contents of the below text box & click import > from clipboard

7. Change your username & upload key (get this from the Panel), and that's it!

{
    "Version": "13.2.1",
    "DestinationType": "ImageUploader, TextUploader, FileUploader",
    "RequestMethod": "POST",
    "RequestURL": "https://legacy.equinox.sh/upload.php",
    "Body": "MultipartFormData",
    "Arguments": {
        "username": "YOUR-USERNAME",
        "key": "YOUR-UPLOAD-KEY"
    },
    "FileFormName": "file"
}

Looking for domain information? That's here!