From 1fe76ba743a3418da9a0883b29756d442384d0bc Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 25 Sep 2014 10:33:47 +0200 Subject: init --- www/failure.php | 143 -------------------------------------------------------- 1 file changed, 143 deletions(-) delete mode 100644 www/failure.php (limited to 'www/failure.php') diff --git a/www/failure.php b/www/failure.php deleted file mode 100644 index 7461a28..0000000 --- a/www/failure.php +++ /dev/null @@ -1,143 +0,0 @@ - - - - <?php if($_GET["e"] != "401"){ echo "Failure ".$_GET["e"]; } else { echo "You are banned! "; } ?> :: Junge Gemeinde Adlershof - - - - - -
-
-

". $message ."

- "; - - echo " -

-

Upps, it seems to be something went wrong, sorry.

-

Have a random quote to bridge the time. Try to reload the site or check for typos in the URL.

- "; - - $rows = $db->query("SELECT count(*) as count FROM sprueche;"); - $row = $rows->fetchArray(); - $numRows = $row["count"]; - - $zufall = mt_rand(1,$numRows); - $ergebnis = $db->query("SELECT * FROM sprueche where id=$zufall;"); - - echo " -
-
-


- Zitat Nummer #

- "; - - while($row=$ergebnis->fetchArray()){ - echo $row["spruch"]; - } - - echo "
-
- "; -} else { - echo " - - "; - echo " -

-
-

". $message ."

- "; - - if($_GET["e"] != "401"){ - echo " -

-

Upps, it seems to be something went wrong, sorry.

-

Have a random quote to bridge the time. Try to reload the site or check for typos in the URL.

-
- Zurück zur Startseite oder Passwort vergessen? - "; - - $rows = $db->query("SELECT count(*) as count FROM sprueche;"); - $row = $rows->fetchArray(); - $numRows = $row["count"]; - - $zufall = mt_rand(1,$numRows); - $ergebnis = $db->query("SELECT * FROM sprueche where id=$zufall;"); - - echo " -
-
-


- Zitat Nummer #". $zufall ."

- "; - - while($row=$ergebnis->fetchArray()){ - echo $row["spruch"]; - } - - echo "
-
- "; - } -} -- cgit v1.2.3