Thursday, December 27

Knock knock

Blogger got hacked, once again proving that there is indeed evil in the world. Blogger stores oodles of passwords used to access the hosts of scads of Bloggers all over the world, including mine. Apparently there is some concern that these passwords may be compromised.

I suppose with the start of a new year, changing a few passwords is a good idea any way...

So now you know why all your Blogger-brand web logs, including Nosuch and affiliates, were strangely quiet yesterday.



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