if($CheckBot) {
include('../bottext_index_en.htm');
} else {
?>
Eva Pietzcker - Printmaking: Intaglio - Woodblock - Screenprinting
|
|
}
function CheckBot() {
$HTTPAgent = strtolower($_SERVER['HTTP_USER_AGENT']);
$arrRobot = array('crawler','google','jeeves','inktomi','scooter','slurp','spider','acoon','altavista','abacho','archiver','arachnoidea','ezresult','fireball','seek','search','agent','gulliver','msnbot');
foreach($arrRobot as $Robot) {
if(!(strpos($HTTPAgent,$Robot) === false)) return true;
}
return false;
}
?>