Skip to content

VladCleantalk/joomla25-3x-antispam

 
 

Repository files navigation

Anti-spam plugin for Joomla 2.5-3.X.

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) {
            JError::raiseError(503, $this->_subject->getError());
        }

About

Anti-spam plugin for Joomla 2.5-3.X.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.8%
  • JavaScript 4.2%