-
Notifications
You must be signed in to change notification settings - Fork 0
/
cleantalkantispam.xml
134 lines (132 loc) · 8.15 KB
/
cleantalkantispam.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="system" method="upgrade" >
<name>plg_system_cleantalkantispam_name</name>
<author>CleanTalk team</author>
<creationDate>24.07.2019</creationDate>
<copyright>(C) CleanTalk</copyright>
<license>GNU/GPLv2</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>cleantalk.org</authorUrl>
<version>2.2</version>
<description>PLG_SYSTEM_CLEANTALKANTISPAM_DESCRIPTION</description>
<scriptfile>updater.php</scriptfile>
<files>
<filename plugin="cleantalkantispam">cleantalkantispam.php</filename>
<filename>updater.php</filename>
<filename plugin="cleantalkantispam">lib/autoload.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Antispam/Cleantalk.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Antispam/CleantalkRequest.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Antispam/CleantalkResponse.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/API.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Cron.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/DB.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Helper.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/RemoteCalls.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Schema.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/Cookie.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/Get.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/Post.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/Request.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/Server.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Variables/ServerVariables.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Firewall/Firewall.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Firewall/FirewallModule.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Firewall/FirewallUpdater.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Firewall/Modules/die_page_sfw.html</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/Firewall/Modules/SFW.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/Common/error.html</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/ApbctJoomla/Cron.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/ApbctJoomla/DB.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/ApbctJoomla/Helper.php</filename>
<filename plugin="cleantalkantispam">lib/Cleantalk/ApbctJoomla/RemoteCalls.php</filename>
<filename plugin="cleantalkantispam">js/ct-settings.js</filename>
<filename plugin="cleantalkantispam">js/ct-functions.js</filename>
<filename plugin="cleantalkantispam">js/ct-external.js</filename>
<filename plugin="cleantalkantispam">css/ct-settings.css</filename>
<filename plugin="cleantalkantispam">img/preloader.gif</filename>
<folder>sql/mysql</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_cleantalkantispam.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_cleantalkantispam.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_cleantalkantispam.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_cleantalkantispam.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="apikey" type="text"
label="PLG_SYSTEM_CLEANTALKANTISPAM_PARAM_APIKEY"
description="PLG_SYSTEM_CLEANTALKANTISPAM_PARAM_APIKEY_DESC"
size="40"
class="cleantalk_auth_key"
hint="PLG_SYSTEM_CLEANTALKANTISPAM_PARAM_APIKEY_HINT"
/>
<field name="key_control" type="spacer"
label="PLG_SYSTEM_CLEANTALKANTISPAM_PARAM_KEY_CONTROL_LABEL"
description="PLG_SYSTEM_CLEANTALKANTISPAM_PARAM_KEY_CONTROL_DESCRIPTION"
class="cleantalk_key_control display_none"
/>
<field name="form_protection" type="checkboxes" label="PLG_SYSTEM_CLEANTALKANTISPAM_FORMS_PROTECTION_TITLE">
<option value="check_register">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CHECK_REGISTER</option>
<option value="check_contact_forms">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CHECK_CONTACT_FORMS</option>
<option value="check_custom_contact_forms">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CUSTOM_FORMS</option>
<option value="check_external">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CHECK_EXTERNAL</option>
<option value="check_search">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CHECK_SEARCH</option>
</field>
<field name="comments_and_messages" type="checkboxes" label="PLG_SYSTEM_CLEANTALKANTISPAM_COMMENTS_TITLE">
<option value="jcomments_check_comments">PLG_SYSTEM_CLEANTALKANTISPAM_JCOMMENTS_CHECK_COMMENTS</option>
<option value="jcomments_automod">PLG_SYSTEM_CLEANTALKANTISPAM_JCOMMENTS_AUTOMODERATION</option>
<option value="jcomments_relevance_test">PLG_SYSTEM_CLEANTALKANTISPAM_JCOMMENTS_RELEVANCE_TEST</option>
<option value="jcomments_unpublished_nofications">PLG_SYSTEM_CLEANTALKANTISPAM_JCOMMENTS_NOTIFY_NEW_UNPUBLISHED</option>
</field>
<field name="data_processing" type="checkboxes" label="PLG_SYSTEM_CLEANTALKANTISPAM_DATA_PROCESSING_TITLE">
<option value="skip_registered_users">PLG_SYSTEM_CLEANTALKANTISPAM_CT_SKIP_REGISTERED_USERS</option>
<option value="check_all_post">PLG_SYSTEM_CLEANTALKANTISPAM_CT_CHECK_ALL_POST</option>
</field>
<field name="cookies" type="checkboxes" label="PLG_SYSTEM_CLEANTALKANTISPAM_COOKIES_TITLE">
<option value="set_cookies">PLG_SYSTEM_CLEANTALKANTISPAM_CT_SET_COOKIES</option>
<option value="use_alternative_cookies">PLG_SYSTEM_CLEANTALKANTISPAM_CT_USE_ALTERNATIVE_COOKIES</option>
</field>
<field name="other_settings" type="checkboxes" label="PLG_SYSTEM_CLEANTALKANTISPAM_OTHER_TITLE">
<option value="sfw_enable">PLG_SYSTEM_CLEANTALKANTISPAM_CT_SPAM_FIREWALL</option>
<option value="tell_about_cleantalk">PLG_SYSTEM_CLEANTALKANTISPAM_CT_TELL_ABOUT</option>
</field>
</fieldset>
<fieldset name="exclusions">
<field type="note" label="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_NOTE" />
<field name="url_exclusions" type="text" label="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_URL" description="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_URL_DESC" />
<field name="fields_exclusions" type="text" label="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_FIELDS" description="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_FIELDS_DESC" />
<field name="roles_exclusions" type="textarea" label="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_ROLES" description="PLG_SYSTEM_CLEANTALKANTISPAM_EXCLUSIONS_ROLES_DESC" />
</fieldset>
<fieldset name="checkuserscomments">
</fieldset>
<fieldset name="connectionreports">
</fieldset>
</fields>
</config>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/mysql/install.mysql.utf8.sql</file>
<file driver="mariadb" charset="utf8">sql/mariadb/install.mariadb.utf8.sql</file>
<file driver="sqlsrv" charset="utf8">sql/sqlsrv/install.sqlsrv.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/mysql/uninstall.mysql.utf8.sql</file>
<file driver="mariadb" charset="utf8">sql/mariadb/uninstall.mariadb.utf8.sql</file>
<file driver="sqlsrv" charset="utf8">sql/sqlsrv/uninstall.sqlsrv.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/mysql/updates</schemapath>
<schemapath type="mariadb">sql/mariadb/updates</schemapath>
<schemapath type="sqlsrv">sql/sqlsrv/updates</schemapath>
</schemas>
</update>
<updateservers>
<server type="extension" priority="1" name="CleanTalk Update Site"><![CDATA[https://github.com/ArtemAnoshin/joomla-test/blob/master/plugin-updates.xml]]></server>
</updateservers>
</extension>