The Planet Xbox 360 Forums are dedicated to the discussion of anything Xbox 360 related. In order to start posting all you need to do is register. It's fast, simple, free, and will enable you to make forum posts, upload attachments, vote in polls, play the arcade games and a whole lot more. So please, join our community today!
If you have any problems with the registration process or your account login, please contact support.
A very strange new Xbox360 website has popped up on the internet. In fact, the only reason we know it is related to the Xbox360 is by way of the domain name, OrigenXbox360.com, and the site name "Origen Xbox 360".
The actual website itself is very simple, and more than a little strange. It depicts a countdown timer in the background (counting down from roughly 37 days, 11 hours), a tree overlaying the timer, and also the shape of a green rabbit!
So what makes this website special? Well, if you take a look at the whois details, you will see the following:
Registrant:
Microsoft Corporation
Domain Administrator
One Microsoft Way
Redmond, WA 98052
US
Email: [removed]
The registrant details, all the other domain contact details, and also the DNS servers that the site is hosted on, all match the same details for the domain xbox.com - therefore we can conclude this domain and the website are owned and hosted by Microsoft!
The only question that remains is what does it all mean? After a quick google search, it appears that "Origen" was some sort of Christian Theologist, so your guess is as good as mine. Check out the site here.
Funny, it's just numbers behind two pictures which will be the new I love bees craze. Or that other one... can't remember the name but it had an orb on the main page.
I have found the following code in the SWF file on the site. Could the data inputted by "target_mill" be the date that the site is counting down to? 27th August? But this does not coincide with the time that the site is counting down to.
Perhaps you guys can figure it out?
target_mill = date.utc(2005, 8, 27, 12);
getNewTime = function ()
{
now = new Date();
now_mill = date.utc(now.getfullyear(), now.getmonth(), now.getdate(), now.gethours(), now.getminutes(), now.getseconds());
deficit = target_mill - now_mill;
if (deficit < 0)
{
clearInterval(intvl);
gotoAndStop("end");
} // end if
trace (target_mill + " " + now_mill + " " + deficit);
var _l3 = int(deficit / 1000 / 60 / 60 / 24);
deficit = deficit - _l3 * 1000 * 60 * 60 * 24;
var _l2 = int(deficit / 1000 / 60 / 60);
deficit = deficit - _l2 * 1000 * 60 * 60;
var _l1 = int(deficit / 1000 / 60);
deficit = deficit - _l1 * 1000 * 60;
var seconds_left = int(deficit / 1000);
if (_l3 < 10)
{
_l3 = "0" + _l3;
} // end if
if (_l2 < 10)
{
_l2 = "0" + _l2;
} // end if
if (_l1 < 10)
{
_l1 = "0" + _l1;
} // end if
if (seconds_left < 10)
{
seconds_left = "0" + seconds_left;
} // end if
countdown.days0.text = _l3.toString().charAt(0);
countdown.days1.text = _l3.toString().charAt(1);
countdown.hours0.text = _l2.toString().charAt(0);
countdown.hours1.text = _l2.toString().charAt(1);
countdown.mins0.text = _l1.toString().charAt(0);
countdown.mins1.text = _l1.toString().charAt(1);
countdown.secs0.text = seconds_left.toString().charAt(0);
countdown.secs1.text = seconds_left.toString().charAt(1);
};
getNewTime();
intvl = setInterval(getNewTime, 1000);
Well, I have just had a look around the world on Google Earth and I could not see any countries, or American States, that look like the "rabbit". I wonder what else it could be?
I have also noticed that the amount of time left on the counter on the Planetxbox360 website is almost double the amount that is on the Origenxbox360 Site?!
origen means origin in mexican....ehhh spanish.......so originxbox360...? if you were to translate the website name..it would be Xbox360 Origin....just thought i'd throw that out there.