Sunday, January 21

Maintenance

The Nosuch affiliate blogs should be aware that I've migrated everything over to the "new" Blogger, which requires a Google account to log in. Hopefully that isn't a big hardship. The benefits are some new features. I'll also be updating the commenting scripts on the affiliates to prevent comment spam. This will mean that posts which aren't on the front page will automatically close for new comments. Again, hopefully that won't be a hardship.

You'll be stepped through the account migration process when you log in to Blogger. Any problems, you know who to blame (and who to contact for help.)

Labels:




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