|
Tuesday, February 26
Cone of Annoyance
Typical that the best massively multiplayer online roleplaying game ever isn't available for the Mac. Good thing I've got a Windows box. I can't get enough of Progress Quest. It's a lot like >Clan Lord, actually, except a lot less annoying. So far my character, Wanker, a Battle-Finch Bastard Lunatic is only level 2, but he's already got macrame cuisses and lace gauntlets! Sweet! I wonder what will happen when he completes the "deliver the dirtclod" quest... The anticipation! The thrills! What a great game. You can even play a non-networked version of it, and it's almost as good. Amazing design. '; } 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); ?> |