
Botscout Module for Drupal 6x

GENERAL
BotScout will check new users by there ip, name, email, or any combination of the three to see if they are a known bot. This program checks the
information against a database of known bots. If the user is found in the database they are not allowed to create an account. 

ADMIN SETTINGS
admin settings are accessible by navigating to admin/settings/botscout .
below is a description of what the settings do.
"Enable IP filtering" enables/disables checking new users by their ip address.
"Enable username filtering" enables/disables checking new users by username.
"Enable email filtering" enables/disables checking new users by email address.
"Alert by email when bot is blocked" sends an email to the email address you provide when a bot is blocked.
"Email address" this is the email address to alert you at when alert by email is on.
"API key" api keys are used to access the botscout database without one you are limited to 20 bot checks/day 

INSTALLATION
Installation for BotScout is the same as any other module for Drupal you can find more details in the INSTALL.txt file
for installing and setting up your BotScout module