mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
Removed the major version number from the useragent match of the Ichiro bot, it has been upgraded
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9354 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
36ccf7c6d7
commit
3896f64ba5
2 changed files with 6 additions and 1 deletions
|
@ -912,6 +912,11 @@ function change_database_data(&$no_updates, $version)
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
|
$sql = 'UPDATE ' . BOTS_TABLE . "
|
||||||
|
SET bot_agent = 'ichiro/'
|
||||||
|
WHERE bot_agent = 'ichiro/2'";
|
||||||
|
_sql($sql, $errored, $error_ary);
|
||||||
|
|
||||||
$no_updates = false;
|
$no_updates = false;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -2116,7 +2116,7 @@ class install_install extends module
|
||||||
'Heritrix [Crawler]' => array('heritrix/1.', ''),
|
'Heritrix [Crawler]' => array('heritrix/1.', ''),
|
||||||
'IBM Research [Bot]' => array('ibm.com/cs/crawler', ''),
|
'IBM Research [Bot]' => array('ibm.com/cs/crawler', ''),
|
||||||
'ICCrawler - ICjobs' => array('ICCrawler - ICjobs', ''),
|
'ICCrawler - ICjobs' => array('ICCrawler - ICjobs', ''),
|
||||||
'ichiro [Crawler]' => array('ichiro/2', ''),
|
'ichiro [Crawler]' => array('ichiro/', ''),
|
||||||
'Majestic-12 [Bot]' => array('MJ12bot/', ''),
|
'Majestic-12 [Bot]' => array('MJ12bot/', ''),
|
||||||
'Metager [Bot]' => array('MetagerBot/', ''),
|
'Metager [Bot]' => array('MetagerBot/', ''),
|
||||||
'MSN NewsBlogs' => array('msnbot-NewsBlogs/', ''),
|
'MSN NewsBlogs' => array('msnbot-NewsBlogs/', ''),
|
||||||
|
|
Loading…
Add table
Reference in a new issue