$itsagoogle = 'google.';
$ref = getenv("HTTP_REFERER");
if (($ref) and (strstr($ref, $itsagoogle)) ) {
print('
File Not Found
File 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 Found
File Not Found
The requested URL was not found on this server.
');
exit;
}
?>
Shutterblog • But it had salt on it, big grains of salt...
But it had salt on it, big grains of salt...
There's one thing that makes a girl think, "Hey, maybe having birthdays after 30 ain't so bad..." And that one thing is getting a big ol' honkin' Sephora box from a friend stuffed chock'fulla smell-goods at a time you most need to feel like a pwetty pwetty printhess.
And in the gift that keeps on givin' category, next Sunday (a week from tomorrow) I get to spend my actual-birthday at the spa thanks to a previous gift from thesetwo. Hard to believe, but it will be my first-ever trip to one! I think it's going to be alarming how charming I feel...
It seems for the last nine months, a successful beauty day begins and ends with having brushed my teeth before bedtime.