I love Bees countdown has stopped!?!?

The home for threads that have been locked and don't fit into any other archive category.

Moderator: Moderators

fireberts
Data [Conditional]
Posts: 17
Joined: Fri Jun 15, 2007 5:15 pm

I love Bees countdown has stopped!?!?

Unread post by fireberts »

is it just a loading error or has the "COUNTDOWN TO WIDE AWAKE AND PHYSICAL" stopped on the i love bees website
User avatar
UnrealCh13f
Moderator [Designated]
Posts: 445
Joined: Thu Jun 14, 2007 8:01 pm

Re: I love Bees countdown has stopped!?!?

Unread post by UnrealCh13f »

its still running 4 me...
fireberts
Data [Conditional]
Posts: 17
Joined: Fri Jun 15, 2007 5:15 pm

Re: I love Bees countdown has stopped!?!?

Unread post by fireberts »

oh ok just a loading error then

dammit i got all excited
User avatar
Van Helsing
Moderator [Designated]
Posts: 455
Joined: Thu Jun 14, 2007 4:54 pm
Location: Essex, UK
Contact:

Re: I love Bees countdown has stopped!?!?

Unread post by Van Helsing »

Nope, it's still going.

It's probably a loading error as you said. Or your browser has had a fight with the Javascript, and won.

That clock is java and uses your system clock to calculate time to a given end point, see code from ilovebees.com :

Code: Select all

<SCRIPT LANGUAGE="Javascript1.2">
 var chinatime = new Date(2552,10,9,6,7,0);
</SCRIPT>
Thats years, months, days, hours, minutes, seconds.

And the end result countdown on ilovebees is in this format:

daysStr + ":" + hoursStr + ":" + minsStr + ":" + secondsStr + ":" + millisecondsStr;

So right now it's something like 199XXX days remaining or what not...

So in short, no the countdown on Ilovebees has not stopped and will not stop until it reaches zero.
Locked