From: Manjunath CV Date: Tue, 1 Apr 2014 17:18:05 +0000 (+0530) Subject: Added iStoreTor X-Git-Url: https://472bisson.ca/gitweb/magnet.git/commitdiff_plain/434527ce5fbb459435a792c198ee6d12066c86c1 Added iStoreTor --- diff --git a/index.php b/index.php index 18644b2..5a928c0 100644 --- a/index.php +++ b/index.php @@ -1,58 +1,66 @@ - - - - Torrage - - - - -

Torrage

-
- - -
- - Torrage - - Torcache - - Zoink -
- "; - 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 - { - $url = "http://zoink.it/torrent/" . $infohash . ".torrent"; - header('Location: ' . $url); //Internet - } - } - else - { - echo "Invalid INFO_HASH"; - } - } - ?> - + + + + Torrage + + + + +

Torrage

+
+ + +
+ + Torrage + + Torcache + + Zoink + + iStoreTor +
+ "; + 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"; + } + } + ?> + \ No newline at end of file