将用户名从一个论坛转移到另一个论坛?

发布于 2024-07-06 16:26:01 字数 40 浏览 12 评论 0原文

如何将 vBulletin 论坛的用户转移到新安装的 IceBB?

How do I transfer the users of a vBulletin forum to a new installation of IceBB?

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

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

发布评论

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

评论(2

朱染 2024-07-13 16:26:01

据推测,它们都有某种数据库后端,对吗? SQL 转储,然后用您最喜欢的脚本语言修补内容,然后是 SQL 加载,似乎是可行的。

Presumably, they both have a database back-end of some sort, right? SQL dump, followed by patching stuff up in your favorite scripting language, followed by SQL load, seems do-able.

飘然心甜 2024-07-13 16:26:01

vBulletin 有一个名为 ImpEx 的工具可以做到这一点。 它导入和导出用户和数据。 与使用 ImpEx 相比,自己执行 SQL 可能容易出错且困难。

There is a tool called ImpEx for vBulletin to do exactly this. It imports and exports users and data. Doing the SQL yourself can be error prone and difficult compared to using ImpEx.

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