免费论坛软件,具有良好的垃圾邮件防护功能

发布于 2024-09-07 15:09:06 字数 1459 浏览 5 评论 0原文

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

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

发布评论

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

评论(3

甜宝宝 2024-09-14 15:09:06

我已将 reCAPTCHA 添加到 phpBB 论坛用于用户注册,并另外运行 reCAPTCHA 以及手写到 phpBB 代码中的非常简单的黑名单过滤器,用于处理来自未注册用户的发帖尝试以及垃圾邮件水平是最低的。

I have added reCAPTCHA to a phpBB forum for user registration and additionally run reCAPTCHA plus a very simple blacklist filter handwritten into the phpBB code on posting attempts from unregistered users, and the spam levels are minimal.

彩扇题诗 2024-09-14 15:09:06

您尝试过 punbb 吗?它具有良好的垃圾邮件和 XSS 防护。

Have you tried punbb? It has good spam and xss protection.

凝望流年 2024-09-14 15:09:06

PhpBB 及其周围有很多阻止垃圾邮件的工具。

  • 需要注册才能发帖
  • 需要电子邮件验证才能注册
  • 在注册表单上使用验证码
  • 使用 Akismet 来过滤通过的帖子(除了我链接的模组之外,还有很多其他模组)。
  • 使用moderate-first-post(不记得它是内置的还是附加的)

但是如果您正在寻找更快并且可能更简单的东西,PunBB 很受欢迎,并且是它的一个分支,FluxBB 正在增长受欢迎(因为 PunBB 品牌被“那个男人”买下了)。

它们速度更快,占用的资源也更少,但您确实需要为此付出大量的社区资源、插件和内置功能。

我在客户网站中实现了 FluxBB,在此处可见只是为了向您展示它可以相当紧密地集成到网站的设计中。在本例中,主站点是 WordPress 安装。


刚刚注意到您对开场帖子的评论。我认为没有任何插件、导入程序或任何真正可以自动减少现有垃圾邮件的东西。

大多数垃圾邮件都非常相似。除非您已成为多个垃圾邮件发送者的目标,否则您也许可以编写一些 PHP 脚本来查找已知的垃圾邮件签名并自动删除它们(及其用户)。

这应该会让您回到可以快速手动调节的程度。

There are a lot of tools to stop spam in and around PhpBB.

  • Require registration to post
  • Require email validation to register
  • Use a CAPTCHA on the registration form
  • Use Akismet to filter posts coming through (there are a lot of other mods than the one I linked to).
  • Use moderate-first-post (can't remember if it's built in or an add-on)

But if you're looking for something faster and perhaps a little simpler, PunBB is popular and a fork of it, FluxBB is growing in popularity (since the PunBB brand was bought by "the man").

They are a lot faster and lighter on resources but you do trade in quite a lot of community resources, plugins, and built-in features for that.

I implemented FluxBB in a client's site, as viewable here just to show you that it can be fairly tightly integrated into a site's design. In this case the main site is a Wordpress install.


Just noticed your comment on your opening post. I don't think there are any plug-ins, importers or anything really that will automatically cut down existing spam.

Most spam is very similar. Unless you've been targeted by multiple spammers, you might be able to write a little PHP script to look for known spam signatures and delete them (and their users) automatically.

This should get you back to a point where you can manually moderate quite quickly.

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