Torrage
";
if($site == 'torrage')
{
$url = "http://torrage.com/torrent/" . $infohash . ".torrent";
header('Location: ' . $url); //Internet
}
else if($site == 'torcache')
{
$url = "http://torcache.net/torrent/" . $infohash . ".torrent";
header('Location: ' . $url); //Internet
}
else if($site == 'istoretor')
{
$url = "http://istoretor.com/fdown.php?hash=" . $infohash . ".torrent";
header('Location: ' . $url); //Internet
}
else
{
$url = "http://zoink.it/torrent/" . $infohash . ".torrent";
header('Location: ' . $url); //Internet
}
}
else
{
echo "Invalid INFO_HASH";
}
}
?>