|
Friday, December 29
Worg is compiling a list of Clan Lord players' ICQ numbers. Send your ICQ number and any others you might have to him, since it's a really worthwhile effort. He's done such a good job with his Clan Lord links collection, I'm sure he'll do a great job with the ICQ directory. Soon you'll be able to access his links at links.clanlord.net, and his page at worg.clanlord.net. The DNS update will take a day to sink in, though, so those URLs should work tomorrow.
It is damn cold here in NYC, and it makes getting around and doing things a real challenge. Snow is predicted for this Saturday too. Looks like Conny and I might be stuck indoors for awhile. I guess we'll have to play more Parchesi. '; } 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); ?> |