热搜:6KBBS6kbbs V8.0 官方论坛
当前位置: 6kbbs V8.0 官方论坛 » 6KZZ使用问题 » 这是什么问题,没见过
帖子状态  
本帖子共有 1870 位阅读者, 1 个回复.
  • 回复
2条记录

a780819979

幼儿园
帖子
金钱
10 
魅力
10 
威望
10 
注册
2013-12-22 
a780819979 发表于 2013-12-22 13:09   
这是什么问题,没见过
后台程序安装后,就是登陆不上去,验证码就是不显示,,怎么解决?

a780819979

幼儿园
帖子
金钱
10 
魅力
10 
威望
10 
注册
2013-12-22 
a780819979 发表于 2013-12-22 13:10   
RE:这是什么问题,没见过
  1. Warning: session_start(): open(/tmp/sess_hjl269kbr1f44p8vm99u8kcl32, O_RDWR) failed: Permission denied (13) in /home/u719303485/public_html/inc/init.php on line 4

  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <base target="mainifm">
  7. <title>网站后台管理</title>
  8. <link href="css/global.css" rel="stylesheet" type="text/css" />
  9. <script type="text/javascript" src="../getfiles.php?t=js&v=20110519&f=util"></script>
  10. </head>
  11. <body class="login_body">
  12. <div class="login_div">
  13. <table class="login0">
  14. <tr>
  15. <td class="login0_left">
  16. <div class="login0_logo"></div>
  17. <div class="login0_text"></div>
  18. </td>
  19. <td class="login0_right">
  20. <form action="login.php?action=login" method="OST" target="_self">
  21. <div id="login_errtips"></div>
  22. <table class="login2">
  23. <tr><td class="left">用户名:</td><td class="right"><input type="text" value="" size="20" name="username" id="username" class="text_css" /><input type="hidden" value="index.php" size="20" name="ref" id="ref" /></td></tr>
  24. <tr><td class="left">密  码:</td><td class="right"><input type="password" value="" size="20" name="userpass" id="userpass" class="text_css" /></td></tr>
  25. <tr><td class="left">验证码:</td><td class="right"><input type="text" value="" size="5" name="securitycode" id="securitycode" class="text_css" /> <a href="javascript:reloadVerify('securitycodeimg')" title="看不清楚?点击刷新验证码" target="_self"><img src="../code.php?t=1387689007" align="absmiddle" border="0" id="securitycodeimg" /></a></td></tr>
  26. <tr><td class="left"></td><td class="right"><input type="submit" class="button_css" value=" 登 录 " /></td></tr>
  27. </table>
  28. </form>
  29. </td>
  30. </tr>
  31. </table>
  32. </div>
  33. <script type="text/javascript">
  34. function reloadVerify(imgid){
  35. E(imgid).src="../code.php?t="+getTimer();
  36. }
  37. window.onload=function(){
  38. if(E("username")){E("username").focus();}
  39. }
  40. </script>
  41. </body>
  42. </html>
  • 回复
2条记录