/[drupal]/contributions/modules/badbehavior/README.txt
ViewVC logotype

Diff of /contributions/modules/badbehavior/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.4.1, Sun Apr 6 16:49:15 2008 UTC revision 1.2.4.2, Mon Apr 7 15:23:50 2008 UTC
# Line 0  Line 1 
1    Original Author
2    ---------------
3            David Angier (http://angier.co.uk)
4    
5    Maintainer
6    ----------
7      William Roboly (http://openject.com)
8    
9    Drupal 6 version
10    ----------------
11            2008-03-10 by Paul Maddern (http://www.arcadegeek.co.uk)
12    
13    Overview
14    --------
15    Bad Behavior is a set of PHP scripts which prevents spambots from
16    accessing your site by analyzing their actual HTTP requests and
17    comparing them to profiles from known spambots. It goes far beyond
18    User-Agent and Referer, however.
19    
20    The problem: Spammers run automated scripts which read everything on
21    your web site, harvest email addresses, and if you have a blog, forum
22    or wiki, will post spam directly to your site. They also put false
23    referrers in your server log trying to get their links posted through
24    your stats page.
25    
26    As the operator of a Web site, this can cause you several
27    problems. First, the spammers are wasting your bandwidth, which you
28    may well be paying for. Second, they are posting comments to any form
29    they can find, filling your web site with unwanted (and unpaid!) ads
30    for their products. Last but not least, they harvest any email
31    addresses they can find and sell those to other spammers, who fill
32    your inbox with more unwanted ads.
33    
34    Bad Behavior intends to target any malicious software directed at a
35    Web site, whether it be a spambot, ill-designed search engine bot, or
36    system crackers.
37    
38    Requirements
39    ------------
40    - Drupal 6.x
41    - PHP 4.3.0 or greater
42    - BadBehavior 2.0.13
43      (http://www.ioerror.us/software/bad-behavior/bad-behavior-download)
44    
45    Installation
46    ------------
47    
48    1. Extract the tarball into the modules folder of your Drupal install.
49    
50    2. Download BadBehavior 2.0.13 from
51       http://www.ioerror.us/software/bad-behavior/bad-behavior-download/,
52       unzip and copy the resulting bad-behavior directory into
53       modules/badbehavior folder.
54    
55    3. Enable the module as usual from the Drupal admin>>modules page.
56    
57    Configuration
58    -------------
59    1. If desired, configure settings under the new
60       admin>>settings>>badbehavior menu item.
61    
62    Logs
63    ----
64    1. View BadBehavior logs at the new admin>>logs>>badbehavior menu
65       item.
66    
67    2. Click on the detail link next to any log item for full details.
68    
69    Frequently Asked Questions
70    --------------------------
71    See: http://www.ioerror.us/software/bad-behavior/bad-behavior-faq/
72    
73    
74    
75    

Legend:
Removed from v.1.2.4.1  
changed lines
  Added in v.1.2.4.2

  ViewVC Help
Powered by ViewVC 1.1.2