Author Topic: Aerospace.org countdown - fake?  (Read 992 times)

Scatcycle

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1967
  • Karma: +44/-65
  • swag
    • View Profile
Aerospace.org countdown - fake?
« on: January 01, 2011, 16:26:54 »
http://bungieaerospace.org/

This site is countdown to something in three days. I myself, thing this is fake. Bungie already has their site, aerospace.com. Why would they make a new one?

The creator lives in Denver, Colorado. I believe this is fake.

Source code:

Code: [Select]
<html><!-- transmission --> <title>TRANSMITTING...</title> <body bgcolor="#000000" text="#F0FFFF"> <br> <p> <center> Tru<a href="http://www.bungie.net"><font color=#00ff00>7</font></a>h<br><br><br><br><br><br><br><br>
<br><br> <font color=#00ff00><script type="text/javascript">
dateFuture = new Date(2011,0,4,19,7,7);
function GetCount(){

dateNow = new Date();
amount = dateFuture.getTime() - dateNow.getTime();
delete dateNow;
if(amount < 0){
document.getElementById('countbox').innerHTML="BIG ANNOUCEMENT!";
}
else{
days=0;hours=0;mins=0;secs=0;out="";

amount = Math.floor(amount/1000);

days=Math.floor(amount/86400);
amount=amount%86400;

hours=Math.floor(amount/3600);
amount=amount%3600;

mins=Math.floor(amount/60);
amount=amount%60;

secs=Math.floor(amount);

if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";}
if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"")+", ";}
out += secs +" seconds";
document.getElementById('countbox').innerHTML=out;

setTimeout("GetCount()", 1000);
}
}

window.onload=GetCount;
</script>
<div id="countbox"></div>
</font> <p>  </body><!--COde ErrOR: 931.461.60231.14.vt920, Please REBOOT to FiX...--> </html>
« Last Edit: January 01, 2011, 16:34:35 by Scatcycle »
I feel it

Imppa

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1372
  • Karma: +31/-31
    • View Profile
Re: Aerospace.org countdown - fake?
« Reply #1 on: January 01, 2011, 16:57:19 »
Yeah, most probably fake.
But while you're at it, why don't you explain this image you linked to the chat box?
 ??? ??? ???
Den glider in, Den glider in, Den glider in i mål igen...

Scatcycle

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1967
  • Karma: +44/-65
  • swag
    • View Profile
Re: Aerospace.org countdown - fake?
« Reply #2 on: January 01, 2011, 17:43:05 »
Yeah, most probably fake.
But while you're at it, why don't you explain this image you linked to the chat box?
 ??? ??? ???
Well, I've confirmerd it fake. It runs by your computers clock.


As for the picture, I think you go by each column, start off with one, and black is 1 and white is 0. And then you keep going.
I feel it

Imppa

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1372
  • Karma: +31/-31
    • View Profile
Re: Aerospace.org countdown - fake?
« Reply #3 on: January 01, 2011, 17:48:21 »
But the page the image excists on semms to have nothing to do with Halo or Bungie, but miniature trains or whatever. And it seems legit.
Again: explain=prove.
Den glider in, Den glider in, Den glider in i mål igen...

Scatcycle

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1967
  • Karma: +44/-65
  • swag
    • View Profile
Re: Aerospace.org countdown - fake?
« Reply #4 on: January 01, 2011, 18:17:19 »
But the page the image excists on semms to have nothing to do with Halo or Bungie, but miniature trains or whatever. And it seems legit.
Again: explain=prove.
It doesn't have to do with halo. It has to do with shotcodes, and halo contains shotcodes.
I feel it