From ff8801ec9cd14d3d1ce6ccb8bcdf20c2ca732f1a Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Tue, 25 Feb 2020 22:55:19 +1100
Subject: [PATCH 01/12] Added Bootstrap Support
---
site.php | 59 +++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 46 insertions(+), 13 deletions(-)
diff --git a/site.php b/site.php
index 1f711f3..c107ac6 100644
--- a/site.php
+++ b/site.php
@@ -63,30 +63,63 @@ function site_header() {
printf('');
printf('');
printf('');
- printf('');
- printf('');
+ printf('');
+ printf('');
+ printf('');
+ printf('');
printf('
Invitation successfully created, go ahead and send the corresponding link to your invitee
');
}
+ echo '';
}
-
- printf('
%s', html_escape($row['email']));
- printf(' / ');
- printf('
%s', $row['invitation_key']);
- printf(' / ');
- printf('
%s/register.php?invite=%s', $CONFIG['base_url'], $row['invitation_key'], $CONFIG['base_url'], $row['invitation_key']);
- printf('
');
+
+ ?>
+
+ ';
if ($any) {
- printf('
');
+ print('
');
}
}
From 011770cb823ab05e7dff01eb2bd3c81da03c3811 Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Tue, 25 Feb 2020 23:02:34 +1100
Subject: [PATCH 06/12] Update torrent.php
---
serve/torrent.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/serve/torrent.php b/serve/torrent.php
index e6e7ccf..4b23bc3 100644
--- a/serve/torrent.php
+++ b/serve/torrent.php
@@ -46,7 +46,9 @@
printf('
Description
');
printf('
%s
', html_escape($row['description']));
- printf('
Files
');
+ printf('
Files
+
+
');
$data = $db->decode_data($row['data']);
$arr = bdecode($data);
@@ -64,6 +66,7 @@
printf("
");
}
}
+ printf('
');
} else {
printf('
No such torrent
');
@@ -72,4 +75,3 @@
printf('');
site_footer();
-
From 4819ce2820c0f4a9369f65ade78e2a45be994f22 Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Tue, 25 Feb 2020 23:05:25 +1100
Subject: [PATCH 07/12] Added Bootstrap Support
---
serve/torrent.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/serve/torrent.php b/serve/torrent.php
index 4b23bc3..5a07284 100644
--- a/serve/torrent.php
+++ b/serve/torrent.php
@@ -1,5 +1,4 @@
connect();
From 4a16bd2f43c392c9e576ec22b933dba9ecb988b8 Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Wed, 26 Feb 2020 18:22:12 +1100
Subject: [PATCH 08/12] Added changelog
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index ff2412a..2d2d843 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,6 @@ The code has been tested on an Arch Linux server, using nginx (1.10.1), and both
MySQL (10.1.18-MariaDB) and PostgreSQL (9.5.4). Users have also reported the
code working on Windows. Your mileage may vary.
+## What's different about this version?
+- Bootstrap compatible
+- Fixed bugs
From 08dde36efa69ee04e55528a93f1c0c06d442216e Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Wed, 26 Feb 2020 18:22:39 +1100
Subject: [PATCH 09/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2d2d843..d284f1f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# simpletracker
+# simpletracker (Hidrex Fork)
`simpletracker` is a minimal implementation of a private BitTorrent tracker,
written in PHP. It supports both the PostgreSQL and MySQL backends. Features include
From b6806fd49e3adc27714215ef649b132550451988 Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Wed, 26 Feb 2020 18:22:53 +1100
Subject: [PATCH 10/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d284f1f..f0ecfc4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# simpletracker (Hidrex Fork)
+# simpletracker (Hidrex Edition)
`simpletracker` is a minimal implementation of a private BitTorrent tracker,
written in PHP. It supports both the PostgreSQL and MySQL backends. Features include
From 7679cad73d3949632fc0adfc6863714d88b5cd4f Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Wed, 19 May 2021 16:17:53 +1000
Subject: [PATCH 11/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f0ecfc4..2d2d843 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# simpletracker (Hidrex Edition)
+# simpletracker
`simpletracker` is a minimal implementation of a private BitTorrent tracker,
written in PHP. It supports both the PostgreSQL and MySQL backends. Features include
From ea48a78489b995b4e9700dcd2d4fbd4e82b5bb6d Mon Sep 17 00:00:00 2001
From: Parsa Yazdani <3parsa3@gmail.com>
Date: Wed, 19 May 2021 16:19:19 +1000
Subject: [PATCH 12/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2d2d843..0716c91 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# simpletracker
+# Simpletracker (Bootstrap)
`simpletracker` is a minimal implementation of a private BitTorrent tracker,
written in PHP. It supports both the PostgreSQL and MySQL backends. Features include