|
我现在采集成功, 用火车头内置浏览器登陆成功,测试发布文章也成功,但就是采集后没有实现自动发布,
在发布前,好像没有成功登陆后台. 得到的结果是 DEDECMS 后台登录的页面
【序号】:1
【返回信息】:web在线发布错误 注意查看返回源代码(只显示一次,以下雷同): <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>织梦内容管理系统 3_1_lit</title>
<link href="base.css" rel="stylesheet" type="text/css">
</head>
<body style='MARGIN: 0px' bgColor='#ffffff' leftMargin='0' topMargin='0' scroll='no'>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="BORDER-COLLAPSE: collapse">
<tr>
<td width="100%" height="64" background="img/indextitlebg.gif"><img src="img/indextitle.gif" width="250" height="64">
</td>
</tr>
<tr>
<td width="100%" height="20"> </td>
</tr>
<tr>
<td width="100%" height="20" valign="bottom">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="FONT-SIZE: 2pt"> </td>
</tr>
<tr>
<td><IMG height=14 src="img/book1.gif" width=20> 用户登录</td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" height="1" background="img/sp_bg.gif"></td>
</tr>
<tr>
<td width="100%" height="2"></td>
</tr>
<tr>
<td width="100%" height="136" valign="top">
<form name="form1" method="post" action="login.php">
<input type="hidden" name="gotopage" value="/dede/article_add_action.php">
<input type="hidden" name="dopost" value="login">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" height="4"></td>
</tr>
<tr>
<td width="156" height="30" align="center"> 用户名:</td>
<td width="384"> <input type="text" name="userid" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="30" align="center"> 密 码: </td>
<td> <input type="password" name="pwd" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="30" align="center"> 验证码: </td>
<td> <table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%"><input type="text" name="validate" style="width:80;height:20"></td>
<td width="75%"><img src='../include/validateimg.php' width='50' height='20'></td>
</tr>
</table></td>
</tr>
<tr>
<td height="50" colspan="2" align="center">
<input type="button" name="sm1" value="登录" style="background-color:#BAE171;border:1px solid #666666" onClick="this.form.submit();">
<input type="button" name="sm2" value="Official site" onClick="window.open('http://www.dedecms.com');" style="background-color:#FFFFFF;border:1px solid #DDDDDD;color:#DDDDDD">
</td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td width="100%" height="2" valign="top"></td>
</tr>
</table>
</body>
</html> |
|