All Projects → CleanTalk → joomla2.x-antispam

CleanTalk / joomla2.x-antispam

Licence: other
Anti-spam plugin for Joomla 2.x

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to joomla2.x-antispam

bitrix-antispam
1C Bitrix anti-spam mod.
Stars: ✭ 10 (+0%)
Mutual labels:  anti-spam, spam-prevention, spam-protection, antispam, spam-filtering, anti-spam-plugin
mediawiki-antispam
Antispam extension for MediaWiki.
Stars: ✭ 15 (+50%)
Mutual labels:  anti-spam, spam-prevention, spam-protection, antispam
ruby-antispam
API to have CleanTalk anti-spam on Ruby
Stars: ✭ 16 (+60%)
Mutual labels:  anti-spam, spam-protection, antispam, spam-filtering
Stop.Google.Analytics.Ghost.Spam.HOWTO
How to stop Google Analytics "Ghost" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.
Stars: ✭ 21 (+110%)
Mutual labels:  spam-prevention, spam-protection, spam-filtering
v3
E.F.A version 3.x.x.x
Stars: ✭ 38 (+280%)
Mutual labels:  spam-prevention, spam-protection, spam-filtering
Nginx Ultimate Bad Bot Blocker
Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Stars: ✭ 2,351 (+23410%)
Mutual labels:  spam-prevention, spam-protection, spam-filtering
spamtoberfest
Fight against PR spammers
Stars: ✭ 51 (+410%)
Mutual labels:  anti-spam, antispam, spam-filtering
Raid-Protect-Discord-Bot
A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...
Stars: ✭ 182 (+1720%)
Mutual labels:  anti-spam, antispam
php-antispam
A PHP API for antispam service cleantalk.org. Invisible protection from spam, no captches, no puzzles, no animals and no math.
Stars: ✭ 50 (+400%)
Mutual labels:  spam-protection, antispam
attributes
Компонент реализует дополнительные атрибуты для элементов системы, меню, материалов, категорий, модулей и плагинов.
Stars: ✭ 15 (+50%)
Mutual labels:  joomla, joomla-cms
joomla
The J!German translation team provides German translation for Joomla!
Stars: ✭ 25 (+150%)
Mutual labels:  joomla, joomla-cms
blogspam-api
Implementation of the blogspam.net server in golang
Stars: ✭ 22 (+120%)
Mutual labels:  spam-protection, spam-filtering
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+550%)
Mutual labels:  anti-spam, antispam
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (+90%)
Mutual labels:  anti-spam, spam-protection
human-call-filter
Captcha for phone calls
Stars: ✭ 41 (+310%)
Mutual labels:  spam-prevention, spam-filtering
joomla-bootstrap3-isis-template
Joomla! admin isis template but using Bootstrap 3 styles.
Stars: ✭ 36 (+260%)
Mutual labels:  joomla, joomla-cms
tgGuard
frist antispam and group moderator TeleGram bot with fast speed, high power and low space
Stars: ✭ 22 (+120%)
Mutual labels:  anti-spam, antispam
caldera-forms-anti-spam
Caldera Forms Anti Spam WordPress plugin. This adds Google's reCAPTCHA field to your Caldera Form.
Stars: ✭ 24 (+140%)
Mutual labels:  anti-spam, antispam
stop-spammers
Stop Spammers — WordPress Plugin
Stars: ✭ 31 (+210%)
Mutual labels:  spam-protection, spam-filtering
plg system httpheader
This is a Joomla Plugin that provides setting of HTTP Headers
Stars: ✭ 19 (+90%)
Mutual labels:  joomla, joomla-plugin

Anti-spam plugin for Joomla 2.X.

Version 6.4

Simple antispam test

Example how to use plugin to filter spam bots at any Joomla form.

        $result = plgSystemAntispambycleantalk::onSpamCheck(
            '',
            array(
                'sender_email' => $contact_email, 
                'sender_nickname' => $contact_nickname, 
                'message' => $contact_message
            ));

        if ($result !== true) {
            JFactory::getApplication()->enqueueMessage($this->_subject->getError(),'error');
        }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].