=== How To Upload ===
You can upload files to this site via a simple HTTP POST, e.g. using curl:
curl -F "file=@/path/to/your/file.jpg" https://x0.at/?tag=https%3A%2F%2Fwww.iplaysoft.com%2F%3Fs%3D%E8%B4%B5%E5%B7%9E%E7%94%A8%E5%8F%8B%E8%BD%AF%E4%BB%B6%E4%BB%A3%E7%90%86%E8%A6%81%E6%B1%82%E6%8C%87%E5%AF%BC%F0%9F%9A%9A%E7%94%B5%E8%AF%9D%3A13608572210%E2%9D%A3%EF%B8%8F%E8%B4%B5%E5%AE%9A%E5%8E%BF%E4%BC%9A%E8%AE%A1%E8%BD%AF%E4%BB%B6a6%F0%9F%8D%8Eapp%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E4%BB%B7%E6%A0%BC%F0%9F%8C%B6%EF%B8%8F%E8%82%A1%E7%A5%A8%E4%B8%AA%E8%82%A1%E5%88%86%E6%9E%90%E8%BD%AF%E4%BB%B6%F0%9F%8C%B7%E8%B4%A2%E5%8A%A1%E7%AE%A1%E7%90%86%EF%BC%8C%E6%99%BA%E8%83%BD%E5%85%88%E8%A1%8C%EF%BC%8C%E8%B4%B5%E5%B7%9E%E8%B4%A2%E5%8A%A1%E8%BD%AF%E4%BB%B6%EF%BC%8C%E8%AE%A9%E4%BC%81%E4%B8%9A%E7%9A%84%E6%AF%8F%E4%B8%80%E7%AC%94%E8%B4%A6%E7%9B%AE%E9%83%BD%E7%B2%BE%E5%87%86%E6%97%A0%E8%AF%AF%EF%BC%8C%E6%AF%8F%E4%B8%80%E5%88%86%E8%B5%84%E9%87%91%E9%83%BD%E5%BE%97%E5%88%B0%E5%90%88%E7%90%86%E5%88%86%E9%85%8D%E3%80%82%F0%9F%92%8Ebj%E5%85%A8%E6%96%87%3Fkwd%3DYYRJ

Or if you want to pipe to curl *and* have a file extension, add a "filename":
echo "hello" | curl -F "file=@-;filename=.txt" https://x0.at/?tag=https%3A%2F%2Fwww.iplaysoft.com%2F%3Fs%3D%E8%B4%B5%E5%B7%9E%E7%94%A8%E5%8F%8B%E8%BD%AF%E4%BB%B6%E4%BB%A3%E7%90%86%E8%A6%81%E6%B1%82%E6%8C%87%E5%AF%BC%F0%9F%9A%9A%E7%94%B5%E8%AF%9D%3A13608572210%E2%9D%A3%EF%B8%8F%E8%B4%B5%E5%AE%9A%E5%8E%BF%E4%BC%9A%E8%AE%A1%E8%BD%AF%E4%BB%B6a6%F0%9F%8D%8Eapp%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E4%BB%B7%E6%A0%BC%F0%9F%8C%B6%EF%B8%8F%E8%82%A1%E7%A5%A8%E4%B8%AA%E8%82%A1%E5%88%86%E6%9E%90%E8%BD%AF%E4%BB%B6%F0%9F%8C%B7%E8%B4%A2%E5%8A%A1%E7%AE%A1%E7%90%86%EF%BC%8C%E6%99%BA%E8%83%BD%E5%85%88%E8%A1%8C%EF%BC%8C%E8%B4%B5%E5%B7%9E%E8%B4%A2%E5%8A%A1%E8%BD%AF%E4%BB%B6%EF%BC%8C%E8%AE%A9%E4%BC%81%E4%B8%9A%E7%9A%84%E6%AF%8F%E4%B8%80%E7%AC%94%E8%B4%A6%E7%9B%AE%E9%83%BD%E7%B2%BE%E5%87%86%E6%97%A0%E8%AF%AF%EF%BC%8C%E6%AF%8F%E4%B8%80%E5%88%86%E8%B5%84%E9%87%91%E9%83%BD%E5%BE%97%E5%88%B0%E5%90%88%E7%90%86%E5%88%86%E9%85%8D%E3%80%82%F0%9F%92%8Ebj%E5%85%A8%E6%96%87%3Fkwd%3DYYRJ

Or if you want to upload using netcat:
echo "hello" | nc x0.at 9999

Or if you want to upload via SSH (yes, really):
echo "hello" | ssh x0.at

To use a longer file ID (up to 24 characters), add -F id_length=<number>

On Windows, you can use ShareX and import this custom uploader.
On Android, you can use an app called Hupl with this uploader.


Or simply choose a file and click "Upload" below:
(Hint: If you're lucky, your browser may support drag-and-drop onto the file 
selection input.)


 === File Sizes etc. ===
The maximum allowed file size is 222 MiB.

Files are kept for a minimum of 3, and a maximum of 100 Days.

How long a file is kept depends on its size. Larger files are deleted earlier 
than small ones. This relation is non-linear and skewed in favour of small 
files.

The exact formula for determining the maximum age for a file is:

MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^2


 === Source ===
The PHP script used to provide this service is open source and available on 
GitHub


 === Contact ===
If you want to report abuse of this service, or have any other inquiries, 
please write an email to root@x0.at

 === Support ===
Paypal me a pizza
Bitcoin me a beverage at BC1QTTYDK6A9T2H8L2M74J32FEMY84UUW9MD7K3W5U