diff --git a/images/Thumbs.db b/images/Thumbs.db
index d6d5bb6..881b0bd 100644
Binary files a/images/Thumbs.db and b/images/Thumbs.db differ
diff --git a/index.php b/index.php
index e9bdd7c..e260fb3 100644
--- a/index.php
+++ b/index.php
@@ -54,11 +54,16 @@
-
+ New Post");
+ }
+ else
+ {
+ echo("Login to make a post
");
+ }
+ ?>
-
-
-
- Sort By:
diff --git a/login.php b/login.php
index 52a4432..9f2d245 100644
--- a/login.php
+++ b/login.php
@@ -2,7 +2,9 @@
Login
-
+
");
setCookie("IDCookie",$loginID);
+ echo($p);
header('Location: index.php');
+
} else {
echo("");
diff --git a/thread.php b/thread.php
index 07816c9..00ae1e6 100644
--- a/thread.php
+++ b/thread.php
@@ -43,21 +43,33 @@
echo('');
?>
-
+ ");
+ }
+ else
+ {
+ echo("Login to make a comment
");
+ }
+ ?>