Skip to content

dev-sda1/ShareX-Custom-Upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A PHP-based ShareX Compatible file storage system

Features

  • Based in PHP! Run it on your cPanel!
  • Made by the one and only memex#3981 on Discord

Install

  1. Upload upload.php to your web server and chmod to 777.
  2. Create a folder named i and chmod to 777.
  3. Change the tokens to something random! (This is extremely important for security)!
  4. Add example.sxcu to ShareX and configure to your server and token!
  5. Profit.

Changing/Adding tokens to server

  1. Open upload.sxcu
  2. Find this line $tokens = array("token1", "token2");
  3. Simply change token1 or token2 to a token of your choosing!
  4. If you need more, simply add a comma and quotes.

Adding token and server to ShareX/SXCU

  1. Open example.sxcu with a text editor.
  2. Change YOUR_KEY_HERE to to your key.
  3. Change http://yourdomain.com/upload.php and http://yourdomain.com/i/$json:url$ to your domain.

Support

Contact memex#3981 on Discord. Ask me nicely for help with this and be patient. Please don't spam me!

About

Custom uploader for ShareX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%