Thread: Wha...

  1. #31
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    we should build something really cool and completely pointless, just too see what kind of theories people come up with as to what it's all about
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  2. #32
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Can't...stop.....moving words....around....

  3. #33
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Hm so far I've noticed "program" and "number" gets changed into bits
    Edit: and "ms"
    Edit2: and "hell" Is there supposed to be a pattern lol?
    Last edited by JaWiB; 11-14-2005 at 08:13 PM.
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  4. #34
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    omfg, 355 hits...lol

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #35
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Quote Originally Posted by jverkoey
    Talk about obfuscated code. I'm trying to figure out if it's actually other people we're interacting with or if it's just randomly moving stuff every now and then...

    The countdown seems to be counting down to 5 days from now...but the 360's not going to be released for 7 days, odd.
    The common word/position database it uses is here. Each line consists of a word, x, y and color. The client reloads the database once per second via a XMLHttp object and animates the words to their new correct positions.

    If you drag, the word id, new x and y are sent here.

    This is the upload code:
    Code:
    function updateDB(id,x,y){
    	var ajaxOb=initxmlhttp();
    	encodedStr="id="+id+"&x="+x+"&y="+y;
    	var url="/TESTe428sdhv?"+Math.random();
    	ajaxOb.open("POST",url,true);
    	ajaxOb.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
    	ajaxOb.send(encodedStr);
    	ajaxOb.onreadystatechange=function(){
    		if(ajaxOb.readyState==4){
    			var response=ajaxOb.responseText;
    			if (response.length>0){if (response == "ok") {updateCounter--;}}
    		}
    	}
    	try{ajaxOb.send(null);}catch(e){}
    }
    and the download code:
    Code:
    function udSlDisp(){
    	var ajaxOb=initxmlhttp();
    	var url="/TEST495jfdqn?"+Math.random();
    	ajaxOb.open("GET",url,true);
    	ajaxOb.onreadystatechange=function(){
    		if(ajaxOb.readyState==4){
    			var response=ajaxOb.responseText;
    			if (response.length>0 && updateCounter==0){ 
    				counter++;
    				var respParts=response.split("\n");
    				var firstLine=respParts[0].split(",");
    				var next_slot=firstLine[1];
    				var tStr="";
    				for(var iDB=0;iDB<slotsArray.length;iDB++){
    					if (dragId != iDB){
    						line=respParts[iDB+1].split(",");
    						if (line[0] != slotsArray[iDB].innerHTML){
    							slotsArray[iDB].innerHTML=line[0]; 
    						}
    						tx[iDB]=line[1]; 
    						ty[iDB]=line[2]; 
    						var lx=parseInt(slotsArray[iDB].style.left);
    						var ly=parseInt(slotsArray[iDB].style.top);
    						if (lx!=tx[iDB] || ly!=ty[iDB]){			
    							needfly=true;
    						}
    					}
    					tStr += tx[iDB] + "," +ty[iDB] + "\n";
    				}
    				if (needfly && !needfly2){fly();}	
    			}	
    	
    			date=new Date();
    			now=date.getTime();
    			if ((now-lastaction)<60000) {
    				window.setTimeout("udSlDisp()",1000);
    				asleep=false;
    			} else {
    				asleep=true;		
    			}
    		}
    	}	
    	ajaxOb.send(null);
    }
    Now that the protocol is known, someone could create a C program using the same database.

    When I checked before, the front page was counting down in 1.5 seconds increment from 406727, which by my calculations is 7.11 days.

    I'd be surprised if it is actually a Microsoft site considering:
    Apache/2.0.46 (Red Hat) Server at www.101101000.com Port 80
    I'm guessing a fan site. Actually, a search on the telephone number provided in this post suggests it is the work of one Allen D. Hart.

    EDIT: According to Google, I'm the first person to post the culprit. Do I get a prize?
    Last edited by anonytmouse; 11-14-2005 at 10:38 PM.

  6. #36
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    anonytmouse is my hero

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  7. #37
    I'm less than sure.... abyssphobia's Avatar
    Join Date
    Aug 2004
    Posts
    112
    nice job anonytmouse !!!
    Have I crossed the line?

  8. #38
    Registered User
    Join Date
    Apr 2005
    Posts
    3
    On the main http://www.101101000.com/ if you type in certain words different things happen to the globe.

    For instance, type:
    Halo or bungie - The globe turns into a "ring of light" AKA a halo
    I love bees - a heart replaces the globe
    Origen 360 - Ants start crawling on the screen
    revolution - The globe turns red
    Bill Gates - The lines on the globe disappear

    I'm still trying out different words and things but I'm pretty sure this is a Microsoft involved site because everything relates to MS in some way.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Who? Wha? Huh?
    By sean in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-22-2004, 06:17 AM
  2. What Do The Pro's Use To Build Video Games?
    By DeanDemon in forum A Brief History of Cprogramming.com
    Replies: 25
    Last Post: 12-12-2002, 11:08 PM
  3. A jigga wha?
    By Govtcheez in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 03-13-2002, 08:57 PM
  4. Very dangerous code...
    By Magos in forum C++ Programming
    Replies: 27
    Last Post: 11-11-2001, 02:01 AM
  5. Encryption Algorithms
    By bljonk in forum C Programming
    Replies: 3
    Last Post: 11-07-2001, 09:21 AM