At 6/30/06 04:19 AM, PenitentTangent wrote:
At 6/30/06 04:16 AM, Ninjacakes wrote:
Good stuff
It might help, although almost anything will at this point!
Okay, I guess I might as well just post the HTML code directly- here it is:
<html>
<head>
<title>E8 :: [eon8]</title>
<script language="javascript">
var timerID = null;
var timerRunning = false;
var timestart=new Date();
var servertime=new Date('03:56:04 June 30, 2006');
var localdiff=Math.floor(timestart/1000)-Math.
floor(servertime/1000);
function showtime() {
var timenow=new Date();
var launch=new Date('00:00:00 July 01, 2006');
diff = ((launch-timenow)/1000)+localdiff;
if(diff<=0 && !document.getElementById('deployed')) {
location.href='/';
/* REDIR UNTIL USER/SERVER SYNC */
}
else {
ldays=Math.floor(diff/24/60/60);
lhours=Math.floor((diff/60/60)-(ldays*24))
;
lmins=Math.floor((diff/60)-(ldays*24*60)-(
lhours*60));
lsecs=Math.floor(((diff)-(ldays*24*60*60)-
(lhours*60*60)-(lmins*60)));
if(ldays<0) { ldays=0; }
if(lhours<0) { lhours=0; }
if(lmins<0) { lmins=0; }
if(lsecs<0) { lsecs=0; }
lsecs = lsecs + '';
if (lsecs.length == 1)
{
lsecs = "0" + lsecs;
}
lmins = lmins+ '';
if (lmins.length == 1)
{
lmins = "0" + lmins;
}
lhours = lhours + '';
if (lhours.length == 1)
{
lhours = "0" + lhours;
}
document.getElementById('days').innerHTML=
ldays+'d:';
document.getElementById('hours').innerHTML
=lhours+'h:';
document.getElementById('minutes').innerHT
ML=lmins+'m:';
document.getElementById('seconds').innerHT
ML=lsecs+'s';
timenow=null;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
}
var timerID = null;
var timerRunning = false;
function stopclock() {
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function startclock() {
stopclock();
showtime();
}
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#CCCCCC" alink="#CCCCCC" onLoad="startclock();">
<center><table width="100%" height="80%">
<tr><td valign="middle" align="center"><img src="/logo.gif" width="300" height="300" alt="">
<h1><span id="days">0d:</span><span id="hours">20h:</span><span id="minutes">03m:</span><span id="seconds">56s</span></h1><table width="300" style="background-color:#FFFFFF;">
<tr><td width="299" height="15" style="background-color:#000000;"> </td><td></td></tr>
</table>
</td></tr>
<tr><td height="20" align="center">Home | eon8 Deployment Tracker | eon8 Deployment Logs | Project X21-B | Project Z-Theta9 | Login</td></tr>
<tr><td align="center">Project Status: <span style="color:#FFCC00;">X13600 Imminent</span></td></tr>
</table>
<br>
<font color="#999999" style="font-size:10px;">IP: 71.0.37.197 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4</font>
<font color="#000000" style="font-size:10px;"><br>ES-12 19F50F8682512302E244917196FF44570824191487
0FB310B8557E4137B61487B4E2430033E020E3<br>
B481EEF164B481B2587B9EE18950FBF6B0FBF4FF73
13F0956495685046B3319E541EEF623E75F30E<br>
62BB736F5B50BB7B595E678FE57B610140957FB571
</font>
</center>
</body>
</html>
^incase the BBS didn't read any of that as input (I'm a lazy ass when it comes to finding out what it'll takes in as code), perhaps you guys could use this? Also, I have a page of all links in the webpage, and it lists which are and are not restricted.