Код: Выделить всё
if(!strstr(strtolower($_SERVER['HTTP_USER_AGENT']), "googlebot"))
{
if($_SERVER["HTTP_CF_IPCOUNTRY"] =! 'USA')
{
echo "empty";
die();
}
}
Подробнее здесь: https://stackoverflow.com/questions/329 ... -can-i-set
Код: Выделить всё
if(!strstr(strtolower($_SERVER['HTTP_USER_AGENT']), "googlebot"))
{
if($_SERVER["HTTP_CF_IPCOUNTRY"] =! 'USA')
{
echo "empty";
die();
}
}