Bot detect script php search engine automatic detection - php

bot detect script php search engine automatic

 
  • HOME  • tutorials  • photos   • free grafics design   
   



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
LATEST ARTICLES
how to insert decimal values into a sql table row
asrep.com adsense traking script is down
list of walt disney animated movies
free php and ajax captcha scripts
convert uppercase to lowercase javascript online script
detect and block uppercase (up letters) in a string (form text input) php script
php googlebot detection script
replace breaking lines in text or textarea input using php
rounded borders corners css without images
photoshop styles, asl photoshop style free download
  home   PHP » BOT DETECT SCRIPT PHP SEARCH ENGINE AUTOMATIC
google ads
 
 
 


BOT DETECT SCRIPT PHP SEARCH ENGINE AUTOMATIC


AUTOMATIC SEARCH ENGINE AND BOT DETECT SCRIPT PHP

         
  
     Sometimes we need to detect the bots that acces our web pages.This is important if we have to allow/block some bot (or search engines ) in our site.This php script can do this.The bots list can be found here http://himmera.com/Web/User_agents_list_strings.html ( most important bots) :    or here : http://www.himmera.com/Web/Complete_User_agents_list_strings.html ( full bots list ) :






<?

$botarray = array   
                "Teoma",                    
                "alexa",
                "froogle",
                "inktomi",
                "looksmart",
                "URL_Spider_SQL",
                "Firefly",
                "NationalDirectory",
                "Ask Jeeves",
                "TECNOSEEK",
                "InfoSeek",
                "WebFindBot",
                "girafabot",
                "crawler",
                "Googlebot",
                "Scooter",
                "Slurp",
                "appie",
                "FAST",
                "WebBug",
                "Spade",
                "ZyBorg");



    foreach($botarray as $botname) {

      if(ereg($botname, $HTTP_USER_AGENT)) {
               

$Message='This is not a Bot named '.$botname.'!';

}
else
    {
      
      $Message='This is not a Bot !';

    }
     }
    
     echo $Message;
    ?>


 


ARTICLES IN BOT DETECT SCRIPT PHP SEARCH ENGINE AUTOMATIC CATHEGORY

Zero result!!



Tags : bot detect php script,






Leave a comment
Your name *
E-mail * ( it not be posted)
Comment title *
Your comment *
   Anti Spam (fill the number CASE SENSITIVE - UP LETTERS ) *

There are no comments ...The page was not find

 

 

the latest articles :
• How to insert decimal values into a SQL table row
• Asrep.com adsense traking script is down
• List of Walt Disney animated movies
• Free PHP and AJAX CAPTCHA scripts
• Convert uppercase to lowercase javascript online script
• Detect and block uppercase (up letters) in a string (form text input) php script
• Php Googlebot detection script
• Replace breaking lines in text or textarea input using php
• Rounded borders corners css without images
• Photoshop styles, asl photoshop style free download

 

eXTReMe Tracker