在 Drupal 论坛中放置验证码和反垃圾邮件禁止词吗?

发布于 2024-10-25 00:04:09 字数 162 浏览 3 评论 0原文

能做到吗?

我有一个基于 drupal 的论坛,它不断收到大量垃圾邮件,因为我没有关于帖子或评论发布的验证码,也没有禁止单词列表。

现在我无法集成验证码,也找不到模块来拒绝一些冒犯性的词语。

有什么想法吗?

我正在使用 Drupal 6 。 谢谢

Can it be done?

I have a forum based on drupal that keeps receiving a lot of spam, because I don't have a captcha upon threads or comments posting, nor do I have a list of prohibited words.

Now I couldn't integrate captcha nor could I find a module to deny some offensive words.

Any ideas?

I'm using Drupal 6 .
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

草莓酥 2024-11-01 00:04:09
  • 使用 recaptcha
  • 转到管理设置,recaptcha 并启用选项在每个表单上显示验证码管理选项< /code>
  • 转到您要启用验证码的表单,您将在底部有验证码的管理设置以启用或禁用。并启用验证码
  • Use recaptcha
  • Go to admin settings, recaptcha and enable the option show captcha admin options on every form
  • Go to the form for which you want to enable the recaptcha, you will have admin settings of recaptcha at the bottom to enable or disable. And enable recaptcha
番薯 2024-11-01 00:04:09

使用模块 recaptcha 并尝试执行 SQL 命令 INSERT INTO captcha_points VALUES ('forum_node_form', 'recaptcha ', 'reCAPTCHA');

Use module recaptcha and try to execute SQL command INSERT INTO captcha_points VALUES ('forum_node_form', 'recaptcha', 'reCAPTCHA');

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文