|
Friday, July 6
No, not that D.C...
It looks like Conny and I are headed to D.C. to rub elbows with some fellow Clan Lord players. Nosuch.org groupies are also welcome, but you'll have to deal with the Clan Lord folks. Sorry. Oh, and Conny says Tease.de groupies are welcome too, but I think she's confused. If you are interested, and live in or around the Washington D.C. area, you can find out more here. (For those who don't play Clan Lord, i.e. normal people, "D.C." is an abbreviation for "Dark Chamber", a place where people often get into trouble. I know it makes even less sense when I explain it, but I had to try.) '; } 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); ?> |