Monday, May 7

Rude Bugger

If you sent me an ICQ during working hours, and I never responded to you, it's because of my flaky ICQ proxy. It seems to enjoy eating my incoming ICQs in the afternoon. And it eats them and leaves no trace. So, to everyone who might think I'm getting more rude than usual, I plead bad software.

I have no excuse, though, for when I'm home. Would you believe I am away from my machine? Yeah, that's it!

When the proxy isn't eating random ICQs, it's down. Looks like I had better get a better solution. Anyone ever get one of those HTTP tunnels to work?

In any case, if you really want to be sure I get something, email is best. Now you know.



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