mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
87 lines
2.3 KiB
PHP
87 lines
2.3 KiB
PHP
<html><head><title>The COM Port -- Down</title>
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
<style>
|
|
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
|
|
a {
|
|
color: #E0F0FF;
|
|
}
|
|
a:visited {
|
|
color: #C0E0FF;
|
|
}
|
|
a:active {
|
|
color: #FFFFFF;
|
|
}
|
|
a:hover {
|
|
color: #FFFFFF;
|
|
}
|
|
img { border:none; }
|
|
pre br { display: none; }
|
|
body {
|
|
scrollbar-face-color: ;
|
|
scrollbar-track-color: ;
|
|
scrollbar-arrow-color: ;
|
|
scrollbar-highlight-color: ;
|
|
scrollbar-3dlight-color: ;
|
|
scrollbar-shadow-color: ;
|
|
scrollbar-darkshadow-color: ;
|
|
color: #E0E0E0;
|
|
font:13px verdana;
|
|
background: #5070A0 url('images/comport/bg.jpg');
|
|
}
|
|
.font {font:13px verdana}
|
|
.fonth {font:13px verdana;color:FFFFFF} /* is this even used? */
|
|
.fonts {font:10px verdana}
|
|
.fontt {font:10px tahoma}
|
|
.tdbg1 {background:#4080D0}
|
|
.tdbg2 {background:#3070C0}
|
|
.tdbgc {background:#3070C0}
|
|
.tdbgh {background:#2060B0}
|
|
.center {text-align:center}
|
|
.right {text-align:right}
|
|
.table {empty-cells: show; width: 100%;
|
|
border-top: #000000 1px solid;
|
|
border-left: #000000 1px solid;}
|
|
td.tbl {border-right: #000000 1px solid;
|
|
border-bottom: #000000 1px solid}
|
|
code {
|
|
overflow: auto;
|
|
width: 100%;
|
|
white-space: pre;
|
|
display: block;
|
|
}
|
|
code br { display: none; }
|
|
input[type=radio] { color: black; background: white; }
|
|
|
|
</style><!--[if IE]><style type='text/css'>#f_ikachan, #f_doomcounter, #f_mustbeblind { display: none; }</style><![endif]-->
|
|
|
|
</head>
|
|
<body>
|
|
<center>
|
|
|
|
<div class="fonts" style="position: fixed; width: 600px; margin-left: -300px; top: 40%; left: 50%;">
|
|
<table class="table font" cellspacing=0>
|
|
<tr>
|
|
<td class='tbl tdbgh center' style="padding: 3px;"><b>
|
|
Temporarily closed due to a shitbug
|
|
</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td class='tbl tdbg1 center'>
|
|
<br>
|
|
Mega Mario is currently using this as his playground for exploit testing.
|
|
<br>
|
|
<br>As a security measure, this board is closed until said holes are patched.
|
|
<br>(Then again, it's not like anybody used it anyway, so who cares)
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</body></html>
|
|
<?php
|
|
|
|
die();
|
|
|
|
?>
|