Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleantalk/joomla3.x-4.x-antispam
https://github.com/cleantalk/joomla3.x-4.x-antispam
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleantalk/joomla3.x-4.x-antispam
- Owner: CleanTalk
- Created: 2019-07-24T11:28:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T13:05:06.000Z (10 months ago)
- Last Synced: 2024-03-14T14:29:15.470Z (10 months ago)
- Language: PHP
- Size: 681 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Anti-spam plugin for Joomla 3.X.-4.x
============
Version 3.2.5
=======## Simple antispam test
Example how to use plugin to filter spam bots at any Joomla form.
$result = plgSystemCleantalkantispam::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