Changeset 3001786
- Timestamp:
- 11/26/2023 12:08:16 PM (2 years ago)
- File:
-
- 1 edited
-
kama-spamblock/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kama-spamblock/trunk/readme.txt
r3000349 r3001786 7 7 Tags: spam, spammer, autospam, spamblock, antispam, anti-spam, protect, comments, ping, trackback, bot, robot, human, captcha, invisible 8 8 9 Light and invisible method to block auto-spam when spam comment is posted. Pings and trackbacks cheks for realbacklinks.9 A lightweight and discreet solution to prevent automatic spam when a spam comment is posted. Additionally, it conducts checks on pings and trackbacks to verify genuine backlinks. 10 10 11 11 … … 13 13 == Description == 14 14 15 Block auto-spam when spam comment is posted. Absolutely invisible for users -- There is no any captcha code. Pings and trackbacks cheks for real backlink.15 Effectively prevent automatic spam when a spam comment is posted with Kama Spamblock, a plugin that operates discreetly and remains completely invisible to users—no captcha codes required. The plugin not only blocks spam comments but also conducts thorough checks on pings and trackbacks to ensure the authenticity of backlinks. 16 16 17 Install Kama Spamblock also useful even if you have external comment system like "Disqus". Because autospam could posted directly to "wp-comments-post.php" file. The plugin will protect such comments. 18 17 Even if you are using an external comment system like Disqus, installing Kama Spamblock remains valuable. This is because autospam can be posted directly to the 'wp-comments-post.php' file, and the plugin serves as a robust defense against such comments. 19 18 20 19 … … 30 29 == Frequently Asked Questions == 31 30 32 = On comment post i see message "Antispam block your comment!" is it normal plugin work? =31 = When posting a comment on the site, I received a message, 'Antispam blocked your comment!'. Is this a normal function of the plugin? = 33 32 34 N O! Plugin invisible for users. You need to go to WordPress "Discussion" setting page. At the bottom you will see "Kama Spamblock settings". Set there correct ID attribute of comment form submit button. This attribute you can get from "souse code" of you site page where comment form is. Look for: type="submit" id="-----"33 No! The plugin is invisible to users. You should navigate to the 'Discussion' settings page in WordPress. At the bottom, you'll find 'Kama Spamblock settings.' Set the correct ID attribute for the comment form submit button there. You can obtain this attribute from the 'source code' of your site's page where the comment form is located. Look for: `type="submit" id="??????"`. 35 34 36 35 … … 38 37 39 38 == Changelog == 39 40 = 1.8.2 = 41 * Minor refactoring. 40 42 41 43 = 1.8.1 = … … 77 79 = 1.5.0 = 78 80 * ADD: Russian localization 81
Note: See TracChangeset
for help on using the changeset viewer.