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
- Host: GitHub
- URL: https://github.com/cleantalk/joomla2.x-antispam
- Owner: CleanTalk
- Created: 2014-03-20T10:22:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T18:36:28.000Z (12 months ago)
- Last Synced: 2025-04-11T00:52:29.703Z (6 months ago)
- Topics: anti-spam, anti-spam-plugin, antispam, joomla, joomla-cms, joomla-plugin, php, spam-filtering, spam-prevention, spam-protection
- Language: PHP
- Homepage:
- Size: 847 KB
- Stars: 10
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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