aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 01:46:17 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-11-05 01:46:17 +0000
commit035ceb011926ffa84dc4d4d524c9bd8216b91df6 (patch)
tree75f4c04dd2c350800d1e8e9e35b5b0f86ff9ed8e /phpBB/install/schemas
parent3166e9f48f03dafe9e34157b5c9c45df94956106 (diff)
downloadforums-035ceb011926ffa84dc4d4d524c9bd8216b91df6.tar
forums-035ceb011926ffa84dc4d4d524c9bd8216b91df6.tar.gz
forums-035ceb011926ffa84dc4d4d524c9bd8216b91df6.tar.bz2
forums-035ceb011926ffa84dc4d4d524c9bd8216b91df6.tar.xz
forums-035ceb011926ffa84dc4d4d524c9bd8216b91df6.zip
Update bots to those most active @ area51
git-svn-id: file:///svn/phpbb/trunk@4639 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 095c3c3328..a952aa07f9 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -368,9 +368,8 @@ INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_special, rank_image
# -- Bots
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.');
+INSERT INTO phpbb_bots (bot_id, bot_active, bot_name, user_id, bot_agent, bot_ip) VALUES (3, 1, 'Alexa', 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.,66.196.');
# MSSQL IDENTITY phpbb_bots OFF #