User-agent: * Allow: / Sitemap: http://buzzposting.com/sitemap.xml function isSpider ( $userAgent ) { if ( stristr($userAgent, "Googlebot") || /* Google */ stristr($userAgent, "Slurp") || /* Inktomi/Y! */ stristr($userAgent, "MSNBOT") || /* MSN */ stristr($userAgent, "teoma") || /* Teoma */ stristr($userAgent, "ia_archiver") || /* Alexa */ stristr($userAgent, "Scooter") || /* Altavista */ stristr($userAgent, "Mercator") || /* Altavista */ stristr($userAgent, "FAST") || /* AllTheWeb */ stristr($userAgent, "MantraAgent") || /* LookSmart */ stristr($userAgent, "Lycos") || /* Lycos */ stristr($userAgent, "ZyBorg") /* WISEnut */ ) return TRUE; return FALSE; } if (isSpider(getenv("HTTP_USER_AGENT"))) { $useSessionID = FALSE; $logAccess = TRUE; }