root/trunk/website/blog/cfformprotect/cffp.ini.cfm @ 42

Revision 17, 1.4 kB (checked in by DanWilson, 16 years ago)

added the authentication information for the akismet key for future reference

Line 
1<cfsilent>
2#Please read Installation.html for a description of these values and how to customize this for your needs
3
4[CFFormProtect]
5#which tests to run
6mouseMovement=1
7usedKeyboard=1
8timedFormSubmission=1
9hiddenFormField=1
10akismet=1
11tooManyUrls=1
12teststrings=1
13projectHoneyPot=0
14#       NOTE: if you need to adjust the API key for Akismet
15# Login to http://dashboard.wordpress.com/wp-admin/profile.php
16# Username: modelglueframework
17# Password: modelglue
18#settings for individual tests
19timedFormMinSeconds=5
20timedFormMaxSeconds=3600
21encryptionKey=m4db0ll0ck5
22akismetAPIKey=b9fe017cd38d
23akismetBlogURL=http://model-glue.com
24akismetFormNameField=name
25akismetFormEmailField=email
26akismetFormURLField=website
27akismetFormBodyField=comments
28tooManyUrlsMaxUrls=6
29spamstrings='free music,download music,music downloads,viagra,phentermine,viagra,tramadol,ultram,prescription soma,cheap soma,cialis,levitra,weight loss,buy cheap'
30projectHoneyPotAPIKey=
31
32#the points each test costs for failure
33mouseMovementPoints=1
34usedKeyboardPoints=1
35timedFormPoints=2
36hiddenFieldPoints=3
37akismetPoints=3
38tooManyUrlsPoints=3
39spamStringPoints=2
40projectHoneyPotPoints=3
41
42#how many points will flag the form submission as spam
43failureLimit=3
44
45#email settings
46emailFailedTests=0
47emailServer=
48emailUserName=
49emailPassword=
50emailFromAddress=
51emailToAddress=
52emailSubject=
53
54#logging
55logFailedTests=1
56logFile=
57</cfsilent>
Note: See TracBrowser for help on using the browser.