|
帝国7.0最新版,火车头7最新版。
用这个 http://bbs.locoy.com/spider-133375-1-1.html 发布模块能登陆成功,也能正常获取栏目列表,发布文章测试不成功,提示如下错误:- 发布失败,错误信息:
- 网页源代码:
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>信息提示</title>
- <link href="adminstyle/1/adminstyle.css" rel="stylesheet" type="text/css">
- <SCRIPT language=javascript>
- var secs=2;//3秒
- for(i=1;i<=secs;i++)
- { window.setTimeout("update(" + i + ")", i * 1000);}
- function update(num)
- {
- if(num == secs)
- { history.go(-1); }
- else
- { }
- }
- </SCRIPT>
- </head>
- <body>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <table width="500" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
- <tr class="header">
- <td height="25"><div align="center">信息提示</div></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="80">
- <div align="center">
- <br>
- <b>请输入信息标题和选择内容模板</b>
- <br>
- <br><a href="javascript:history.go(-1)">如果您的浏览器没有自动跳转,请点击这里</a>
- <br><br>
- </div></td>
- </tr>
- </table>
- </body>
- </html>
- 返回的Header:
- HTTP/1.1 200 OK
- Date:Tue, 04 Jun 2013 05:30:43 GMT
- Server:Apache/2.2.4 (Win32) PHP/5.2.0
- X-Powered-By:PHP/5.2.0
- Set-Cookie:kquphlogintime=1370323843; path=/
- Content-Length:1019
- Content-Type:text/html; charset=gb2312
复制代码 采集后提示:发布成功未知
请哪位高人指点一下,不胜感激! |
|