Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<script>document.write("<img scr='counter.php.jpg'>")</script>
function isbot(){
$bot = '';
if ( strstr($_SERVER['HTTP_USER_AGENT'], 'Yandex') ) { $bot='Yandex';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'Googlebot') ) {$bot='Google';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'Slurp') ) {$bot='Slurp';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'WebCrawler') ) {$bot='WebCrawler';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'ZyBorg') ) {$bot='ZyBorg';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'google') ) {$bot='Google';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'scooter') ) {$bot='AltaVista';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'stack') ) {$bot='Rambler';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'aport') ) {$bot='Aport';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'lycos') ) {$bot='Lycos';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'fast') ) {$bot='Fast Search';}
elseif ( strstr($_SERVER['HTTP_USER_AGENT'], 'rambler') ) {$bot='Rambler';}
if($bot =="") {
$resulteg = 'ет не ботег';
} else{
$resulteg = $bot;
}
return $resulteg;
}
<?
$bot_name=Array('google'=>'Google','yandex'=>'Yandex','scooter'=>'AltaVista','stack'=>'Rambler','aport'=>'Aport','lycos'=>'Lycos','fast'=>'Fast Search','rambler'=>'Rambler');
while (list($bot, $name) = each($bot_name))
{
if(strstr(strtolower($_SERVER['HTTP_USER_AGENT']),$bot))
{
log_bot($name);
}
else
{
log_not_bot($name);
}
}
function log_bot($name)
{
}
function log_not_bot($name)
{
}
?>
код не тупой код ужасен
лучше уж использовать in_array или preg_match
и поисковики уже понимают жабаскрипт - тут не спрячешься
Ну нельзя, а при чем тут IP и джаваскрипт? Разговор о том, что боты в основной своей массе не выполняют джаваскрипт.А че-то где ни читал, пишут, что через яваскрипт ИП определить нельзя....