Project

General

Profile

1
// $Id$
2

    
3

    
4
 Website Baker Project <http://www.websitebaker.org/>
5
 Copyright (C) 2004-2008, Ryan Djurovich
6

    
7
 Website Baker is free software; you can redistribute it and/or modify
8
 it under the terms of the GNU General Public License as published by
9
 the Free Software Foundation; either version 2 of the License, or
10
 (at your option) any later version.
11

    
12
 Website Baker is distributed in the hope that it will be useful,
13
 but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 GNU General Public License for more details.
16

    
17
 You should have received a copy of the GNU General Public License
18
 along with Website Baker; if not, write to the Free Software
19
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20

    
21

    
22

    
23

    
24
One can improve CAPTCHA-type "CAPTCHA with varying fonts and backgrounds"
25
- by adding backgrounds (PNG-images, 140x40 pixels) to backgrounds/
26
- and by adding TrueType-fonts to fonts/
27

    
28

    
29
The CAPTCHA-string is allways stored in $_SESSION['captcha']
30
The input-field is called "captcha", too.
31

    
(4-4/4)