mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-14 03:35:48 -07:00
cruft
css
errors
ext
images
js
lib
.htaccess
colors.php
downtime-bmf.php
downtime.php
downtime2.php
function.php
layout.php
mysql.php
mysql_compat.php
rpg.php
threadpost.php
numgfx
schemes
tlayouts
.gitignore
README.md
acs.php
activeusers.php
activity.php
activity2.php
activity3.php
activity3u.php
admin-editforums.php
admin-editmods.php
admin-slammer.php
admin-threads.php
admin-threads2.php
admin.php
adnonsense.php
announcement.php
avatar.php
biggestposters.php
calendar.php
del.php
doomcounter.php
editpost.php
editprofile.php
editthread.php
edituser.php
faq.php
favicon.ico
forum.php
hex.php
index.php
ipsearch.php
irc.php
latestposts.php
login.php
memberlist.php
milestones.php
newreply.php
newthread.php
numgfx.php
numgfxbig.php
online.php
posticons.dat
postradar.php
postsbyforum.php
postsbythread.php
postsbytime.php
postsbyuser.php
private.php
profile.php
ranks.php
register.php
sendprivate.php
shitbugs.php
shop.php
shoped.php
shoph.php
showprivate.php
sigsize.php
smilies.dat
smilies.php
smilies2.dat
smilies2.php
smilieslol.dat
stats-daily.php
stats.php
status.php
thread.php
97 lines
2.3 KiB
PHP
97 lines
2.3 KiB
PHP
<?php
|
|
|
|
http_response_code(500);
|
|
|
|
?><html><head><title>Jul is offline for now</title>
|
|
<link rel="shortcut icon" href="/images/favicons/favicon3.ico" type="image/x-icon">
|
|
<style>
|
|
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
|
|
a {
|
|
color: #BEBAFE;
|
|
}
|
|
a:visited {
|
|
color: #9990c0;
|
|
}
|
|
a:active {
|
|
color: #CFBEFF;
|
|
}
|
|
a:hover {
|
|
color: #CECAFE;
|
|
}
|
|
img { border:none; }
|
|
pre br { display: none; }
|
|
body {
|
|
scrollbar-face-color: 7d7bc1;
|
|
scrollbar-track-color: 000020;
|
|
scrollbar-arrow-color: 210456;
|
|
scrollbar-highlight-color: a9a7d6;
|
|
scrollbar-3dlight-color: d4d3eb;
|
|
scrollbar-shadow-color: 524fad;
|
|
scrollbar-darkshadow-color: 312d7d;
|
|
color: #DDDDDD;
|
|
font:13px verdana;
|
|
background: #000F1F url('http://xkeeper.rustedlogic.net/img/starsbg.png');
|
|
}
|
|
.font {font:13px verdana}
|
|
.fonth {font:13px verdana;color:FFEEFF}
|
|
.fonts {font:10px verdana}
|
|
.fontt {font:10px tahoma}
|
|
.tdbg1 {background:#111133}
|
|
.tdbg2 {background:#11112B}
|
|
.tdbgc {background:#2F2F5F}
|
|
.tdbgh {background:#302048}
|
|
.center {text-align:center}
|
|
.right {text-align:right}
|
|
.table {empty-cells: show;
|
|
border-top: #000000 1px solid;width:100%;
|
|
border-left: #000000 1px solid;width:100%;}
|
|
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; }
|
|
|
|
textarea,input,select{
|
|
border: #663399 solid 1px;
|
|
background:#000000;
|
|
color: #DDDDDD;
|
|
font: 10pt verdana;}
|
|
.radio{
|
|
border: none;
|
|
background:none;
|
|
color: #DDDDDD;
|
|
font: 10pt verdana;}
|
|
.submit{
|
|
border: #663399 solid 2px;
|
|
font: 10pt verdana;}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<center>
|
|
|
|
<div class="fonts" style="position: fixed; width: 600px; margin-left: -300px; margin-top: -200px; top: 50%; left: 50%;">
|
|
<table class="table font" cellspacing=0>
|
|
<tr>
|
|
<td class='tbl tdbgh center' style="padding: 3px;"><b>
|
|
Down for maintenance
|
|
</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td class='tbl tdbg1 center' style="padding: 1em;">
|
|
We'll be back later.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</body></html>
|
|
<?php
|
|
|
|
die();
|
|
|
|
?>
|