en |
Login/Sign up
- My Account
Ontola
>
Other
> discussion
Anonym37924
11/19/2007 01:29 PM
|
Report
Simple PHP search engine bot detection
Very simple (but not 100% accurate):
if (stristr($_SERVER['HTTP_USER_AGENT'], 'bot')) {
// search engine robot
} else {
// other
}
Topics:
Other
1 Replies
TerkaVeverka
03/18/2008 11:56 AM
|
Report
very very simple........................I think,that it can be simplier!!!!!!!
Anonym
No regstration needed to add reply
Insert:
Picture