X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/34998f07f6307b2aec57a89f0c57bb973fcd04de..HEAD:/index.php
diff --git a/index.php b/index.php
index 18644b2..238a241 100644
--- a/index.php
+++ b/index.php
@@ -1,58 +1,132 @@
-
-
-
- Torrage
-
-
-
-
- Torrage
-
- ";
- 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
+
+
+
+
+ Magnet
+
+
+
+
+
+
+
+
+
+
+
+
+
Error : Infohash cannot be empty.
+
+
+
+
Error : Invalid Infohash.
+
+
+
+
+
+
Enter Some Torrent Info Hash
+
+
+
+
+
+
\ No newline at end of file