定制 cleantalk/craft-antispam 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cleantalk/craft-antispam

最新稳定版本:1.0.4

Composer 安装命令:

composer require cleantalk/craft-antispam

包简介

Anti-Spam protection by CleanTalk

README 文档

README

Anti-Spam protection by CleanTalk Overview

Anti-Spam by CleanTalk is a cloud spam protection. Spam protection works invisible for visitors, and they do not need to prove that they are not bots.

Cloud capabilities allow you to view all processed requests in the anti-spam log and control the operation of the service.

Additional features of personal lists expand your options for protecting the site.

At the moment, protection is implemented only for spam protection for the Contact Form plugin. https://plugins.craftcms.com/contact-form

If you need to protect another types of forms, please, look at the Cloud Gray Pty Ltd solution, that let you use the CleanTalk service: https://plugins.craftcms.com/cleantalk?craft4

If you find this project useful, please consider starring ⭐ it on GitHub — it helps us grow and support development!

Requirements

Installation

To install the plugin, follow these instructions.

composer require cleantalk/craft-antispam
craft plugin/install craft-antispam

If you have your own custom forms, then to check the data from these forms for spam, you need to replace "YOUR_FORM_FIELD" in the file "cleantalk/craft-antispam/src/CraftAntispam.php " to the name of your fields "email" and "message" in the form

$params['email'] = $entry->YOUR_FORM_FIELD;
$params['message'] = $entry->YOUR_FORM_FIELD;

Configuring Anti-Spam protection by CleanTalk

To configure the plugin, just add the api-key to the plugin's setting located at /admin/settings/plugins/craft-antispam

Websites that trust CleanTalk!

CleanTalk Anti-Spam Rating

统计信息

  • 总下载量: 66
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-20