关于php中curl的一般问题

发布于 2024-12-06 08:55:34 字数 135 浏览 0 评论 0原文

很简单的问题,curl可以在vBulletin论坛上发帖吗?当然,在 PHP 脚本中也是如此。

我没有尝试过,所以如果有人现在或曾经尝试过,能帮我腾出一些时间,我将不胜感激:D

如果工作太多,我不确定我是否应该尝试编写该代码

It's simple question, can curl make posts on vBulletin forum? In PHP script so of course.

I didn't try that so just if anyone now or ever tried, to spare me some time I would appreciate a lot :D

If there is too much job, I'm not really sure if I should try to write that code

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

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

发布评论

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

评论(2

有木有妳兜一样 2024-12-13 08:55:34

curl可以在vBulletin论坛上发帖吗?

当然可以。最糟糕的部分是捕获令牌、登录和其他需要解析 HTML 的表单

can curl make posts on vBulletin forum?

Sure it can. The worst part would be to catch tokens, login and other forms which requires to parse HTML

谁与争疯 2024-12-13 08:55:34

虽然 cURL 可以,但您应该更多地关注 vBulletin API。它包含一个与 vBulletin Board 通信的 Web 服务,这应该比原始 cURL 方法更合适。

While cURL can, you should more look at the vBulletin API. It contains a webservice to communicate with the vBulletin Board, which should be more suitable than the raw cURL method.

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