Add some example files.
This commit is contained in:
24
FILES/error_707/index.html
Normal file
24
FILES/error_707/index.html
Normal file
@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>HTTP Fehler 707</title>
|
||||
<head>
|
||||
|
||||
<table width="368" cellpadding="3" cellspacing="5">
|
||||
<tr height=30></tr>
|
||||
<tr>
|
||||
<td width="50"></td>
|
||||
<td valign="top" align="left"><img border="0" src="info.jpg" width="25" height="33"></td>
|
||||
<td valign="center" width="360" align="right">
|
||||
<h1 style="font-style: normal; font-variant: normal; font-weight: normal; line-height: 22pt; font-size: 22pt; font-family: verdana; color: black;">HTTP Fehler 707</h1>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50"></td>
|
||||
<td colspan=2>
|
||||
<hr color="#c0c0c0" noshade="noshade">
|
||||
<h1 style="font-style: normal; font-variant: normal; font-weight: normal; line-height: 15pt; font-size: 13pt; font-family: verdana; color: black;">Das Ende des Internets ist ereicht.</h1>
|
||||
<h1 style="font-style: normal; font-variant: normal; font-weight: normal; line-height: 10pt; font-size: 9pt; font-family: verdana; color: black;">Beim nächsten Klick wird Ihr Computer abstürzen.</h1>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</html>
|
BIN
FILES/error_707/info.jpg
Normal file
BIN
FILES/error_707/info.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
63
FILES/html_return_codes.html
Normal file
63
FILES/html_return_codes.html
Normal file
@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head>
|
||||
|
||||
|
||||
<meta name="AUTHOR" content="Ulrich Mayer">
|
||||
<meta name="DESCRIPTION" content="Liste der HTTP - Return Codes">
|
||||
<meta name="robots" content="INDEX, FOLLOW">
|
||||
<meta http-equiv="Content-Language" content="de"><title>HTTP - Return Codes</title></head><body bgcolor="WHITE">
|
||||
|
||||
<h1 align="center">HTTP - Return Codes</h1>
|
||||
<hr>
|
||||
|
||||
<h3>Liste der gebr<62>uchlichsten HTTP-Codes</h3>
|
||||
<table border="1">
|
||||
<tbody><tr><td> 100 </td><td>continue</td><td>weitere Daten senden</td></tr>
|
||||
<tr><td> 101</td><td>switching protocols</td><td><EFBFBD>bertragungsprotokoll ge<67>ndert</td></tr>
|
||||
|
||||
<tr><td> 200</td><td>ok</td><td> <09>bertragung ok</td></tr>
|
||||
<tr><td> 201</td><td>created</td><td>Neue Datenquelle wurde erstellt </td></tr>
|
||||
<tr><td> 202</td><td>accepted</td><td>Anfrage akzeptiert, aber noch nicht beantwortet</td></tr>
|
||||
<tr><td> 203</td><td>non-authoritative information </td><td>Zwischengeschaltetes Programm kann Information ver<65>ndert haben </td></tr>
|
||||
<tr><td> 204</td><td>no content</td><td>es wurde nichts (neues) geliefert</td></tr>
|
||||
<tr><td> 205</td><td>reset content </td><td>Inhalt soll zur<75>ckgesetzt werden</td></tr>
|
||||
<tr><td> 206</td><td>partial content</td><td>Es wurde (nur) ein Teil des Inhaltes zur<75>ckgeliefert</td></tr>
|
||||
|
||||
<tr><td> 300</td><td>multiple choice</td><td>Es stehen mehrere Datenquellen zur Auswahl</td></tr>
|
||||
<tr><td> 301</td><td>moved permanently</td><td>Dokument wurde dauerhaft verschoben ( neues Ziel wird in der Meldung angegeben )</td></tr>
|
||||
<tr><td> 302</td><td>moved temporarily</td><td>Dokument wurde kurzzeitig verschoben ( neues Ziel wird in der Meldung angegeben )</td></tr>
|
||||
<tr><td> 303</td><td>see other / method</td><td>Falscher Adressat f<>r Anforderung ( neues Ziel wird in der Meldung angegeben )</td></tr>
|
||||
<tr><td> 304</td><td>not modified</td><td>Dokument wurde seit der letzten Anforderung nicht ver<65>ndert</td></tr>
|
||||
<tr><td> 305</td><td>use proxy</td><td>Anfrage kann besser vom proxy beantwortet werden ( Adresse in der Meldung )</td></tr>
|
||||
<tr><td> 306</td><td>unused</td><td>aktuell unbenutzt ( aber noch reserviert )</td></tr>
|
||||
<tr><td> 307</td><td>moved temporarily</td><td>Dokument wurde kurzzeitig verschoben ( neues Ziel wird in der Meldung angegeben ) </td></tr>
|
||||
|
||||
<tr><td> 400</td><td>bad request</td><td>Anfrage ist fehlerhaft</td></tr>
|
||||
<tr><td> 401</td><td>unauthorized </td><td>keine Berechtigung</td></tr>
|
||||
<tr><td> 402</td><td>payment required</td><td>nur gegen Bezahlung geht's weiter ( noch nicht eingesetzt )</td></tr>
|
||||
<tr><td> 403</td><td>forbidden</td><td>Art des Zugriffs ist verboten</td></tr>
|
||||
<tr><td> 404</td><td>not found</td><td>Dokument wurde nicht gefunden</td></tr>
|
||||
<tr><td> 405</td><td>method not allowed</td><td> MIME-Typ passt nicht zum Dokument</td></tr>
|
||||
<tr><td> 406</td><td>not acceptable</td><td>Anfrage wurde nicht akzeptiert</td></tr>
|
||||
<tr><td> 407</td><td>proxy authentication required </td><td>keine Berechtigung durch proxy</td></tr>
|
||||
<tr><td> 408</td><td>timeout</td><td>Anwort dauerte zu lange</td></tr>
|
||||
<tr><td> 410</td><td>gone</td><td>Dokument wurde gel<65>scht</td></tr>
|
||||
<tr><td> 411</td><td>length required</td><td>L<EFBFBD>nge des Dokuments muss angegeben werden</td></tr>
|
||||
<tr><td> 413</td><td>too large</td><td>Anforderung ist zu lang</td></tr>
|
||||
<tr><td> 414</td><td>URI to large</td><td>die angegebene Zieladresse ist zu lang</td></tr>
|
||||
<tr><td> 415</td><td>unsupported media type</td><td>angegebener Dokumententyp wird nicht unterst<73>tzt</td></tr>
|
||||
|
||||
<tr><td> 500</td><td>internal server error</td><td>interner Fehler auf dem Server ( hard- oder software )</td></tr>
|
||||
<tr><td> 501</td><td>not implemented</td><td>f<EFBFBD>r diese Abfrage ist der Server nicht programmiert</td></tr>
|
||||
<tr><td> 502</td><td>bad gateway</td><td>proxy oder gateway hat einen Fehler in den Daten erkannt</td></tr>
|
||||
<tr><td> 503</td><td>service unavailable</td><td>Server ist <20>berlastet</td></tr>
|
||||
<tr><td> 504</td><td>gateway timeout</td><td>proxy oder gateway erh<72>lt keine Antwort vom Server</td></tr>
|
||||
<tr><td> 505</td><td>version not supported </td><td>das verwendete HTTP-Protokoll wird nicht unterst<73>tzt</td></tr>
|
||||
</tbody></table>
|
||||
|
||||
|
||||
<br><br>
|
||||
<hr>
|
||||
|
||||
|
||||
</body></html>
|
62
FILES/maintenance.html
Normal file
62
FILES/maintenance.html
Normal file
@ -0,0 +1,62 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Maintenance / Wartungsarbeiten</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
font: normal normal 16px/140% Arial, Helvetica, Trebuchet MS, Geneva, sans-serif;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.Container {
|
||||
background: #fff;
|
||||
width: 825px;
|
||||
}
|
||||
.Content {
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
height: 400px;
|
||||
line-height: 16px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="Container">
|
||||
|
||||
<div class="Logo"></div>
|
||||
|
||||
<div class="Content">
|
||||
|
||||
<h1>Wartungsarbeiten</h1>
|
||||
<h2>Diese Website wird gerade überarbeitet.</h2>
|
||||
<p>Bitte versuchen Sie es später noch einmal.</p>
|
||||
<p>Vielen Dank für Ihr Verständnis!</p>
|
||||
|
||||
<h1>Maintenance</h1>
|
||||
<h2>The website is down for maintenance at the moment.</h2>
|
||||
<p>Please try again later.</p>
|
||||
<p>Thank you very much!</p>
|
||||
|
||||
</div><!-- .Content -->
|
||||
</div><!-- .Container -->
|
||||
|
||||
</body>
|
||||
</html>
|
62
FILES/no_such_site.html
Normal file
62
FILES/no_such_site.html
Normal file
@ -0,0 +1,62 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTTP Error 404 / HTTP-Fehler 404</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
font: normal normal 16px/140% Arial, Helvetica, Trebuchet MS, Geneva, sans-serif;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.Container {
|
||||
background: #fff;
|
||||
width: 825px;
|
||||
}
|
||||
.Content {
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
height: 400px;
|
||||
line-height: 16px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="Container">
|
||||
|
||||
<div class="Logo"></div>
|
||||
|
||||
<div class="Content">
|
||||
|
||||
<h1>HTTP Error 404</h1>
|
||||
<h2>The requested site does not exist.</h2>
|
||||
<p>Please check your spelling and try again.</p>
|
||||
<p>Thank you very much!</p>
|
||||
|
||||
<h1>HTTP-Fehler 404</h1>
|
||||
<h2>Die von Ihnen aufgerufene Website gibt es nicht.</h2>
|
||||
<p>Bitte prüfen Sie Ihre Eingabe und versuchen es nochmals.</p>
|
||||
<p>Vielen Dank für Ihr Verständnis!</p>
|
||||
|
||||
</div><!-- .Content -->
|
||||
</div><!-- .Container -->
|
||||
|
||||
</body>
|
||||
</html>
|
8
FILES/phpinfo.php
Normal file
8
FILES/phpinfo.php
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>PHP Info</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php phpinfo(); ?>
|
||||
</body>
|
||||
</html>
|
62
FILES/under_construction.html
Normal file
62
FILES/under_construction.html
Normal file
@ -0,0 +1,62 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Maintenance / Wartungsarbeiten</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
font: normal normal 16px/140% Arial, Helvetica, Trebuchet MS, Geneva, sans-serif;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.Container {
|
||||
background: #fff;
|
||||
width: 825px;
|
||||
}
|
||||
.Content {
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
height: 400px;
|
||||
line-height: 16px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="Container">
|
||||
|
||||
<div class="Logo"></div>
|
||||
|
||||
<div class="Content">
|
||||
|
||||
<h1>Seite im Aufbau</h1>
|
||||
<h2>Diese Website wird in Kürze online gehen.</h2>
|
||||
<p>Bitte versuchen Sie es später noch einmal.</p>
|
||||
<p>Vielen Dank für Ihr Verständnis!</p>
|
||||
|
||||
<h1>Site under construction</h1>
|
||||
<h2>This website will go online soon.</h2>
|
||||
<p>Please try again later.</p>
|
||||
<p>Thank you very much!</p>
|
||||
|
||||
</div><!-- .Content -->
|
||||
</div><!-- .Container -->
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user