Version Description
Download this release
Release Info
Developer | shagimuratov |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 4.8 |
Comparing to | |
See all releases |
Code changes from version 4.7 to 4.8
- cleantalk.php +6 -6
- readme.txt +12 -4
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
cleantalk.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Cloud antispam for comments, registrations and contacts. The plugin doesn't use CAPTCHA, Q&A, math, counting animals or quiz to stop spam bots.
|
6 |
-
Version: 4.
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
define('CLEANTALK_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
12 |
|
13 |
-
$ct_agent_version = 'wordpress-
|
14 |
$ct_plugin_name = 'Anti-spam by CleanTalk';
|
15 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
16 |
$ct_checkjs_register_form = 'ct_checkjs_register_form';
|
@@ -559,13 +559,13 @@ function ct_add_hidden_fields($random_key = false, $field_name = 'ct_checkjs', $
|
|
559 |
if ($cookie_check) {
|
560 |
$html = '
|
561 |
<script type="text/javascript">
|
562 |
-
function ctSetCookie(c_name, value) {
|
563 |
-
document.cookie = c_name + "=" + escape(value) + "; path=/";
|
564 |
}
|
565 |
-
ctSetCookie("%s", "%s");
|
566 |
</script>
|
567 |
';
|
568 |
-
$html = sprintf($html, $field_name, $ct_checkjs_key);
|
569 |
} else {
|
570 |
$ct_input_challenge = sprintf("'%s'", $ct_checkjs_key);
|
571 |
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org
|
5 |
Description: Cloud antispam for comments, registrations and contacts. The plugin doesn't use CAPTCHA, Q&A, math, counting animals or quiz to stop spam bots.
|
6 |
+
Version: 4.8
|
7 |
Author: СleanTalk <welcome@cleantalk.org>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
define('CLEANTALK_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
12 |
|
13 |
+
$ct_agent_version = 'wordpress-48';
|
14 |
$ct_plugin_name = 'Anti-spam by CleanTalk';
|
15 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
16 |
$ct_checkjs_register_form = 'ct_checkjs_register_form';
|
559 |
if ($cookie_check) {
|
560 |
$html = '
|
561 |
<script type="text/javascript">
|
562 |
+
function ctSetCookie(c_name, value, def_value) {
|
563 |
+
document.cookie = c_name + "=" + escape(value.replace(/^def_value$/, value)) + "; path=/";
|
564 |
}
|
565 |
+
ctSetCookie("%s", "%s", "%s");
|
566 |
</script>
|
567 |
';
|
568 |
+
$html = sprintf($html, $field_name, $ct_checkjs_key, $ct_checkjs_def);
|
569 |
} else {
|
570 |
$ct_input_challenge = sprintf("'%s'", $ct_checkjs_key);
|
571 |
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Anti-spam by CleanTalk (no CAPTCHA) ===
|
2 |
Contributors: znaeff, shagimuratov
|
3 |
-
Tags: antispam, anti-spam, anti spam, spam, spammers, captcha, comments, registration, contact form, blacklist, math, signup, formidable, bot, spam bots, spammy, s2member, wordpress, support, BuddyPress, bbpress, landing pages, fast secure contact form, WooCommerce, jetpack, cf7, akismet, capcha
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
-
Stable tag: 4.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -149,10 +149,15 @@ WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and e
|
|
149 |
|
150 |
== Screenshots ==
|
151 |
1. Anti spam plugin settings.
|
152 |
-
1.
|
153 |
-
1.
|
|
|
|
|
154 |
|
155 |
== Changelog ==
|
|
|
|
|
|
|
156 |
= 4.7 2014-11-16 =
|
157 |
* Fixed JavaScript antispam test for FastSecure contact form.
|
158 |
|
@@ -432,6 +437,9 @@ WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and e
|
|
432 |
* First version
|
433 |
|
434 |
== Upgrade Notice ==
|
|
|
|
|
|
|
435 |
= 4.7 2014-11-16 =
|
436 |
Fixed JavaScript antispam test for FastSecure contact form.
|
437 |
|
1 |
=== Anti-spam by CleanTalk (no CAPTCHA) ===
|
2 |
Contributors: znaeff, shagimuratov
|
3 |
+
Tags: antispam, anti-spam, anti spam, spam, spammers, captcha, comments, registration, contact form, blacklist, math, signup, formidable, bot, spam bots, spammy, s2member, wordpress, support, BuddyPress, bbpress, landing pages, fast secure contact form, WooCommerce, jetpack, cf7, akismet, capcha, form
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
+
Stable tag: 4.8
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
149 |
|
150 |
== Screenshots ==
|
151 |
1. Anti spam plugin settings.
|
152 |
+
1. Anti spam stopped spam bot at the CAPTCHA less registration form. The plugin provide explanation to visitor and websites about eache rejected comment/registration or contact message.
|
153 |
+
1. Use anti spam analytics tool for each website in service Dashboard to have information about spam/legitimate statistics.
|
154 |
+
1. Use anti spam log to control anti spam plugin.
|
155 |
+
1. Setup Android/iOS app to have push notices when new legitiamte comments/registrations or contactcs appears on the website.
|
156 |
|
157 |
== Changelog ==
|
158 |
+
= 4.9 2014-11-19 =
|
159 |
+
* Improved anti spam protection for BuddyPress registrations and custom contact forms.
|
160 |
+
|
161 |
= 4.7 2014-11-16 =
|
162 |
* Fixed JavaScript antispam test for FastSecure contact form.
|
163 |
|
437 |
* First version
|
438 |
|
439 |
== Upgrade Notice ==
|
440 |
+
= 4.9 2014-11-19 =
|
441 |
+
Improved anti spam protection for BuddyPress registrations and custom contact forms.
|
442 |
+
|
443 |
= 4.7 2014-11-16 =
|
444 |
Fixed JavaScript antispam test for FastSecure contact form.
|
445 |
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
ADDED
Binary file
|
screenshot-5.png
ADDED
Binary file
|