From 77442f2de0fc311d8f41bf64b19b7f50936072eb Mon Sep 17 00:00:00 2001 From: Manjunath CV Date: Sat, 22 Feb 2014 10:04:58 +0530 Subject: [PATCH] Removed nbproject --- .gitignore | 2 +- index.php | 112 +++++++++++++++++------------------ infohash.txt | 22 +++---- nbproject/project.properties | 7 --- nbproject/project.xml | 9 --- style.css | 76 ++++++++++++------------ 6 files changed, 106 insertions(+), 122 deletions(-) delete mode 100644 nbproject/project.properties delete mode 100644 nbproject/project.xml diff --git a/.gitignore b/.gitignore index b699395..9e5aad7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/nbproject/private/ +/nbproject/private/ /nbproject/ \ No newline at end of file diff --git a/index.php b/index.php index 1fb6ddc..3d30be8 100644 --- a/index.php +++ b/index.php @@ -1,57 +1,57 @@ - - - - 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"; - } - } - ?> - + + + + 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 diff --git a/infohash.txt b/infohash.txt index 7487619..fbf486b 100644 --- a/infohash.txt +++ b/infohash.txt @@ -1,12 +1,12 @@ -http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent -http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent -http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent - - - - -ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38 - -non exist --> 886D8CA336A8BBE7C1B19C8B5D23729496F7A48F - +http://torrage.com/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent +http://torcache.net/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent +http://zoink.it/torrent/640FE84C613C17F663551D218689A64E8AEBEABE.torrent + + + + +ubuntu-13.10-desktop-i386.iso --> 597A92F6EEED29E6028B70B416C847E51BA76C38 + +non exist --> 886D8CA336A8BBE7C1B19C8B5D23729496F7A48F + xbmc-12.3.exe --> F948DD1E2A216B018FC3B5BA3FB4B1A63F61F06B \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties deleted file mode 100644 index 8b7302c..0000000 --- a/nbproject/project.properties +++ /dev/null @@ -1,7 +0,0 @@ -include.path=${php.global.include.path} -php.version=PHP_54 -source.encoding=UTF-8 -src.dir=. -tags.asp=false -tags.short=false -web.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 838c206..0000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - org.netbeans.modules.php.project - - - torrage - - - diff --git a/style.css b/style.css index 62ba5e7..0dc3c83 100644 --- a/style.css +++ b/style.css @@ -1,39 +1,39 @@ -/* CSS layout */ - -body{ - margin: 5px; - padding: 5px; - font-family: monospace; -} - -input[type=text] { - width: 420px; - height: 30px; - padding: 1px; - - font-family:monospace; - font-size:large; -} - -input[type=submit] { - - font-family:monospace; - font-size:large; - - border: 1px solid #777777; - background: #6e9e2d; - color: white; - font: bold 11px 'Trebuchet MS'; - padding: 4px; - height: 30px; - cursor: pointer; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; -} - -/* - -http://www.tdl.com/~jrb/jrb7/css_textfield0.html -http://www.red-team-design.com/style-an-input-button - +/* CSS layout */ + +body{ + margin: 5px; + padding: 5px; + font-family: monospace; +} + +input[type=text] { + width: 420px; + height: 30px; + padding: 1px; + + font-family:monospace; + font-size:large; +} + +input[type=submit] { + + font-family:monospace; + font-size:large; + + border: 1px solid #777777; + background: #6e9e2d; + color: white; + font: bold 11px 'Trebuchet MS'; + padding: 4px; + height: 30px; + cursor: pointer; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; +} + +/* + +http://www.tdl.com/~jrb/jrb7/css_textfield0.html +http://www.red-team-design.com/style-an-input-button + */ \ No newline at end of file -- 2.39.5