xianming2009 发表于 2011-5-29 01:36:46

发布错误,日志是这样的,是不是没登入进去,求高手!

<!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=utf-8">
        <title>织梦内容管理系统 V57_UTF8</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")) {
                        $("#vdimgck").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="login-main">
          <form name="form1" method="post" action="login.php">
              <input type="hidden" name="gotopage" value="/xianming2009!!!/album_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>密&nbsp;&nbsp;码:</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>&nbsp;</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_UTF8</strong></a>&copy; 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>

303718 发表于 2011-5-29 08:53:53

是的。这种情况就是没有登陆成功。如果模块没有问题的话就是COOKIE没有获取正确。

建议你使用免登陆接口。

专业收费采集 发表于 2011-5-29 10:11:58

这个情况是没有成功获取到Cookie信息,建议你用专业的抓包工具获取,或者使用免登陆接口来弄

本人已经开发出Dedecms5.7系统免登陆接口,需要的话联系我购买 QQ1391828939
页: [1]
查看完整版本: 发布错误,日志是这样的,是不是没登入进去,求高手!