Stop spam without frustrating your visitors

Create your CleanTalk account and start blocking spam — no CAPTCHA challenges and no impact on visitors.

Security Block Lists

CleanTalk Account

No credit card required • Setup takes less than a minute • Your temporary password will be sent by email.

Category: Uncategorized

  • Anti-spam plugin for Joomla, version 1.73

    Available updated anti-spam plugin for Joomla, changes in the new version,

    • Improved spam protection for VirtueMart 1.1.3.
    • Improved JavaScript anti-spam test for signup, comments and feedback forms.
    • Improved anti-spam for JComments 2.3.

    We remind all the plugin functions,

    • Protection from spam bots registrations at Joomla,
    • Protection from spam bots at feedback form,
    • Anti-spam for VirtueMart 1.x, 2.x
    • Anti-spam for One Page Checkout (Rupostel).
    • Anti-spam for JComments 2.3.
    • Anti-spam support for Rapid Contact, VTEM Contact.
    • Support Joomla 1.5, 2.5, 3.x.

    The archive with the updating joomla15-antispam-1.73.zipjoomla25-3x-antispam-1.73.zip.

  • Disabled limit of approved registrations/comments on all packages

    Disabled limit of approved registrations/comments on all packages

    From 24 February till 24 March 2014 for all packages are disabled daily limits of approved “registrations/comments”.

    We are testing the new tariff policy, we hope to use it in the future on a permanent basis for all customers of the service.

  • New Anti-spam MOD for phpBB3, version 3.74 ready

    New Anti-spam MOD for phpBB3, version 3.74 ready

    Anti-spam MOD for phpBB3 updated, the changes in the new version,

    • fixed bug at Moderation control panel.
    • fixed code and design module in accordance with the recommendations of the team phpbb.com.

    Archive module cleantalk_spam_protect_v_3.74.zip.

  • Fault in the billing system on Jan 16, 2014

    Fault in the billing system on Jan 16, 2014

    Today 16.01.2014, in the first half of the day (until 06:00 GMT time) during the upgrade of the billing system mistakenly sent messages about disabling the service. In the same time the service wasn’t disabled!

    We apologize for inconvenience!

  • 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 on cleantalk.org
    });

    my $response = $ct->request({
    message => ‘abc’, # Comment visitor to the site
    example => undef, # The text of the article to which visitor created a comment.
    sender_ip => ‘196.19.250.114’, # IP address of the visitor
    sender_email => ‘stop_email@example.com’, # Email IP of the visitor
    sender_nickname => ‘spam_bot’, # Nickname of the visitor
    submit_time => 12, # The time taken to fill the comment form in seconds
    js_on => 1, # The presence of JavaScript for the site visitor, 0|1
    });
    [/perl]

    Python API:

    [python]
    from cleantalk import CleanTalk

    ct = CleanTalk(auth_key=’yourkey’)
    ct_result = ct.request(
    message = ‘abc’, # Visitor comment
    sender_ip = ‘196.19.250.114’, # Visitor IP address
    sender_email = ‘stop_email@example.com’, # Visitor email
    sender_nickname = ‘spam_bot’, # Visitor nickname
    js_on = 1, # Is visitor has JavaScript
    submit_time = 12 # Seconds from start form filling till the form POST
    )
    #Check
    if ct_result[‘allow’]:
    print(‘Comment allowed. Reason ‘ + ct_result[‘comment’])
    else:
    print(‘Comment blocked. Reason ‘ + ct_result[‘comment’])
    [/python]

    Python module compatible with the version of Python 2 and Python release 3. Soon to be available API platform .NET.

    Perl anti-spam module to the web site

    Python anti-spam module to the web site

  • 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 the name of the variables and functions are fully compatible with the previous version of the API to update enough to replace cleantalk.class.php.

    Download cleantalk-anti-spam-script-1.21.9.zip.

  • PHP Class protect the site from spam

    Not so long ago we updated the PHP class protection against spam sites, which may well be used to protect any PHP web-site. Of the most interesting changes:

    • protection of the site without Captcha;
    • automatically connect to the fastest server in a pool of servers;
    • detailed examples of the use of the class.

    Download the latest version of the class cleantalk-anti-spam-script-0.20.1.zip.

  • Importance of comments and automatic spam protection.

    Importance and necessity of comments on websites, blog or forum is already understood by everyone. That is so because they directly influence the traffic. Comments for searching engines imply that the website content is actively discussed. Many users value the utility of a product by comments to it. But there is one peculiarity – this may be the wish of some users to get a backlink and traffic from your website. Nevertheless, all websites and forums are affected by spam, automatic or manual.

    I offer you to speak today about the protection of a web resource from spam. Spam in comments, blogs or in a forum creates considerable workload for moderators and if you’ve got your personal resource, blog or forum, all this work falls on you, taking much time for routine tasks. No user would read forum or website overwhelmed with spam so protective measures are to be taken.

    So what methods or principles of spam protection do various software products offer?

    In fact all spam protection methods consist of complicating the way to the comments for spam bots. But what makes the access more complicated for spam bots, makes it more complicated for users as well, so this is the reverse of the coin. Inputing Captcha, counting numbers and answering questions is quite embarrassing for everyone. Such methods push the visitors off. And comments and messages on forums are the source of traffic. The more sophisticated the methods of protection are, the more complicated the bots become as they learn how to avoid protection.

    Another aspect of the protection methods is protection from manual spamming. It consists in  pre-moderation of messages, i.e. permanent control by a moderator, which also pushes the visitors off as they wish to communicate in real time but not wait for moderation of their messages. If you do not use pre-moderation you may also choose to delete spam messages manually which is also not good.

    You have to hire staff for moderation and this means extra losses.

    And if it is your personal website and you are a moderator here, you waste YOUR time already. So maybe you just automate the process?

    So consider another spam protection method which lacks the drawbacks of the previous ones. Here users may post messages and comments online and they are released now from captcha and another tools offered to them within conterspam methods.

    Let`s consider this solution, which is CleanTalk.Spam protect plug-in, more precisely. This plug-in currently works with the following platforms: Joomla, phpBB, WordPress, DataLife Engine, IP Board, vBulletin.

    Its principle of operation is based on the messages relevancy and evaluation of this relevancy to the topic of website, blog or article to which the comment is written.

    If a commentary was written by user and fits the topic, it will be automatically published. If the message does not coincide with the topic, it will undergo manual moderation and the user will be sent notification with the reason for blocking. The user here will be able to correct his message while a bot will have to switch to a less protected resource.

    As the result the website is protected from spam and off topic messages and visitors have handy and simple registration procedure and comments form which is undoubtedly an advantage as the comments are the source of content. Resources previously spent on moderation may now be redirected to more productive activity.

    Additional features of the CleanTalk plug-in allow to block messages with stop words and form the user`s his own list of stop words. The service also allows to send the messages, which contain obscene lexis, swearing and proclivities to ethnic dissention, to manual moderation.

  • Will CAPTCHA help?

    You or your organization have a site or a forum in the internet, you’ve spent a lot of time and resources on its creation, filling, development and attraction of visitors. Your resource is popular, the presented information is discussed by the visitors, they express their opinion and give comments. But…

    Each owner of a site or a forum faces such problem as spam. And it is really a great problem, a site without protection in a couple of days turns into a rubbish heap of ads and references. The site will not interest a single visitor from now on. If your site provides a possibility to communicate, you’ll have to moderate it both from spam and those visitors, who wish to spoil your site.

    Let’s single out two threats for the site, they are: spam and dishonest visitors and let’s examine them in detail.

    How to protect site from bots?

    In order to lower the costs on moderation, various methods were developed for spam protection. The principle is always the same: to automatically discern people and bots.

    The most popular method is CAPTCHA – this is an annoying picture with curved and sloping symbols, which are offered to the visitor to fill in. It is supposed that spam bots won’t discern these symbols, but a visitor will. Captcha provokes great irritation, but if one wants to speak out, he has to fill in these symbols time after time, making mistakes and starting once again. At the sight of captcha and after input errors, many visitors leave the resource. Thus, captcha helps to protect the resource both from bots and visitors.

    Other applied ways of protection consist in using fields, concealed from the visitors. Supposedly, a bot will fill in all the fields and a visitor – only the ones, he sees, and if all the fields are filled, the comment is considered to be spam and is not published. Checkbox is also applied, the visitor is asked to tick the box if he is not a bot. It is quite easy to write a script, which will tick the box and find concealed fields.

    These ways will protect you from spam not more than 2 months, otherwise your resource has poor attendance and it is not interesting for spammers.

    How does CAPTCHA protect from spam-bots?

    With the help of algorithms and technologies of text recognition, the use of captcha gets less and less effective. The most part of captchas are passed  by connection to FineReader or OmniPage libraries, use of Cocke–Younger–Kasami (CYK) algorithm.

    Writing of self-organising algorithm, recognising the symbols in captcha, doesn’t take a lot of time, but the efficiency of recognition is more than 50%. It’s not difficult for spammers to find ready-made algorithms for the most popular captchas in the internet.

    If there are few variants of captcha, let us suppose, you use nonstandard captcha, then it is passed by plain guessing, when a robot sends random answers and some of them may suit.

    One more way to pass captcha is to use human resource, the robot redirects captcha to a highly popular resource, sites of pornographic subject, file hostings and so on, a user of such site is offered to input an answer to a captcha and a robot inputs it in the needed site.

    The use of artificial neuronic networks for robot training hightens their efficiency of discerning captcha. As a rule, recognition systems discern symbols better than people, what makes the impression that captchas are created not for eliminating the robots, but for eliminating people.

    CAPTCHA is not a panacea from spam, the cost of manual recognition is 1-2 $ for 1000 recognitions. The use of such method of spam protection will facilitate your work on resource moderation and annoy visitors.

    Do you still have doubts concerning the need for CAPTCHA in your resource?

    How much time a day do you or your employees spend on moderation? Estimate the cost of this time, and if such task didn’t exist and these resources could be spent on something else, for example, on development? Summing up real losses and missed profit, you’ll get real costs.

    Is there an alternative? The one, that would protect the site from spam, be invisible for the visitors and take less time for moderation?

    Yes, there is – CleanTalk service.

    CleanTalk is a service of automatic site moderation, which uses invisible for the visitor means. It uses multistep checking for eliminating spam-bots. The plug-in working principle is based on determining the message relevance and estimates the conformance of the written message to the topic of the site, blog or an article to which this comment was written.

    The main advantages of the service is automatic protection from spam bots’ registrations, protection from automatic and manual spam distribution, message automoderation, adjustable lists of stop-words. It doesn’t load the database, as the messages don’t get into the base. Quick reaction to appearing of new spam bots.

    There is economy on costs concerning moderation, and the released resources may be used more efficiently, than looking through messages and deleting spam.

    Standard for installation in the site modules are developed for popular CMSJoomla, phpBB, WordPress, DataLifeEngine, IPBoard, vBulletin. API may be used for other CMS.