From 1cf31dc2a72ecb2ae676549ddfeff284efa3ad40 Mon Sep 17 00:00:00 2001 From: ui0ppk Date: Sun, 5 Feb 2023 01:00:18 +0200 Subject: [PATCH] errosssssssssss --- core/classes.php | 2 +- error.php | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) 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
"; +} ?>