Wednesday, May 7

Was only a matter of time

Every once and awhile, I do actually peek through my referral logs, mainly to find other kindred spirits who might send a link my way from their own corners of the web. Though, I mainly just find out how many LiveJournal users like my web test. Answer: lots.

But, I was looking today and ran across this referral:
http://homeland.fbi.gov/Watchlists/suspect/view.jsp?record=319195
I guess I should be glad I've only gotten one hit from that referrer.

(It is easy enough to spoof referral information, so I'm fairly certain this is a joke.)



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