An open API service indexing awesome lists of open source software.

https://github.com/cleantalk/joomla2.x-antispam

Anti-spam plugin for Joomla 2.x
https://github.com/cleantalk/joomla2.x-antispam

anti-spam anti-spam-plugin antispam joomla joomla-cms joomla-plugin php spam-filtering spam-prevention spam-protection

Last synced: 6 months ago
JSON representation

Anti-spam plugin for Joomla 2.x

Awesome Lists containing this project

README

          

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');
}

## Requirements

* CleanTalk account https://cleantalk.org/register?product=anti-spam