View Single Post
Old 08-30-2003, 02:30 PM   #3 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
here is what i ended up using


PHP Code:
<?
$searchengines
=array("Google""Fast""Slurp""W3C_Validator");
$is_search_engine=0;
foreach(
$searchengines as $key => $val) {
if(
strstr("$HTTP_USER_AGENT"$val)) {
$is_search_engine++;
}


if(
$is_search_engine==0) {
session_start();
}
?>
i just resubmitted the site, so hopefully it will work out
__________________


Urban Clothing
Admin is offline   Reply With Quote