在 Drupal 论坛中放置验证码和反垃圾邮件禁止词吗?
能做到吗?
我有一个基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在每个表单上显示验证码管理选项< /code>
show captcha admin options on every form
使用模块 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');