-
Reducing Disk Load in High-Traffic PHP Applications: Switching from SQLite to Redis for Anti-Crawler Storage
Automated crawlers and scraping bots are a growing problem for modern websites. While search engine bots are useful, many other crawlers generate excessive traffic, scrape content, or overload servers. To help website owners control this type of traffic, we recently released the Anti-Crawler PHP Library by CleanTalk, an open-source tool designed to detect and limit
-
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…