php googlebot detection script

  • HOME  • tutorials  • photos   • free grafics design    • questions and answers  • distance calculator  • maps
   



CATEGORIES
EXCEL TUTORIAL
SQL TUTORIAL
WEB INFORMATION
WINDOWS
JAVASCRIPT SCRIPTS
COMPUTER SECURITY
GRAFIC DESIGN
HTML
PHP
CSS STYLE
ATLAS OF THE WORLD
DEVELOPER
PHOTOSHOP
MAGAZINE
TOP LISTS
LATEST ARTICLES
md5 hash generator online tools windows linux c php
remove duplicates in html lines online javascript
documentgetelementbyid()innerhtml javascript set example
how to block processes from starting and running in windows xp
list of us american presidents with pictures
ucwords javascript convert online tool
hex to rgb converter javascript for colors online
letter-spacing css property for html pages
sql inject protection without complicated class php script and tutorial
how to insert decimal values into a sql table row
  home   PHP » PHP GOOGLEBOT DETECTION SCRIPT
google ads
 
 
 

PHP GOOGLEBOT DETECTION SCRIPT


Views: 79
Php Googlebot detection script



"Google doesn't post a public list of IP addresses for webmasters to whitelist. This is because these IP address ranges can change, causing problems for any webmasters who have hard coded them. The best way to identify accesses by Googlebot is to use the user-agent (Googlebot)."
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=80553

As it google say is useless to make a list of all googlebot IPs downloaded from various sources. Therefore is more eficient to use $_SERVER['HTTP_USER_AGENT'] function in php.

The php code is:


//===================

$u_agent=$_SERVER['HTTP_USER_AGENT'];

if (eregi("Googlebot", $u_agent)) {
    echo "I'm the Googlebot!";
}

//==========================



Articles related to PHP GOOGLEBOT DETECTION SCRIPT
Zero result!

Tags:googlebot useragent,googlebot detect,googlebot php,google crawl detect,




Leave a comment

Your name *
Your comment *
   Anti Spam code *

There are no comments on this article...



the latest articles:
• MD5 hash generator Online tools Windows Linux C Php
• Remove duplicates in html lines online javascript
• documentgetElementById()innerHTML javascript set Example
• How to block processes from starting and running in Windows XP
• List of us american presidents with pictures
• Ucwords javascript convert online tool
• Hex to rgb converter javascript for colors online
• Letter-spacing CSS property for html pages
• SQL Inject protection without complicated class php script and tutorial
• How to insert decimal values into a SQL table row
what is the height of statue of liberty
hollywood movies
map from faisalabad to hasilpur pakistan
driving distance between tanga and bagamoyo
how to abbreviate million dollars
how long do butterflies live in captivity

 

eXTReMe Tracker