From b66caf1dce9526aeece6d22dc82382475cb02722 Mon Sep 17 00:00:00 2001 From: Manjunath CV Date: Sat, 3 May 2014 23:36:54 +0530 Subject: [PATCH 1/1] Added iStoreTor and formated Code --- index.php | 89 +++++++++++++++++++++++++++------------------------- infohash.txt | 25 ++++++++------- 2 files changed, 60 insertions(+), 54 deletions(-) diff --git a/index.php b/index.php index 5a928c0..0838e17 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,45 @@ +"; + 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"; + } +} +?> @@ -20,47 +62,10 @@ 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"; - } - } - ?> +
+
+ Create Magnet link + + \ No newline at end of file diff --git a/infohash.txt b/infohash.txt index 3348e24..36e2399 100644 --- a/infohash.txt +++ b/infohash.txt @@ -1,13 +1,14 @@ -http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent -http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent -http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent - -ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38 -non exist --> 886D8CA336A8BBE7C1B19C8B5D23729496F7A48F -xbmc-12.3.exe --> F948DD1E2A216B018FC3B5BA3FB4B1A63F61F06B - -http://mgnet.me/api.html - -magnet:?xt=urn:btih:FCB3DA0B7978EFC6157791D7B3224826FE749C09&dn=Nikita.1x01.(HDTV-LOL)&tr=udp://tracker.openbittorrent.com:80&tr=udp://tracker.publicbt.com:80&tr=udp://tracker.istole.it:80&tr=udp://open.demonii.com:80&tr=udp://tracker.coppersurfer.tk:80 - +http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent +http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent +http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent +http://istoretor.com/t/640FE84C613C17F663551D218689A64E8AEBEABE + +ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38 +non exist --> 886D8CA336A8BBE7C1B19C8B5D23729496F7A48F +xbmc-12.3.exe --> F948DD1E2A216B018FC3B5BA3FB4B1A63F61F06B + +http://mgnet.me/api.html + +magnet:?xt=urn:btih:E07744C839318F95DADC57809F11465A2D26EE73&dn=Non+Stop+2014+1080p+Trailer&tr=udp://tracker.openbittorrent.com:80/announce&tr=udp://open.demonii.com:1337&ws=http://videos.hd-trailers.net/nonstop-tlr1_h1080p.mov + magnet:?xt=urn:btih:&dn=&tr=&ws= \ No newline at end of file -- 2.39.5