NyaaTracker is an open and free bittorrent tracker for everyone.
Simply add one of the following tracker address to your torrent file and all set:
http://t.nyaatracker.com:80/announce
udp://t.nyaatracker.com:80/announce
#!/bin/sh | |
# Examples: | |
# ./image64.sh myImage.png | |
# outputs: data:image/png;base64,xxxxx | |
# ./image64.sh myImage.png -img | |
# outputs: <img src="data:image/png;base64,xxxxx"> | |
append="" | |
if [[ "$1" == *.gif ]]; then |