]>
472bisson.ca Git - magnet.git/blob - index.php
7 <meta content
="text/html; charset=utf-8" http
-equiv
="Content-Type">
9 <link href
="style.css" rel
="stylesheet" type
="text/css" />
10 <link href
='http://fonts.googleapis.com/css?family=Voces' rel
='stylesheet' type
='text/css'>
16 <form action
="index.php" method
="get">
17 <input type
="text" width
="600" name
="infohash"/>
18 <input type
="submit" value
="Get .torrent"/>
24 //http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent
26 if(isset($_GET["infohash"]))
28 $infohash = $_GET['infohash'];
29 echo "Debug:IF --".$_GET["infohash"]."<br /> ";
31 $url = "http://torrage.com/torrent/".$infohash.".torrent";
35 header( 'Location: '.$url ) ; //Internet