|
网站是 dede5.7的 ,我在采集好后测试发布是可以完全发布到网站上的,没有什么错误。但是当我正式采集发布的时候,数据却总是发布补上去,显示错误。
我看了错误日志 没有什么特别之处啊?哪位朋友比较了解?帮忙解决一下
QQ:8149298
希望能加QQ详细聊!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>织梦内容管理系统 V57_GBK</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<link href="css/login.css" rel="stylesheet" type="text/css" />
<script src="../include/js/jquery/jquery.js" language="javascript" type="text/javascript"></script>
<script type="text/javascript">
$ = jQuery;
function changeAuthCode() {
var num = new Date().getTime();
var rand = Math.round(Math.random() * 10000);
num = num + rand;
$('#ver_code').css('visibility','visible');
if ($("#vdimgck")[0]) {
$("#vdimgck")[0].src = "../include/vdimgck.php?tag=" + num;
}
return false;
}
</script>
</head>
<body>
<div id="login-box">
<div class="login-top"><a href="../index.php" target="_blank" title="返回网站主页">返回网站主页</a></div>
<div class='safe-tips'>您的管理目录的名称中包含默认名称dede,建议在FTP里把它修改为其它名称,那样会更安全!</div> <div class="login-main">
<form name="form1" method="post" action="login.php">
<input type="hidden" name="gotopage" value="/dede/article_add.php" />
<input type="hidden" name="dopost" value="login" />
<input name='adminstyle' type='hidden' value='newdedecms' />
<dl>
<dt>用户名:</dt>
<dd><input type="text" name="userid"/></dd>
<dt>密 码:</dt>
<dd><input type="password" class="alltxt" name="pwd"/></dd>
<dt>验证码:</dt>
<dd><input id="vdcode" type="text" name="validate" style="text-transform:uppercase;"/><img id="vdimgck" align="absmiddle" onClick="this.src=this.src+'?'" style="cursor: pointer;" alt="看不清?点击更换" src="../include/vdimgck.php"/>
<a href="#" onClick="changeAuthCode();">看不清? </a></dd>
<dt> </dt>
<dd><button type="submit" name="sm1" class="login-btn" onclick="this.form.submit();">登录</button></dd>
</dl>
</form>
</div>
<div class="login-power">Powered by<a href="http://www.dedecms.com" title="DedeCMS官网"><strong>DedeCMSV57_GBK</strong></a>© 2004-2011 <a href="http://www.desdev.cn" target="_blank">DesDev</a> Inc.</div>
</div>
<div class="dede-iframe"><iframe name="loginad" src="login.php?dopost=showad" frameborder="0" id="loginad" scrolling="no" marginwidth="0" marginheight="0" width="100%"></iframe></div>
</body>
</html> |
|