X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/27695224d865b9d893ac8fecc40c7809d3337b45..34998f07f6307b2aec57a89f0c57bb973fcd04de:/index.php?ds=inline diff --git a/index.php b/index.php index 3ac54f4..18644b2 100644 --- a/index.php +++ b/index.php @@ -1,38 +1,58 @@ - - - - - Torrage - - - - - -

Torrage

-
- - -
- - "; - if(strlen($infohash) == 40 && ctype_xdigit($infohash)) - { - //echo "Debug:$url = ".$url."
"; - $url = "http://torrage.com/torrent/".$infohash.".torrent"; - header( 'Location: '.$url ) ; //Internet - } - else - { - echo "Invalid INFO_HASH"; - } - } - ?> - - + + + + 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"; + } + } + ?> + \ No newline at end of file