inital git commit
[phpns.git] / inc / captcha.php
bloba52fb4d4bf1825e2c9b6bc36a913790a5cfcaccd
1 <?php
3 /* Copyright (c) 2007-08 Alec Henriksen
4 * phpns is free software; you can redistribute it and/or modify it under the
5 * terms of the GNU General Public Licence (GPL) as published by the Free
6 * Software Foundation; either version 2 of the Licence, or (at your option) any
7 * later version.
8 * Please see the GPL at http://www.gnu.org/copyleft/gpl.html for a complete
9 * understanding of what this license means and how to abide by it.
12 //captcha array, plus answers... :P
14 $captcha = array(
15 '5 + 2' => '7',
16 '5 + 1' => '6',
17 '4 + 2' => '6',
18 '10 + 2' => '12',
19 '3 + 2' => '5',
20 '9 + 2' => '11',
21 '15 + 2' => '17',
22 '15 + 3' => '18',
23 '3 + 9' => '12',
24 '5 + 9' => '14',
25 '3 + 3' => '6',
26 '10 + 7' => '17',
27 '3.5 + 1' => '4.5',
28 '2 + 2' => '4',
29 '85 + 2' => '87',
30 '65 + 2' => '67',
31 '5 + 22' => '27',
32 '6 + 6' => '12',
33 '9 + 9' => '18',
34 '.5 + .5' => '1',
35 '5 + 19' => '24',
36 '5 plus nine' => '14',
37 '5 plus five' => '10',
38 '5 plus one' => '6',
39 '5 + eighty' => '85',
40 '5 plus 2' => '7',
41 'one plus one' => '2',
42 '10 - eight' => '2',
43 '5 + 32' => '37',
44 '112 + 2' => '114',
45 '5 + 25' => '30',
46 '5 * 2' => '10',
47 '0 + 1' => '1',
48 'zero plus 2' => '2',
49 '56 plus 2' => '58',
50 '3 + 20' => '23',
51 'three plus 2' => '5',
52 'three plus nine' => '12',
53 '5 + 55' => '60',
54 'five plus five' => '10',
55 'the square root of 4' => '2',
56 '20 - 1' => '19',
57 'twenty minus one' => '19',
58 'eight plus two' => '10',
59 'two plus two' => '4',
60 '100 + 9' => '109',
61 'four plus nine' => '13',
62 '-1 plus 4' => '3',
63 '2 minus 1' => '1',
64 '50 minus 40' => '10',
65 '100 minus 99' => '1',
66 '100 minus 2' => '98',
67 '116 minus 6' => '110',
68 '15 minus 4' => '9',
69 '20 minus 15' => '5',
70 '50 - 4' => '46',
71 '34 plus 4' => '38',
72 '43 minus 3' => '40',
73 '500 minus 400' => '100',
74 '2 multiplied by 4' => '8',
75 '4 multiplied by 4' => '16',
76 '5 multiplied by 4' => '20',
77 '6 multiplied by four' => '24',
78 '3 * 20' => '60',
79 '4 * 20' => '80',
80 '4 minus 1' => '3',
81 'fifteen divided by three' => '3',
82 'thirty-two plus four' => '36',
83 'four + 3' => '7',
84 '3 + nine' => '12',
85 'nine x 11' => '99',
86 '43 + 3' => '46',
87 // 'the square root of: 54 plus fifty two, divided by 5, and multiplied by 2 * 10^23.' => '800000000000000000000000', //enable for fun.