-
7 Ways to Prevent Fake Registrations on WordPress (with CleanTalk)

Fake registrations are more than a minor admin inconvenience. They fill your database with junk accounts, waste moderation time, reduce signup quality, and make it harder to understand what real user activity looks like. For WordPress sites, this problem is especially common. Registration forms are public by design, which makes them an easy target for
FEEDBACK LOG
The Latest
-
Perl, Python anti-spam API to web-site spam protection
Ready to use API for protecting web site from spam, to an existing class PHP, added antispam modules Perl and Python. Libraries enable you to check on the spam as a new comment and registration. Examples: Perl API: [perl] use strict; use WebService::Antispam; my $ct = WebService::Antispam->new({ auth_key => ‘12345’ # API key, please get…
-
Updated antispam plugin for Joomla
Available to install new version of anti-spam plugin for Joomla 2.5, 3.x, the list of changes: plugin translated PHP API 2.0 optimized PHP code, removed the extra plugin settings, tested for compatibility with Joomla 2.5, 3.x. We remind all the possibilities of the plugin: protection of the site from the registration of the spam bots.…
-
Version 1.2.2 of Invision Power Board protection hook is released
·
Version 1.2.2 of Invision Power Board (IP.Board) hook of protection against undesirable comments and spam bot registrations is ready! Spam comments checking and automoderation are added comparing with the previous version 1.1.2. Full list of features: Comment relevance to forum topic, Presence of links and stop words, Presence in black…
-
Updated PHP API to version 1.21.9
Ready to use version 1.21.9 PHP API, change the following: Requests to the server switched ring HTTP+JSON. From RPC::XML refuse his redundancy for our service. In the class “Cleantalk added option «data_codepage», which allows you to specify a code page of the data transferred, respectively class automatically encodes the data in UTF-8. The input, output…