-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathantispambycleantalk.xml
103 lines (99 loc) · 3.33 KB
/
antispambycleantalk.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="system" method="upgrade">
<name>Antispam by CleanTalk</name>
<author>CleanTalk team</author>
<creationDate>27.06.2016</creationDate>
<copyright>(C) CleanTalk</copyright>
<license>GNU/GPLv2</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>cleantalk.org</authorUrl>
<version>3.7.2</version>
<description>PLG_CLEANTALK_DESCRIPTION</description>
<files>
<filename plugin="antispambycleantalk">antispambycleantalk.php</filename>
<filename plugin="antispambycleantalk">cleantalk.class.php</filename>
<filename plugin="antispambycleantalk">JSON.php</filename>
<filename plugin="antispambycleantalk">cleantalk.js</filename>
<filename plugin="antispambycleantalk">jquery-1.11.2.min.js</filename>
<filename plugin="antispambycleantalk">preloader.gif</filename>
</files>
<languages folder="languages">
<language tag="en-GB">en-GB.plg_system_antispambycleantalk.ini</language>
<language tag="en-GB">en-GB.plg_system_antispambycleantalk.sys.ini</language>
<language tag="ru-RU">ru-RU.plg_system_antispambycleantalk.ini</language>
<language tag="ru-RU">ru-RU.plg_system_antispambycleantalk.sys.ini</language>
</languages>
<!-- Joomla 1.5 params -->
<params>
<param name="groups" type="usergroup"
label="PLG_SYSTEM_CLEANTALK_PARAM_GROUPS_LABEL"
description="PLG_SYSTEM_CLEANTALK_PARAM_GROUPS_DESC"
size="10"
multiple="true"
default="29"
/>
<param name="apikey" type="text"
label="PLG_SYSTEM_CLEANTALK_PARAM_APIKEY"
description="PLG_SYSTEM_CLEANTALK_PARAM_APIKEY_DESC"
size="10"
default="enter key"
/>
<param name="autokey" type="hidden"
label="PLG_SYSTEM_CLEANTALK_PARAM_AUTOKEY"
default="PLG_SYSTEM_CLEANTALK_PARAM_AUTOKEY"
/>
<param name="reg_notice" type="hidden"
label=""
default="PLG_SYSTEM_CLEANTALK_PARAM_NOTICE"
/>
<param name="notice" type="spacer"
label="PLG_SYSTEM_CLEANTALK_PARAM_LICENSE"
default="PLG_SYSTEM_CLEANTALK_PARAM_LICENSE"
/>
<param name="myspacer" type="spacer"
label=""
default="PLG_SYSTEM_CLEANTALK_PARAM_GETAPIKEY"
description=""
/>
<param name="general_contact_forms_test" type="radio" default="1"
label="COM_PLUGINS_CT_CUSTOM_FORMS" description="">
<option value="0">NO</option>
<option value="1">YES</option>
</param>
<param name="server" type="hidden"
label="PLG_SYSTEM_CLEANTALK_PARAM_SERVER"
description="PLG_SYSTEM_CLEANTALK_PARAM_SERVER_DESC"
size="50"
default="http://moderate.cleantalk.org"
/>
<param name="user_token" type="hidden"
label="user_token"
description="user_token"
size="50"
default=""
/>
<param name="last_checked" type="hidden"
label="last_checked"
description="last_checked"
size="50"
default=""
/>
<param name="last_status" type="hidden"
label="last_status"
description="last_status"
size="50"
default=""
/>
<param name="show_notice" type="hidden"
label="show_notice"
description="show_notice"
size="50"
default=""
/>
<param name="jcomments_unpublished_nofications" type="radio" default="0"
label="COM_PLUGINS_JCOMMENTS_NOTIFY_NEW_UNPUBLISHED" description="Show/Hide author copyright.">
<option value="0">NO</option>
<option value="1">YES</option>
</param>
</params>
</install>