rotpar
Active member
Hi,
I just saw in another post that there is a file in xenforo what regocnizes search engine bots
where is the location of this file and can I add more bots? I need it for the "first click" plugin.
I just saw in another post that there is a file in xenforo what regocnizes search engine bots
Code:
public static $knownRobots = array
(
'avsearch',
'baiduspider',
'bingbot',
'crawler',
'facebookexternalhit',
'feedfetcher-google',
'feedzirra',
'googlebot',
'kscrawler',
'magpie-crawler',
'nutch',
'php/',
'scooter',
'scoutjet',
'sogou web spider',
'twitterbot',
'xenforo signature generator',
'yahoo! slurp',
'yandexbot',
'zend_http_client',
);
where is the location of this file and can I add more bots? I need it for the "first click" plugin.