View Full Version : Can this clock be copied and hosted?
Tulare
09-02-2004, 05:07 PM
http://fable.abuseadam.com/countdown.html
If it's bad ettique, then I apologize, not trying to rip the guy who did this off or anything. I thought it would be a really cool SIG.
Does anybody know a way to copy it so I could host it, or even how or where to get something like this?
Thanks for your help in advance.
arefx
09-02-2004, 05:10 PM
<script LANGUAGE="JavaScript">
<!--
var now = new Date();
var event = new Date("Sep 14 2004 00:00:01");
amount = (event - now);
amount = Math.floor(amount/1000);
days = amount / 86400;
days = Math.round(days);
amount=amount % 86400;
hours = amount / 3600;
hours = Math.round(hours);
amount=amount % 3600;
minutes = amount / 60;
minutes = Math.round(minutes);
amount=amount % 60;
seconds = amount;
seconds = Math.round(seconds);
if(document.form1.ver.value=="usa"){
ID=window.setTimeout("update();",1000);
}
if(document.form1.ver.value=="pal"){
ID=window.setTimeout("updatepal();",1000);
}
function update() {
document.form1.title.value = "NTSC Fable Countdown";
var event = new Date("Sep 14 2004 00:00:01");
now = new Date();
amount = (event - now);
amount = Math.floor(amount/1000);
days = amount / 86400;
days = Math.round(days);
amount=amount % 86400;
hours = amount / 3600;
hours = Math.round(hours);
amount=amount % 3600;
minutes = amount / 60;
minutes = Math.round(minutes);
amount=amount % 60;
seconds = amount;
seconds = Math.round(seconds);
document.form1.days.value = days;
document.form1.hours.value = hours;
document.form1.minutes.value = minutes;
document.form1.seconds.value = seconds;
if(days <= 0 && hours <= 0 && minutes <= 0 && seconds <= 0)
{
document.form1.title.value = "Fable is here!";
document.form1.days.value = "0";
document.form1.hours.value = "0";
document.form1.minutes.value = "0";
document.form1.seconds.value = "0";
}
if(document.form1.ver.value=="usa"){
ID=window.setTimeout("update();",1000);
}
if(document.form1.ver.value=="pal"){
ID=window.setTimeout("updatepal();",1000);
}
}
function updatepal() {
document.form1.title.value = "PAL Fable Countdown";
var event = new Date("Oct 23 2004 00:00:01");
now = new Date();
amount = (event - now);
amount = Math.floor(amount/1000);
days = amount / 86400;
days = Math.round(days);
amount=amount % 86400;
hours = amount / 3600;
hours = Math.round(hours);
amount=amount % 3600;
minutes = amount / 60;
minutes = Math.round(minutes);
amount=amount % 60;
seconds = amount;
seconds = Math.round(seconds);
document.form1.days.value = days;
document.form1.hours.value = hours;
document.form1.minutes.value = minutes;
document.form1.seconds.value = seconds;
if(days <= 0 && hours <= 0 && minutes <= 0 && seconds <= 0)
{
document.form1.title.value = "Fable is here!";
document.form1.days.value = "0";
document.form1.hours.value = "0";
document.form1.minutes.value = "0";
document.form1.seconds.value = "0";
}
if(document.form1.ver.value=="usa"){
ID=window.setTimeout("update();",1000);
}
if(document.form1.ver.value=="pal"){
ID=window.setTimeout("updatepal();",1000);
}
}
// -->
</script>
you would put that, but scripts arent allowed, put mods cna change that.
Tulare
09-02-2004, 05:20 PM
LOL. This is one of those things where I see the repsonse and say, "FUUUUUUUUUDGE!" :smt009
Duality
09-02-2004, 10:38 PM
Nope I don't even think that would be allowed, even if HTML tags were enabled in .sig files.
Tulare
09-03-2004, 12:06 AM
Thanks for trying guys. I just won't have an Uber-cool countdown SIG.
vBulletin® v3.6.8, Copyright ©2000-2010, Jelsoft Enterprises Ltd.