Home > Backend Development > PHP Tutorial > 求助,discuz x3如何通过url提交模拟表单提交(回帖)

求助,discuz x3如何通过url提交模拟表单提交(回帖)

WBOY
Release: 2016-06-23 14:19:52
Original
1070 people have browsed it

    求助各位大大,某论坛是discuz X3,我通过url提交参数模拟提交表单,试验通过了登陆与签到等操作。为何模拟回帖始终无法成功呢?其他类似操作都能成功,我已经获取到登陆后的formhash值。
给大家个试验网址吧,通过url提交参数能成功回帖并且正确显示即结贴。能帮忙解决问题,再送100分哦

bbs:http://www.ltaaa.com/bbs/forum.php
用户名:鸡蛋灌饼
密码:admin888


回复讨论(解决方案)

你通?url提交方式,那??方必?要用$_GET?接收,如果?方用$_POST就接收不到你提交??的值
我揣?回帖的部份就是用的$_POST?接收值,所以我建?你看一下CURL,?玩意可以?你模?post提交.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template