diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-15 20:35:53 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-15 20:35:53 +0000 |
| commit | 2951801e6ac0f39682318aa661c4724723b43957 (patch) | |
| tree | 10c4a6140e97c84ed9d2d08935d12460212076a8 /phpBB/install | |
| parent | de4361d69834412f48cf14b83ef5a1e97f85a2d1 (diff) | |
| download | forums-2951801e6ac0f39682318aa661c4724723b43957.tar forums-2951801e6ac0f39682318aa661c4724723b43957.tar.gz forums-2951801e6ac0f39682318aa661c4724723b43957.tar.bz2 forums-2951801e6ac0f39682318aa661c4724723b43957.tar.xz forums-2951801e6ac0f39682318aa661c4724723b43957.zip | |
naughty dot, be gone, be gone I say
git-svn-id: file:///svn/phpbb/trunk@4605 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 6e10fe7275..d025e719ca 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -362,7 +362,7 @@ 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 (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 (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.'); |
