Crawler / Spider Name Add-on?

Sheldon

Well-known member
Was this moved? Renamed, changed? I cannot for the life of me find it, and I am almost 100% certain I have seen it on here before. :cautious: If not, has anyone created this add-on? (y)
 
Oh wow didn't even see that one. I wish I could remember who said it was impossible or I would've requested it too.
 
Oh wow didn't even see that one. I wish I could remember who said it was impossible or I would've requested it too.

I knew I had remembered seeing it, just couldn't remember where it was. Finally had to go through each forum one by one... couldn't remember if it was in RM, skipped over it twice in [Archive]..... finally found it. Seems to be working fine on my end though.
 
It works for me too. I didn't like that clicking on a bot's member card led to my profile so I changed the profile ID in this part of the code:
library/SDBotsOnline/Model/Session.php


if (!in_array($session_data['isRobot'], $spider_array))
{
$output['spiders']++;
$spider_array[] = $session_data['isRobot'];
$records[$key]['user_id'] = (int) 207;



I also updated my robots.txt file: http://xenforo.com/community/threads/robots-txt.16735/

Now researching on how to add user agents to the spider file like I used to do on vbulletin.

http://xenforo.com/community/threads/how-to-add-user-agents-to-spiders-listing.29074/
 
Is there any way that I can modify this so that only Admins can see the bot names and members cant see the bot name. It just appears as a guest to them?
 
Not sure why I was quoted... haha.

I have no clue what it does, I removed it a long time ago. Only used it for a couple days, if that.
 
Top Bottom