From 9ab9ae27d681b5a0e6e945a78eae0a08df98b575 Mon Sep 17 00:00:00 2001 From: Manjunath CV Date: Tue, 24 Dec 2013 23:39:32 +0530 Subject: [PATCH] Initial commit. --- index.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ style.css | 1 + 2 files changed, 46 insertions(+) create mode 100644 index.php create mode 100644 style.css diff --git a/index.php b/index.php new file mode 100644 index 0000000..e7c0591 --- /dev/null +++ b/index.php @@ -0,0 +1,45 @@ + + + + + + Torrage + + + +

Torrage

+
+ + + + + + + + + +
+ + "; + + $url = "http://torrage.com/torrent/".$infohash.".torrent"; + + echo $url; + + header( 'Location: '.$url ) ; //Internet + + } + + + + + ?> + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..ee6fb27 --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +http://www.tdl.com/~jrb/jrb7/css_textfield0.html \ No newline at end of file -- 2.39.5