Skip to content

Instantly share code, notes, and snippets.

@Tyrael
Created March 22, 2011 13:59
Show Gist options
  • Save Tyrael/881246 to your computer and use it in GitHub Desktop.
Save Tyrael/881246 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>[windows|wiki].php.net is down for maintenance</title>
<style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 85%;
margin: 0;
padding: 0;
}
#head {
height: 67px;
background: #99c;
margin: 0;
padding: 0 3px;
}
#head-shadow {
display: block;
background: #669;
border-top: 1px solid #336;
border-bottom: 1px solid #336;
height: 18px;
margin: 0;
padding: 0;
}
#content {
padding: 5px;
}
#signature {
padding-left: 3em;
}
h1 {
font-size: 130%;
}
a {
color: #006;
}
img {
border: none;
}
</style>
</head>
<body>
<div id="head">
<a href="http://php.net/"><img src="http://www.php.net/images/php.gif" width="120" height="67"></a>
</div>
<!-- Non-semantic, but I don't really care at the moment. -->
<div id="head-shadow">&nbsp;</div>
<div id="content">
<h1>We're sorry, but [windows|wiki].php.net is down for maintenance</h1>
<p>
As you may have heard, it was discovered on March 19 that one
of the php.net servers was compromised by unknown attackers. As
soon as the php.net system administration team were made aware
of this, the affected server was disabled.
</p>
<p>
Unfortunately, the server in question was the normal host of
this site, and as a result, [wiki|windows].php.net will be unavailable
until the server has been rebuilt. We are working to have this
done as quickly as possible, but cannot provide an estimated
time of restoration at this time.
</p>
<p>
To reiterate what
<a href="http://php.net/archive/2011.php#id2011-03-19-2">the
security notice</a> says, at no time was the integrity of the
PHP source code compromised, and no other servers or mirrors
were affected.
</p>
<p>
We thank you for your patience, and for using PHP.
</p>
<p id="signature">
&mdash; php.net team
</p>
</div>
</body>
</html>
<!-- vim: set ts=4 noet: -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment