Page 10 of 12

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 4:43 am
by Aegis
ProfessorHojo05 wrote:Welcome indeed Boots.

I am staying up as long as possible to catch the update the second it occures.
I may. You know, right after we log off to sleep, it's going to happen. :lol:

Happened to me with servers 2 and three :mrgreen:

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 4:45 am
by ProfessorHojo05
Aegis wrote:
I may. You know, right after we log off to sleep, it's going to happen. :lol:

Happened to me with servers 2 and three :mrgreen:

Don't think I could put up with that very well.

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 7:15 am
by Aegis
Ah, well. I stayed up until 3:00 EST. ... It's pretty much the 16th in all of the continental United States. I monitored everything I could. Nothing yet!

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 7:17 am
by Bradxd
yeah its basically 3 30 so im almost ready to call this quits for now

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 7:23 am
by deathsick
Avateur said this
There has been a change, discovered by your's truly, as a matter of fact. The scrolling text has greatly sped up.
I see the change as well but so far that seems to be all

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 7:59 am
by CrYpTkEePer
Hey guys im new, but is it just me. Did anyone notice this code?
var name=gFpc;
57 var dCur=new Date();
58 var adj=(dCur.getTimezoneOffset()*60000)+(offset*3600000);
59 dCur.setTime(dCur.getTime()+adj);
60 var dExp=new Date(dCur.getTime()+315360000000);
61 var dSes=new Date(dCur.getTime());
62 if (document.cookie.indexOf(name+"=")==-1){

it seems to me they want to know what time it is where we are, i wonder why.. maybe its just me. Someone help and decipher this for me. Thanks

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 8:03 am
by Aegis
CrYpTkEePer wrote:Hey guys im new, but is it just me. Did anyone notice this code?
var name=gFpc;
57 var dCur=new Date();
58 var adj=(dCur.getTimezoneOffset()*60000)+(offset*3600000);
59 dCur.setTime(dCur.getTime()+adj);
60 var dExp=new Date(dCur.getTime()+315360000000);
61 var dSes=new Date(dCur.getTime());
62 if (document.cookie.indexOf(name+"=")==-1){

it seems to me they want to know what time it is where we are, i wonder why.. maybe its just me. Someone help and decipher this for me. Thanks
Fantastic! I'm a little tired, so I'm out... But... Hmm, where did you get that? I'm wondering if that means anything[or if it has already been found]. Where did you get that?

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 8:07 am
by CrYpTkEePer
I used my firebug its one of the scripts thats applied to the page.
Oh and by the way, the source is from that web trends website.

Edit: I would display the full content but its extremely long. Heres a longer part

//Tag Version: Halo 3 2.0/04-01-07
2var gTagVer = "Artifact Location /08-16-07";
3var gService = true;
4var gTimeZone = -8;
5function dcsCookie(){
6 if (typeof(dcsOther)=="function"){
7 dcsOther();
8 }
9 else if (typeof(dcsPlugin)=="function"){
10 dcsPlugin();
11 }
12 else if (typeof(dcsFPC)=="function"){
13 dcsFPC(gTimeZone);
14 }
15}
16function dcsGetCookie(name){
17 var pos=document.cookie.indexOf(name+"=");
18 if (pos!=-1){
19 var start=pos+name.length+1;
20 var end=document.cookie.indexOf(";",start);
21 if (end==-1){
22 end=document.cookie.length;
23 }
24 return unescape(document.cookie.substring(start,end));
25 }
26 return null;
27}
28function dcsGetCrumb(name,crumb){
29 var aCookie=dcsGetCookie(name).split(":");
30 for (var i=0;i<aCookie.length;i++){
31 var aCrumb=aCookie.split("=");
32 if (crumb==aCrumb[0]){
33 return aCrumb[1];
34 }
35 }

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 12:19 pm
by Matriculate
I'm not sure if this is really worthwhile, but the .swf for the site is set to expire on 8/16/07 @ 11:00 a.m.

I was just using PageInfo in Firefox.

Re: Artifact Location city letters

Posted: Thu Aug 16, 2007 12:21 pm
by Omega Hunter 9
Matriculate wrote:I'm not sure if this is really worthwhile, but the .swf for the site is set to expire on 8/16/07 @ 11:00 a.m.

I was just using PageInfo in Firefox.
That could be worthwhile, does it have a timezone, or should we presume its West Coast/Bungie time?