Version Description
2013-11-01 = * Fixed: Bug with selection of the last comments for post * New: Antispam protection for Formiadble feedback forms * New: Automatic deletion of outdated spam comments * New: On/Off option for comments spam filtration * Tested with WordPress 3.7.1
Download this release
Release Info
Developer | shagimuratov |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 2.5.18 |
Comparing to | |
See all releases |
Code changes from version 2.4.17 to 2.5.18
- cleantalk.php +6 -12
- readme.txt +25 -5
- screenshot-4.png +0 -0
cleantalk.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org/wordpress
|
5 |
Description: Invisible antispam for comments and feedback forms. The plugin doesn't use CAPTCHA, Q&A, math or quiz to stop spam bots.
|
6 |
-
Version: 2.
|
7 |
Author: СleanTalk <welcome@cleantalk.ru>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
-
$ct_agent_version = 'wordpress-
|
12 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
13 |
|
14 |
add_action('init', 'ct_init_locale');
|
@@ -54,8 +54,8 @@ function ct_def_options() {
|
|
54 |
'autoPubRevelantMess' => '1',
|
55 |
'comments_test' => '1',
|
56 |
'formidable_test' => '1',
|
57 |
-
'remove_old_spam' => '
|
58 |
-
'spam_store_days' => '
|
59 |
);
|
60 |
}
|
61 |
|
@@ -594,8 +594,6 @@ function ct_comment_approved($comment_object) {
|
|
594 |
$comment['comment_approved'] = 1;
|
595 |
wp_update_comment($comment);
|
596 |
|
597 |
-
delete_spam_comments();
|
598 |
-
|
599 |
return true;
|
600 |
}
|
601 |
|
@@ -611,8 +609,6 @@ function ct_comment_unapproved($comment_object) {
|
|
611 |
$comment['comment_approved'] = 0;
|
612 |
wp_update_comment($comment);
|
613 |
|
614 |
-
delete_spam_comments();
|
615 |
-
|
616 |
return true;
|
617 |
}
|
618 |
|
@@ -628,8 +624,6 @@ function ct_comment_spam($comment_object) {
|
|
628 |
$comment['comment_approved'] = 'spam';
|
629 |
wp_update_comment($comment);
|
630 |
|
631 |
-
delete_spam_comments();
|
632 |
-
|
633 |
return true;
|
634 |
}
|
635 |
|
@@ -645,8 +639,6 @@ function ct_unspam_comment($comment_id) {
|
|
645 |
$comment['comment_content'] = ct_unmark_red($comment['comment_content']);
|
646 |
$comment['comment_content'] = ct_feedback($hash, $comment['comment_content'], 1);
|
647 |
|
648 |
-
delete_spam_comments();
|
649 |
-
|
650 |
wp_update_comment($comment);
|
651 |
}
|
652 |
|
@@ -850,6 +842,8 @@ function admin_notice_message(){
|
|
850 |
|
851 |
ct_send_feedback();
|
852 |
|
|
|
|
|
853 |
return true;
|
854 |
}
|
855 |
|
3 |
Plugin Name: Anti-spam by CleanTalk
|
4 |
Plugin URI: http://cleantalk.org/wordpress
|
5 |
Description: Invisible antispam for comments and feedback forms. The plugin doesn't use CAPTCHA, Q&A, math or quiz to stop spam bots.
|
6 |
+
Version: 2.5.18
|
7 |
Author: СleanTalk <welcome@cleantalk.ru>
|
8 |
Author URI: http://cleantalk.org
|
9 |
*/
|
10 |
|
11 |
+
$ct_agent_version = 'wordpress-2518';
|
12 |
$ct_checkjs_frm = 'ct_checkjs_frm';
|
13 |
|
14 |
add_action('init', 'ct_init_locale');
|
54 |
'autoPubRevelantMess' => '1',
|
55 |
'comments_test' => '1',
|
56 |
'formidable_test' => '1',
|
57 |
+
'remove_old_spam' => '0',
|
58 |
+
'spam_store_days' => '31' // Days before delete comments from folder Spam
|
59 |
);
|
60 |
}
|
61 |
|
594 |
$comment['comment_approved'] = 1;
|
595 |
wp_update_comment($comment);
|
596 |
|
|
|
|
|
597 |
return true;
|
598 |
}
|
599 |
|
609 |
$comment['comment_approved'] = 0;
|
610 |
wp_update_comment($comment);
|
611 |
|
|
|
|
|
612 |
return true;
|
613 |
}
|
614 |
|
624 |
$comment['comment_approved'] = 'spam';
|
625 |
wp_update_comment($comment);
|
626 |
|
|
|
|
|
627 |
return true;
|
628 |
}
|
629 |
|
639 |
$comment['comment_content'] = ct_unmark_red($comment['comment_content']);
|
640 |
$comment['comment_content'] = ct_feedback($hash, $comment['comment_content'], 1);
|
641 |
|
|
|
|
|
642 |
wp_update_comment($comment);
|
643 |
}
|
644 |
|
842 |
|
843 |
ct_send_feedback();
|
844 |
|
845 |
+
delete_spam_comments();
|
846 |
+
|
847 |
return true;
|
848 |
}
|
849 |
|
readme.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
=== Anti-spam by CleanTalk ===
|
2 |
-
Contributors: znaeff,
|
3 |
-
Tags: spam, antispam, anti-spam, spambot, spam-bot, stop spam, spammers, spamfree, captcha, capcha, captha, catcha, recaptcha, comment, comments, math, cloud, blacklist, puzzle, wpmu, network, multisite, akismet, спам, 垃圾邮件, correo no deseado,
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 3.7
|
6 |
-
Stable tag: 2.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
1. Stops spam bots in the comments.
|
|
|
15 |
1. Invisible spam protection for visitors.
|
16 |
1. Anti-spam without CAPTCHA, math, puzzles or Q&A.
|
17 |
|
@@ -23,6 +24,10 @@ The plugin is a client application for anti-spam cloud service <a href="http://c
|
|
23 |
|
24 |
The plugin is WordPress MultiUser (WPMU or WordPress network) compatible. Each blog in multisite environment has individual anitspam options for spam bots protection.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
= Requirements =
|
27 |
WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and enabled 'allow_url_fopen' setting.
|
28 |
|
@@ -76,9 +81,17 @@ Use other antispam plugins not necessarily, because CleanTalk stops 99.99% of sp
|
|
76 |
1. The comment from spammer (sender blacklisted by IP/Email, comment text not relevant for the post) prohibited to place in the queue WordPress
|
77 |
1. Antispam settings to filter spam bots. Just enter Access key and app ready to stop spammers at the blog.
|
78 |
1. Not spam, not relevant to article comment has moved to approval.
|
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
= 2.4.15 2013-09-26 =
|
83 |
* Fixed: Bug with mass comments deletion
|
84 |
* Changed: Russian localization for admin panel
|
@@ -183,6 +196,13 @@ Use other antispam plugins not necessarily, because CleanTalk stops 99.99% of sp
|
|
183 |
* First version
|
184 |
|
185 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
= 2.4.15 2013-09-26 =
|
187 |
* Fixed: Bug with mass comments deletion
|
188 |
* Changed: Russian localization for admin panel
|
1 |
=== Anti-spam by CleanTalk ===
|
2 |
+
Contributors: znaeff, shagimuratov
|
3 |
+
Tags: spam, antispam, anti-spam, spambot, spam-bot, stop spam, spammers, spamfree, captcha, capcha, captha, catcha, recaptcha, comment, comments, math, cloud, blacklist, puzzle, wpmu, network, multisite, akismet, спам, 垃圾邮件, correo no deseado, forms, formidable forms, feedback
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 3.7.1
|
6 |
+
Stable tag: 2.5.18
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
Invisible anti-spam without CAPTCHA. No spam in the comments and feedback forms.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
1. Stops spam bots in the comments.
|
15 |
+
1. Stops spam bots in the feedback forms.
|
16 |
1. Invisible spam protection for visitors.
|
17 |
1. Anti-spam without CAPTCHA, math, puzzles or Q&A.
|
18 |
|
24 |
|
25 |
The plugin is WordPress MultiUser (WPMU or WordPress network) compatible. Each blog in multisite environment has individual anitspam options for spam bots protection.
|
26 |
|
27 |
+
= Functions =
|
28 |
+
* Antispam protection for comments form.
|
29 |
+
* Antispam protection for <a href="http://wordpress.org/plugins/formidable/" target="_blank">Formiadble forms</a>.
|
30 |
+
|
31 |
= Requirements =
|
32 |
WordPress 3.0 at least. PHP 4, 5 with CURL or file_get_contents() function and enabled 'allow_url_fopen' setting.
|
33 |
|
81 |
1. The comment from spammer (sender blacklisted by IP/Email, comment text not relevant for the post) prohibited to place in the queue WordPress
|
82 |
1. Antispam settings to filter spam bots. Just enter Access key and app ready to stop spammers at the blog.
|
83 |
1. Not spam, not relevant to article comment has moved to approval.
|
84 |
+
1. Spam bot stopped at Formidable feedback form
|
85 |
|
86 |
== Changelog ==
|
87 |
|
88 |
+
= 2.5.18 2013-11-01 =
|
89 |
+
* Fixed: Bug with selection of the last comments for post
|
90 |
+
* New: Antispam protection for Formiadble feedback forms
|
91 |
+
* New: Automatic deletion of outdated spam comments
|
92 |
+
* New: On/Off option for comments spam filtration
|
93 |
+
* Tested with WordPress 3.7.1
|
94 |
+
|
95 |
= 2.4.15 2013-09-26 =
|
96 |
* Fixed: Bug with mass comments deletion
|
97 |
* Changed: Russian localization for admin panel
|
196 |
* First version
|
197 |
|
198 |
== Upgrade Notice ==
|
199 |
+
= 2.5.18 2013-11-01 =
|
200 |
+
* Fixed: Bug with selection of the last comments for post
|
201 |
+
* New: Antispam protection for Formiadble feedback forms
|
202 |
+
* New: Automatic deletion of outdated spam comments
|
203 |
+
* New: On/Off option for comments spam filtration
|
204 |
+
* Tested with WordPress 3.7.1
|
205 |
+
|
206 |
= 2.4.15 2013-09-26 =
|
207 |
* Fixed: Bug with mass comments deletion
|
208 |
* Changed: Russian localization for admin panel
|
screenshot-4.png
ADDED
Binary file
|