diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-18 12:57:24 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-18 12:57:24 +0000 |
| commit | 3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e (patch) | |
| tree | e4c0c85882f0c53fd54d0f1a9f99d035da7b07a8 /phpBB/install | |
| parent | 330f36eb2917fac5dae2edb8435c8c99b5677fd4 (diff) | |
| download | forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.gz forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.bz2 forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.xz forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.zip | |
nah, stuff the * wildcard ... just match partially, should be sufficient I think
git-svn-id: file:///svn/phpbb/trunk@4611 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index d025e719ca..4133ec3e2f 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -362,8 +362,8 @@ INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_special, rank_image # MSSQL IDENTITY phpbb_bots ON # # -- Bots -INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (1, 1, 'Googlebot', 3, 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)', '216.239.46.,64.68.8'); -INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (2, 1, 'Fastcrawler', 4, 'FAST-WebCrawler', '66.77.73.'); +INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (1, 1, 'Googlebot', 3, 'Googlebot/', '216.239.46.,64.68.8'); +INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (2, 1, 'Fastcrawler', 4, 'FAST-WebCrawler/', '66.77.73.'); INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (3, 1, 'Alexa ia_archiver', 5, 'ia_archiver', '66.28.250.,209.237.238.'); INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (4, 1, 'Inktomi', 6, 'Slurp', '216.35.116.'); |
