This is a barebones PHP reimplementation of the nullpointer file-sharing and link-shortening service by Mia Herkt. However, unlike the original, it is not open. You need a username and password to add files or shortlinks. To see more of my projects, check out my website.
HTTP POST files here
curl -F'[email protected]' https://user:[email protected]
Or you can shorten URLs:
curl -F'shorten=https://www.matthewthom.as/' https://user:[email protected]