Wednesday, May 23

One way to end a blog

Those of you who use Blogger might have remember the piece about the blog of the teenage girl Kaycee Nicole who was struggling with leukemia for some time and recently died because of it. Sad stuff. She had updated her blog up until the very sudden end.

What's really sad is it's bullshit.

My sympathy to the poor bugger who was hosting the mess, and who got really rooked by the girl and her mom who did the hoax. Thanks for the tip, Jason.



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