|
Tuesday, March 20
Black & What?
It looks like my copy of the greatest game ever made is about to actually ship. I can't believe it. Only about a year late, but I have no doubt it'll be worth it. The idea that I could actually become even less productive than usual is a bit scary. Now I just have to decide whether I should I keep my pre-order in place on Amazon, or cancel it and try my luck at the local retail shops. Retail will probably get it to me quicker, if they have the stock... Amazon is a sure thing, but I have to wait for shipping. So, do I feel lucky? '; } 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); ?> |