Monday, February 5

Red Ring of Death update

My Xbox 360, which got the red ring of death last week is now boxed up and ready to be sent to the repair center. It took about a week to get the post-paid box.

I followed the directions carefully in packing it up, and even made sure to stick a note with my name and the repair order number on the unit itself, in case my console tries to escape from the Microsoft Reeducation Center.

I just hope I get this thing repaired before Ghost Recon Advanced Warfighter 2 comes out. I'm already missing out on the demo, damn it.

Labels: ,




Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>