From 03895abafd9e6347291c1c4445c9b87d53bcdfcc Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 19:46:22 +0100 Subject: [PATCH 01/13] added iframes --- threadr/board/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/threadr/board/index.php b/threadr/board/index.php index 1bd5958..f79528b 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -35,9 +35,10 @@ $id=$_GET['id'];
- "; - ?> + +
+
+
From c82aca4e153573c2a4ae87d897da874ea7450fbf Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 19:50:31 +0100 Subject: [PATCH 02/13] added design for iframe --- threadr/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index ca1c941..026966a 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -316,4 +316,10 @@ div.form { background-color: #f3d2c1; padding: 14px 20px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); -} \ No newline at end of file +} + +iframe { + border: none; + margin: 0px; + width: 100%; +} \ No newline at end of file From 5d2b2188a295fc2d4e2b09cce4cefba041537df9 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 19:57:28 +0100 Subject: [PATCH 03/13] created default.php --- threadr/board/default.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 threadr/board/default.php diff --git a/threadr/board/default.php b/threadr/board/default.php new file mode 100644 index 0000000..34c92c2 --- /dev/null +++ b/threadr/board/default.php @@ -0,0 +1 @@ +lorem ipsum \ No newline at end of file From b7aa05b9ffa99dec422c0c0229e597cd292639c2 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:04:29 +0100 Subject: [PATCH 04/13] added $id to iframe links --- threadr/board/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadr/board/index.php b/threadr/board/index.php index f79528b..f18518e 100644 --- a/threadr/board/index.php +++ b/threadr/board/index.php @@ -35,10 +35,10 @@ $id=$_GET['id'];
- +
- +
From 8642251e01651c3bd528f4ed42c46b0aa111a321 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:06:34 +0100 Subject: [PATCH 05/13] test --- threadr/board/default.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index 34c92c2..2d97331 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -1 +1,21 @@ -lorem ipsum \ No newline at end of file + + + + +

+ %STYLESHEET% + + + + $_SESSION['id']

"; + echo ""; + ?> + + \ No newline at end of file From 95bed6c2f70480d85edd22c991453225509990e8 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:09:31 +0100 Subject: [PATCH 06/13] test --- threadr/board/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index 2d97331..3392356 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -14,7 +14,7 @@ $id=$_GET['id']; $_SESSION['id']

"; + echo "

$_SESSION['user_id']

"; echo ""; ?> From 01aa3e8a13cd4d308fd60db7c55bacc1b4056d9c Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:14:41 +0100 Subject: [PATCH 07/13] test --- threadr/board/default.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index 3392356..aecb7a7 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -2,7 +2,6 @@ session_start(); %NO_CHEAP_SESSION_STEALING% %PLEAZE_NO_CACHE% -$navbar="boards"; $id=$_GET['id']; ?> @@ -14,7 +13,7 @@ $id=$_GET['id']; $_SESSION['user_id']

"; + print_r($_SESSION); echo ""; ?> From ef30f17dd83ea40724f4d4ea238060acc7c1b967 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:16:29 +0100 Subject: [PATCH 08/13] yee --- threadr/board/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index aecb7a7..670cc76 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -13,7 +13,7 @@ $id=$_GET['id']; "; ?> From 70645db85430b8f954fbbb129dce1363d3d0014c Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:17:43 +0100 Subject: [PATCH 09/13] ok --- threadr/board/default.php | 1 - 1 file changed, 1 deletion(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index 670cc76..04afaef 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -13,7 +13,6 @@ $id=$_GET['id']; "; ?> From 91fc7c9df591b2d4edeb5a300e1bad4036898065 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:18:56 +0100 Subject: [PATCH 10/13] yes --- threadr/board/{post.html => post.php} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename threadr/board/{post.html => post.php} (74%) diff --git a/threadr/board/post.html b/threadr/board/post.php similarity index 74% rename from threadr/board/post.html rename to threadr/board/post.php index f9a9f90..641b169 100644 --- a/threadr/board/post.html +++ b/threadr/board/post.php @@ -1,3 +1,9 @@ + @@ -7,7 +13,7 @@
-
+
From 8209d072e64aed47c3a47dd5f98e13870f9973c5 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:20:21 +0100 Subject: [PATCH 11/13] removed s from boards so it is board not boards --- threadr/board/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/board/default.php b/threadr/board/default.php index 04afaef..d630d40 100644 --- a/threadr/board/default.php +++ b/threadr/board/default.php @@ -13,7 +13,7 @@ $id=$_GET['id']; "; + echo ""; ?> \ No newline at end of file From c3c9a01dd5dd0efc23c9b759d3ba7375cd2c9489 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:22:00 +0100 Subject: [PATCH 12/13] created feed.php --- threadr/board/feed.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 threadr/board/feed.php diff --git a/threadr/board/feed.php b/threadr/board/feed.php new file mode 100644 index 0000000..d2a2f4d --- /dev/null +++ b/threadr/board/feed.php @@ -0,0 +1,19 @@ + + + + +

+ %STYLESHEET% + + + + EPIC FEED

"; + ?> + + \ No newline at end of file From 903cec334b8b5b95ab980389a9bdf726e0d59353 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 20:23:23 +0100 Subject: [PATCH 13/13] renamed --- threadr/board/{feed.php => board.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename threadr/board/{feed.php => board.php} (100%) diff --git a/threadr/board/feed.php b/threadr/board/board.php similarity index 100% rename from threadr/board/feed.php rename to threadr/board/board.php