Line 1127 | Line 1127 |
---|
* * @param string $group The name of the special group to add to * @param string $select_query An SQL query to retrieve the user(s) to add to the group
|
* * @param string $group The name of the special group to add to * @param string $select_query An SQL query to retrieve the user(s) to add to the group
|
| * @param bool $use_src_db
|
*/ function user_group_auth($group, $select_query, $use_src_db) {
| */ function user_group_auth($group, $select_query, $use_src_db) {
|
Line 1835 | Line 1836 |
---|
$bots = array( 'AdsBot [Google]' => array('AdsBot-Google', ''),
|
$bots = array( 'AdsBot [Google]' => array('AdsBot-Google', ''),
|
| 'Ahrefs [Bot]' => array('AhrefsBot/', ''),
|
'Alexa [Bot]' => array('ia_archiver', ''), 'Alta Vista [Bot]' => array('Scooter/', ''),
|
'Alexa [Bot]' => array('ia_archiver', ''), 'Alta Vista [Bot]' => array('Scooter/', ''),
|
| 'Amazon [Bot]' => array('Amazonbot/', ''),
|
'Ask Jeeves [Bot]' => array('Ask Jeeves', ''),
|
'Ask Jeeves [Bot]' => array('Ask Jeeves', ''),
|
'Baidu [Spider]' => array('Baiduspider+(', ''),
| 'Baidu [Spider]' => array('Baiduspider', ''),
|
'Bing [Bot]' => array('bingbot/', ''), 'DuckDuckGo [Bot]' => array('DuckDuckBot/', ''), 'Exabot [Bot]' => array('Exabot/', ''),
| 'Bing [Bot]' => array('bingbot/', ''), 'DuckDuckGo [Bot]' => array('DuckDuckBot/', ''), 'Exabot [Bot]' => array('Exabot/', ''),
|
Line 1854 | Line 1857 |
---|
'Heritrix [Crawler]' => array('heritrix/1.', ''), 'IBM Research [Bot]' => array('ibm.com/cs/crawler', ''), 'ICCrawler - ICjobs' => array('ICCrawler - ICjobs', ''),
|
'Heritrix [Crawler]' => array('heritrix/1.', ''), 'IBM Research [Bot]' => array('ibm.com/cs/crawler', ''), 'ICCrawler - ICjobs' => array('ICCrawler - ICjobs', ''),
|
'ichiro [Crawler]' => array('ichiro/2', ''),
| 'ichiro [Crawler]' => array('ichiro/', ''),
|
'Majestic-12 [Bot]' => array('MJ12bot/', ''), 'Metager [Bot]' => array('MetagerBot/', ''), 'MSN NewsBlogs' => array('msnbot-NewsBlogs/', ''),
| 'Majestic-12 [Bot]' => array('MJ12bot/', ''), 'Metager [Bot]' => array('MetagerBot/', ''), 'MSN NewsBlogs' => array('msnbot-NewsBlogs/', ''),
|
Line 1867 | Line 1870 |
---|
'Online link [Validator]' => array('online link validator', ''), 'psbot [Picsearch]' => array('psbot/0', ''), 'Seekport [Bot]' => array('Seekbot/', ''),
|
'Online link [Validator]' => array('online link validator', ''), 'psbot [Picsearch]' => array('psbot/0', ''), 'Seekport [Bot]' => array('Seekbot/', ''),
|
| 'Semrush [Bot]' => array('SemrushBot/', ''),
|
'Sensis [Crawler]' => array('Sensis Web Crawler', ''), 'SEO Crawler' => array('SEO search Crawler/', ''), 'Seoma [Crawler]' => array('Seoma [SEO Crawler]', ''),
| 'Sensis [Crawler]' => array('Sensis Web Crawler', ''), 'SEO Crawler' => array('SEO search Crawler/', ''), 'Seoma [Crawler]' => array('Seoma [SEO Crawler]', ''),
|
Line 1876 | Line 1880 |
---|
'Synoo [Bot]' => array('SynooBot/', ''), 'Telekom [Bot]' => array('[email protected]', ''), 'TurnitinBot [Bot]' => array('TurnitinBot/', ''),
|
'Synoo [Bot]' => array('SynooBot/', ''), 'Telekom [Bot]' => array('[email protected]', ''), 'TurnitinBot [Bot]' => array('TurnitinBot/', ''),
|
'Voyager [Bot]' => array('voyager/1.0', ''),
| 'Voyager [Bot]' => array('voyager/', ''),
|
'W3 [Sitesearch]' => array('W3 SiteSearch Crawler', ''), 'W3C [Linkcheck]' => array('W3C-checklink/', ''), 'W3C [Validator]' => array('W3C_*Validator', ''),
| 'W3 [Sitesearch]' => array('W3 SiteSearch Crawler', ''), 'W3C [Linkcheck]' => array('W3C-checklink/', ''), 'W3C [Validator]' => array('W3C_*Validator', ''),
|