|
Monday, January 22
Productivity!
In spite of a low-level illness, I managed to get a bit done this weekend. It may have been helped by the unfortunate circumstance of Alchera being down all weekend. The good news on that front is a solution to crashing problem is underway, so it'll soon be up. I set up a blog for the Alchera GMs to manage story lines, as well as setting up a Carracho (hotline clone) server for GM use as well. Now I feel like I am pulling a bit of weight. I also wrote a script made an item, and made a small area for Alchera. So, being trapped indoors sick all weekend wasn't a total lost. I also got (almost) entirely caught up on my laundry as well. I'm still behind on my task list, and I have tons of stuff to catch up with, mostly email and web design junk. Mundane. I know. It was a mundane weekend. '; } 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); ?> |