-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfidentcaptcha.xml
More file actions
39 lines (39 loc) · 2.37 KB
/
confidentcaptcha.xml
File metadata and controls
39 lines (39 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="system" method="upgrade">
<name>System - Confident CAPTCHA</name>
<author>Confident Technologies</author>
<authorEmail>info@confidenttechnologies.com</authorEmail>
<authorUrl>http://www.confidenttechnologies.com</authorUrl>
<creationDate>8/18/2010</creationDate>
<copyright>Copyright (C) 2010 Confident Technologies - All rights reserved.</copyright>
<version>1.0.6</version>
<license>GNU / GPL</license>
<description><![CDATA[A system plugin for integration of Confident CAPTCHA anti spam solution for web forms. Please remember to sign up for your <a href="http://www.confidenttechnologies.com/purchase/CAPTCHA_signup.php" target="_blank">API key</a>, as you will need to enter this in the plugin settings. When you have your API key, go to <a href="index.php?option=com_plugins&filter_type=system">plugin manager</a>, click on <em>System - Confident CAPTCHA</em>, and enter your API details, "publish" the plugin, and save. Debug mode will be on by default, and you may select some automatic integration modes for common forms.]]></description>
<files>
<filename plugin="confidentcaptcha">confidentcaptcha.php</filename>
<folder>confidentcaptcha</folder>
</files>
<params>
<param name="customer_id" type="text" label="Customer ID" />
<param name="site_id" type="text" label="Site ID" />
<param name="api_username" type="text" label="API Username" />
<param name="api_password" type="text" label="API Password" />
<param type="spacer" />
<param type="radio" default="1" name="enabled_site_contact" label="Enabled for Contact Form">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param type="radio" default="1" name="enabled_site_registration" label="Enabled for Registration Form">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param type="radio" default="0" name="enabled_administrator_login" label="Enabled for Administrator Login">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param type="radio" default="1" name="load_jquery" label="Load jQuery library" description="jQuery library is required, but if you already load it by other means, you can disable this one">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
</install>