Welcome Guest, Not a member yet? Register   Sign In
$this->agent->is_robot() appears busted
#1

[eluser]a tired machine[/eluser]
I'm having trouble with CodeIgniter's user agent class.

For me it is not detecting the following user agent as a bot:

Code:
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)

$this->agent->is_robot() returns FALSE and $this->agent->robot() returns EMPTY.


On a related note, it may also be wise to include "bingbot" in future versions of the user_agent config.
#2

[eluser]Unknown[/eluser]
Thanks for this thread, I experience the same issue with the most current version.

Changed the array item order in "User_agent.php" : 137.




Theme © iAndrew 2016 - Forum software by © MyBB