Initial Import

This commit is contained in:
2017-02-19 12:33:53 +01:00
commit 44d65f34c3
20 changed files with 4655 additions and 0 deletions

12
Files/0000-logformat.conf Normal file
View File

@ -0,0 +1,12 @@
## - %a remote IP-address
## - %v ServerName of requested site
## - %{%T %Y-%m-%d}t date time - custom
## - %t date time - apache default
## - %{User-Agent}i user agent
## - %U requested URL
## - %r First line of request.
## - %>s real status code
## - $T The time taken to serve the request, in seconds
## -
LogFormat "%a %v %p %t %r %>s \"%{User-Agent}i\" %T" base_requests

View 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&auml;chsten Klick wird Ihr Computer abst&uuml;rzen.</h1>
</td>
</tr>
</table>
</html>

BIN
Files/error_707/info.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

62
Files/maintenance.html Normal file
View 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>Die Website wird gerade &uuml;berarbeitet.</h2>
<p>Bitte versuchen Sie es sp&auml;ter noch einmal.</p>
<p>Vielen Dank f&uuml;r Ihr Verst&auml;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
View 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 site you have requestet was not found on this Server</h2>
<p>Please check your spelling and ry again.</p>
<p>Thank You very much!</p>
<h1>HTTP Fehler 404</h1>
<h2>Die von Ihnen aufgerufene Seite gibt es leider nicht - Sorry</h2>
<p>Bitte pr&uuml;fen Sie die Adresse und versuchen es nochmals.</p>
<p>Vielen Dank f&uuml;r Ihr Verst&auml;ndnis!</p>
</div><!-- .Content -->
</div><!-- .Container -->
</body>
</html>

8
Files/phpinfo.php Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Info</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

View 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&auml;ter noch einmal.</p>
<p>Vielen Dank f&uuml;r Ihr Verst&auml;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>