]>
472bisson.ca Git - magnet.git/blob - index.php
e7c059122330065a184ce169b5ddf21f0a3b8aa4
5 <meta content
="text/html; charset=utf-8" http
-equiv
="Content-Type">
11 <form action
="index.php" method
="get">
12 <input type
="text" width
="600" name
="infohash"/>
15 <input type
="submit" value
="Get .torrent"/>
25 //http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent
27 if(isset($_GET["infohash"]))
29 $infohash = $_GET['infohash'];
30 echo "Debug:IF --".$_GET["infohash"]."<br /> ";
32 $url = "http://torrage.com/torrent/".$infohash.".torrent";
36 header( 'Location: '.$url ) ; //Internet