]> 472bisson.ca Git - magnet.git/commitdiff
Added Zoink.it
authorManjunath CV <Manjunath CV@Monster-PC.Home>
Mon, 20 Jan 2014 14:07:12 +0000 (19:37 +0530)
committerManjunath CV <Manjunath CV@Monster-PC.Home>
Mon, 20 Jan 2014 14:07:12 +0000 (19:37 +0530)
index.php
infohash.txt

index 090c191f4f2aaebc43fd1e30119e659b6b7b55ee..1fb6ddc0b444b142333f24514c76354c97a7bb2d 100644 (file)
--- a/index.php
+++ b/index.php
             <span>Torrage</span>\r
             <input type="radio" name="site" value="torcache"/>\r
             <span>Torcache</span>\r
             <span>Torrage</span>\r
             <input type="radio" name="site" value="torcache"/>\r
             <span>Torcache</span>\r
+            <input type="radio" name="site" value="zoink"/>\r
+            <span>Zoink</span>\r
         </form>                \r
         <?php\r
         //http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
         //http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
         </form>                \r
         <?php\r
         //http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
         //http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
+        //http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
 \r
         if (filter_has_var(INPUT_GET, 'infohash') && filter_has_var(INPUT_GET, 'site'))\r
         {\r
 \r
         if (filter_has_var(INPUT_GET, 'infohash') && filter_has_var(INPUT_GET, 'site'))\r
         {\r
                     $url = "http://torrage.com/torrent/" . $infohash . ".torrent";\r
                     header('Location: ' . $url);  //Internet \r
                 }\r
                     $url = "http://torrage.com/torrent/" . $infohash . ".torrent";\r
                     header('Location: ' . $url);  //Internet \r
                 }\r
-                else\r
+                else if ($site == 'torcache')\r
                 {\r
                     $url = "http://torcache.net/torrent/" . $infohash . ".torrent";\r
                     header('Location: ' . $url);  //Internet \r
                 }\r
                 {\r
                     $url = "http://torcache.net/torrent/" . $infohash . ".torrent";\r
                     header('Location: ' . $url);  //Internet \r
                 }\r
+                else\r
+                {\r
+                    $url = "http://zoink.it/torrent/" . $infohash . ".torrent";\r
+                    header('Location: ' . $url);  //Internet \r
+                }\r
             }\r
             else\r
             {\r
             }\r
             else\r
             {\r
index 00368298132fbd2f7943e07a9bcc61fe44f47c8d..7487619e73b98ae7543c6f03b37292d3059b3265 100644 (file)
@@ -1,8 +1,12 @@
-http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent
-
-
-ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38
-
-non exist -->                                    886D8CA336A8BBE7C1B19C8B5D23729496F7A48F
-
-xbmc-12.3.exe -->                                F948DD1E2A216B018FC3B5BA3FB4B1A63F61F06B
\ No newline at end of file
+http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
+http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
+http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent\r
+\r
+\r
+\r
+\r
+ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38\r
+\r
+non exist --> 886D8CA336A8BBE7C1B19C8B5D23729496F7A48F\r
+\r
+xbmc-12.3.exe --> F948DD1E2A216B018FC3B5BA3FB4B1A63F61F06B
\ No newline at end of file