$itsagoogle = 'google.';
$ref = getenv("HTTP_REFERER");
if (($ref) and (strstr($ref, $itsagoogle)) ) {
print('
File Not FoundFile Not Found
The requested URL was not found on this server.');
exit;
}
function isBadReferrer($ref)
{
if (
(strstr($ref, "google.")) or
(strstr($ref, "aolsearch.aol.com")) or
(strstr($ref, "search.yahoo.com")) or
(strstr($ref, "search.msn.com")) or
(strstr($ref, "hotbot.com"))
//add more like the above line to add more "rejected" referrals
)
{
return true;
}
else
{
return false;
}
}
$ref = getenv("HTTP_REFERER");
if (($ref) and (isBadReferrer($ref) )) {
print('
File Not FoundFile Not Found
The requested URL was not found on this server.
');
exit;
}
?>
Shutterblog :: Attack of the 50-foot grasshopper
![[grasshopper]](http://www.shutterblog.com/developed/smgrasshoppah1.jpg)
![[grasshopper 2]](http://www.shutterblog.com/developed/smgrasshoppah2.jpg)
|
|
Attack of the 50-foot grasshopper
Another gorgeous day of Florida weather... A girl could get used to this no-humidity thing!
I took Madeline and Claire out into the backyard to play this afternoon, and Maddie found the largest grasshopper me ever seen in me life. I kid you not, this thing was literally 3-4" long. So of course I grabbed my camera to immortalize the moment. "All right, Mr. DeMille, I'm ready for my close-up."
As always, click the images at left for a larger pop-up image. (And also the close-up one that didn't quite make the cut over there.)
posted on 09.17.2003 @ 1:27 PM :: mail a comment
next entry :: all :: home :: previous entry
|
|
|
