mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
x0.at-specific index
This commit is contained in:
parent
561d44cdde
commit
1a8ed9cd5d
11
index.php
11
index.php
@ -327,6 +327,12 @@ curl -F "file=@/path/to/your/file.jpg" $site_url
|
|||||||
|
|
||||||
Or if you want to pipe to curl *and* have a file extension, add a "filename":
|
Or if you want to pipe to curl *and* have a file extension, add a "filename":
|
||||||
echo "hello" | curl -F "file=@-;filename=.txt" $site_url
|
echo "hello" | curl -F "file=@-;filename=.txt" $site_url
|
||||||
|
|
||||||
|
Or if you want to <a href="https://github.com/Rouji/nc2p">upload using netcat</a>:
|
||||||
|
echo "hello" | nc x0.at 9999
|
||||||
|
|
||||||
|
Or if you want to upload via SSH (<a href="https://github.com/Rouji/ssh2p">yes, really</a>):
|
||||||
|
echo "hello" | ssh x0.at
|
||||||
$length_info
|
$length_info
|
||||||
On Windows, you can use <a href="https://getsharex.com/">ShareX</a> and import <a href="$sharex_url">this</a> custom uploader.
|
On Windows, you can use <a href="https://getsharex.com/">ShareX</a> and import <a href="$sharex_url">this</a> custom uploader.
|
||||||
On Android, you can use an app called <a href="https://github.com/Rouji/Hupl">Hupl</a> with <a href="$hupl_url">this</a> uploader.
|
On Android, you can use an app called <a href="https://github.com/Rouji/Hupl">Hupl</a> with <a href="$hupl_url">this</a> uploader.
|
||||||
@ -366,6 +372,11 @@ The PHP script used to provide this service is open source and available on
|
|||||||
=== Contact ===
|
=== Contact ===
|
||||||
If you want to report abuse of this service, or have any other inquiries,
|
If you want to report abuse of this service, or have any other inquiries,
|
||||||
please write an email to $mail
|
please write an email to $mail
|
||||||
|
|
||||||
|
=== Support ===
|
||||||
|
<a href="https://paypal.me/hacklandreas">Paypal me a pizza</a>
|
||||||
|
Bitcoin me a beverage at <a href="bitcoin:BC1QTTYDK6A9T2H8L2M74J32FEMY84UUW9MD7K3W5U">BC1QTTYDK6A9T2H8L2M74J32FEMY84UUW9MD7K3W5U</a>
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user