diff --git a/core/classes.php b/core/classes.php
index a5ff3dc..c418ed5 100644
--- a/core/classes.php
+++ b/core/classes.php
@@ -53,7 +53,7 @@ class PartyStarter {
';
}
echo '
-
+
diff --git a/error.php b/error.php
index 0ab526b..eeeccb7 100644
--- a/error.php
+++ b/error.php
@@ -26,7 +26,26 @@ $errorTextMain = "403 Forbidden";
$errorTextExtra = "Get out of here! Confidential data..";
$errorButton = "Go back to ".$sitename." HQ ";
}
+if($conType == 400) {
+$errorImage = "";
+$errorTextMain = "ummmmmmmmmmmm";
+$errorTextExtra = "ummmmmmmmmmmmmm 400 ummmmmmmmmmmmm";
+$errorButton = "Go back to ".$sitename." HQ ";
+}
+if($conType == 502) {
+$errorImage = "";
+$errorTextMain = "502 Bad Gateway";
+$errorTextExtra = "How does this even work for you if it's using PHP.";
+$errorButton = "Go back to ".$sitename." HQ ";
+}
+
+if($conType == 504) {
+$errorImage = "";
+$errorTextMain = "504 Gateway Time-out";
+$errorTextExtra = "TestTube reference.";
+$errorButton = "Go back to ".$sitename." HQ ";
+}
?>