关于php中curl的一般问题
很简单的问题,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然可以。最糟糕的部分是捕获令牌、登录和其他需要解析 HTML 的表单
Sure it can. The worst part would be to catch tokens, login and other forms which requires to parse HTML
虽然 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.