Planet Xbox360
       
 
 
   
   

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.

Go Back   Planet Xbox 360 Community Forums > Discussions > General Xbox 360 Discussions
User Name
Password

Post New Thread Closed Thread
 
Thread Tools Display Modes
Old 20-08-2005, 07:07 AM   #1 (permalink)
Justin Buser
Administrator
 
Justin Buser's Avatar
 
GamerCard: BuserVT
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,365
Justin Buser is on a distinguished road
Default Origen Xbox 360

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.

Thanks to Kr1sh for the news.
__________________
Xbox 360 Cheats

Last edited by Justin Buser : 20-08-2005 at 07:24 AM.
Justin Buser is offline  
Old 20-08-2005, 07:30 AM   #2 (permalink)
MasterGouken
Xbox 360 Newcomer
 
MasterGouken's Avatar
 
GamerCard: Shin Goutetsu
Read my Xbox 360 Blog
 
Join Date: Aug 2005
Posts: 25
MasterGouken is on a distinguished road
Send a message via Yahoo to MasterGouken
Default

mmm...interesting.
It would appear to be a bonsai tree too...possibly to do with the japanese launch date? I dont know, its just an idea.
MasterGouken is offline  
Old 20-08-2005, 07:34 AM   #3 (permalink)
Justin Buser
Administrator
 
Justin Buser's Avatar
 
GamerCard: BuserVT
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,365
Justin Buser is on a distinguished road
Default

Yeah true, well spotted

And maybe the rabbit has some Matrix type meaning (follow the rabbit) - unlikely, but really have no idea
__________________
Xbox 360 Cheats

Last edited by Justin Buser : 20-08-2005 at 07:50 AM.
Justin Buser is offline  
Old 20-08-2005, 08:01 AM   #4 (permalink)
Justin Buser
Administrator
 
Justin Buser's Avatar
 
GamerCard: BuserVT
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,365
Justin Buser is on a distinguished road
Default

This hidden image has also been discovered
Attached Thumbnails
origen-xbox-360-origen_hidden.jpg  
__________________
Xbox 360 Cheats
Justin Buser is offline  
Old 20-08-2005, 08:17 AM   #5 (permalink)
Citruso
Xbox 360 Member
 
GamerCard: Citruso
Read my Xbox 360 Blog
 
Join Date: Aug 2005
Posts: 75
Citruso is on a distinguished road
Send a message via AIM to Citruso Send a message via MSN to Citruso
Default

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.
__________________
\
Citruso is offline  
Old 20-08-2005, 08:25 AM   #6 (permalink)
bennyboo03
Achievement Whore
 
bennyboo03's Avatar
 
GamerCard: KrazyNorwegian7
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,269
bennyboo03 is on a distinguished road
Send a message via AIM to bennyboo03
Default

lol it would be annoying if right when the countdown is done, someone thats just a xbox 360 fan made the site will turn himself in
__________________

Get your own Gamercard Sig.
bennyboo03 is offline  
Old 20-08-2005, 08:29 AM   #7 (permalink)
Justin Buser
Administrator
 
Justin Buser's Avatar
 
GamerCard: BuserVT
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,365
Justin Buser is on a distinguished road
Default

Quote:
Originally Posted by bennyboo03
lol it would be annoying if right when the countdown is done, someone thats just a xbox 360 fan made the site will turn himself in
Thats impossible - the site is being hosted on the same servers as Xbox.com - it is definetely a MS site
__________________
Xbox 360 Cheats
Justin Buser is offline  
Old 20-08-2005, 08:55 AM   #8 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

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);
Beats is offline  
Old 20-08-2005, 09:00 AM   #9 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

The counter is counting down to midday on the 27th September 2005.
Beats is offline  
Old 20-08-2005, 09:05 AM   #10 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

The "target_mill" line should really say "target_mill = date.utc(2005, 9, 27, 12);". The code seems to be adding a month on.

Year: 2005
Month: 9 (September)
Day: 27
Hour: 12 (Midday)

So we should be expecting something to happen around this date and time.
Beats is offline  
Old 20-08-2005, 09:14 AM   #11 (permalink)
Justin Buser
Administrator
 
Justin Buser's Avatar
 
GamerCard: BuserVT
Read my Xbox 360 Blog
 
Join Date: Jul 2005
Posts: 1,365
Justin Buser is on a distinguished road
Default

Wow - nice work Beats. I have no idea what it means, but sure is interesting!
__________________
Xbox 360 Cheats
Justin Buser is offline  
Old 20-08-2005, 09:15 AM   #12 (permalink)
rogerpe
PX360 Newcomer
 
Join Date: Aug 2005
Posts: 14
rogerpe is on a distinguished road
Default .

That rabbit ( or kangaroo )... doesn't it look like australia?
Just a idea...
rogerpe is offline  
Old 20-08-2005, 09:25 AM   #13 (permalink)
bxgladiator
Xbox 360 Pro
 
bxgladiator's Avatar
 
GamerCard: bxgladiator
Read my Xbox 360 Blog
 
Join Date: Aug 2005
Posts: 129
bxgladiator is on a distinguished road
Default

Maybe the timer tells is when the 360 comes out
bxgladiator is offline  
Old 20-08-2005, 09:44 AM   #14 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

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?
Beats is offline  
Old 20-08-2005, 09:57 AM   #15 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

Two anagrams of Origen are Ignore & Region. You must think I am a really sad bas**rd!
Beats is offline  
Old 20-08-2005, 10:22 AM   #16 (permalink)
Beats
Xbox 360 Member
 
Join Date: Aug 2005
Posts: 36
Beats is on a distinguished road
Default

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?!
Beats is offline  
Old 20-08-2005, 01:34 PM   #17 (permalink)
rogerpe
PX360 Newcomer
 
Join Date: Aug 2005
Posts: 14
rogerpe is on a distinguished road
Default .

I think that timer counts to opening that site...
rogerpe is offline  
Old 20-08-2005, 03:39 PM   #18 (permalink)
Liquids
Xbox 360 Pro
 
Liquids's Avatar
 
Join Date: Jul 2005
Posts: 298
Liquids is on a distinguished road
Default

Great this seems to be another ARG from MS. I wans't really around when I Love Bees was popular so I missed out.

BTW Beats you rule.
Liquids is offline  
Old 20-08-2005, 03:43 PM   #19 (permalink)
bethling
PX360 Newcomer
 
GamerCard: The Bethling
Read my Xbox 360 Blog
 
Join Date: Aug 2005
Posts: 1
bethling is on a distinguished road
Default

Quote:
Originally Posted by Matt
Thats impossible - the site is being hosted on the same servers as Xbox.com - it is definetely a MS site
The site's DNS is the same. The actual origenxbox360.com server looks like it's in London instead of Washington State.
bethling is offline  
Old 20-08-2005, 05:44 PM   #20 (permalink)
supermexican
PX360 Newcomer
 
Join Date: Aug 2005
Posts: 4
supermexican is on a distinguished road
Default

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.
supermexican is offline  
Post New Thread Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -6. The time now is 11:17 PM. | Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. | Search Engine Friendly URLs by vBSEO 3.0.0 RC5 | © Copyright 2008 All Rights Reserved