Sunday, July 22

Dust be gone

I did a wee-bit of spring/summer cleaning on the links. It pained me to remove some links to good friends, but on topical sites like >blogs and news sites, if a month goes by without an update, I've got to assume the worst. I'll go back and keep checking these places for a pulse, and if they come back to life, I link to 'em again in a heartbeat.

And, of course, I'll almost always link to a fellow >clanner who keeps an active online diary, either >in-character or out-of-character. Or a fellow >kinkster's diary, for that matter...



Older entries

'; } 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); ?>