|
本帖最后由 yasewang2 于 2013-5-29 22:12 编辑
网站是这个网站
sceper.ws/home/2013/05/the-hangover-part-iii-cam-xvid-snake.html
我想用POST发个评论
返回的源码页面是
好像是用了wordpress 的 nospamnx 插件,大家看看怎么解决
源码:
复制代码
- .版本 2
- .支持库 spec
- .子程序 comment
- .参数 内容, 文本型
- .参数 地址, 文本型
- .局部变量 comment, 文本型
- .局部变量 comment_post_ID, 文本型
- .局部变量 nxts, 文本型
- .局部变量 nxts_signed, 文本型
- .局部变量 返回源码, 文本型
- .局部变量 正则, 正则表达式类
- .局部变量 POST数据包, 文本型
- .局部变量 POST地址, 文本型
- .局部变量 Referer, 文本型
- .局部变量 协议头, 文本型
- 返回源码 = 彗星HTTP读文本 (地址)
- ' 编辑框_返回.内容 = 返回源码
- 正则.创建 (#nxts_正则, 返回源码, , , )
- comment = 内容
- comment_post_ID = 文本_取出中间文本 (返回源码, “comment_post_ID' value='”, “' id='”)
- nxts = 文本_取出中间文本 (返回源码, #c_nxts, #引号)
- nxts_signed = 正则.取子匹配文本 (1, 2) + “&” + “4d05a269011482cc=” + 正则.取子匹配文本 (1, 3) + “&b53beb51721764e65=” + 正则.取子匹配文本 (1, 4)
- POST数据包 = “author=&comment=” + 内容 + “&submit=Submit+Comment&comment_post_ID=” + comment_post_ID + “&comment_parent=0&nxts=” + nxts + “&nxts_signed=” + nxts_signed
- POST地址 = “http://sceper.ws/wp-comments-post.php”
- Referer = 地址
- 协议头 = “Referer:” + 地址 + #换行符 + “Content-Type: application/x-www-form-urlencoded”
- 调试输出 (POST数据包)
- 返回源码 = 到文本 (彗星HTTP读文件 (POST地址, “POST”, , 协议头, POST数据包))
- 编辑框_返回.内容 = 返回源码
- .
- .子程序 _按钮_comment_被单击
- comment (“Its a good blog”, “http://sceper.ws/home/2013/05/the-hangover-part-iii-cam-xvid-snake.html”)
|
|