Resource icon

Limit bots 2.4.0

No permission to download
It will help.

But changing the xf_session_activity table from memory to innodb will fully make this error go away.
 
I have allowed guests to download the resources, do you think it is possible to not count downloads by bots? By adding an option to this add-on for example or is it unplayable? Thanks.
 
I understand that this add-on relies solely on XF\Data\Robot::getRobotUserAgents(), which detects 35 bots only :(

XF\Data\Robot::getRobotUserAgents() detects 35 bots only.

This function should be replaced with CrawlerDetect or similar library, which detects 1,000's of bots/spiders/crawlers:

Here is the example for one thread:
  • Internal XenForo counter reports 519 views.
  • In server logs seeing 903 requests. After manually removing bots from the list, there are 355 views.
  • Google Analytics reports 167 views.
If XenForo doesn't implement this into the core, maybe @Xon you could do it in this add-on?
 
I understand that this add-on relies solely on XF\Data\Robot::getRobotUserAgents(), which detects 35 bots only :(


If XenForo doesn't implement this into the core, maybe @Xon you could do it in this add-on?

@ivp have you seen this addon?


Currently identifies over 1,600 bots and being added to regularly.
 
Is the unanswered an unsolved sorting in question forums also blocked for bots? Or only order? And in threads?
 
Back
Top Bottom