Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] ss横排登录框问题

[复制链接]
linmun4841 发表于 2009-11-27 00:07:51 | 显示全部楼层 |阅读模式
本帖最后由 linmun4841 于 2009-11-27 00:10 编辑

未登录时打开网页显示正常,登录也可以登录,登录后就是显示不了登陆框。
batch.pannel.php 代码如下
  1. <?php

  2. /*
  3.         [SupeSite] (C) 2007-2009 Comsenz Inc.
  4.         $Id: batch.panel.php 11538 2009-03-09 08:15:35Z zhaofei $
  5. */

  6. include_once('./common.php');
  7. include_once(S_ROOT.'./language/batch.lang.php');

  8. $uid = $_SGLOBAL['supe_uid'];
  9. $ucurl = avatar($uid);
  10. $siteurl = S_URL_ALL;
  11. if(!empty($uid)) {
  12.         if($channels['menus']['bbs']) {
  13.                 $bbshtml = ' | <a href="'.$_SC['bbsurl'].'" target="_blank">'.$blang['forum_visit'].'</a>';
  14.         }
  15.         if($channels['menus']['uchblog'] || $channels['menus']['uchimage']) {
  16.                 $uchhtml = ' | <a href="'.$_SC['uchurl'].'" target="_blank">'.$blang['home_visit'].'</a>';
  17.         }
  18.         $showpost = 0;
  19.         $showposturl = '';
  20.         $divhtml = '<div id="contribute_op" style="display:none;"><ul>';
  21.         if(!in_array('news', $_SCONFIG['closechannels']) && !empty($_SGLOBAL['group']['managespacenews'])) {
  22.                 $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=spacenews&op=add" target="_blank" onclick="hidendivop();">'.$lang['news'].'</a></li>';
  23.                 $showpost++;
  24.                 $showposturl = $siteurl.'/admincp.php?action=spacenews&op=add';
  25.         }
  26.        
  27.         include_once(S_ROOT.'./function/model.func.php');
  28.         $midarr = getuserspacemid();
  29.         if(!empty($midarr)) {
  30.                 foreach($midarr as $tmpkey => $tmpvalue) {               
  31.                         $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add" onclick="hidendivop();" target="_blank">'.$tmpvalue['modelalias'].'</a></li>';
  32.                         $showpost++;
  33.                         $showposturl = $siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add';
  34.                 }
  35.         }
  36.        
  37.         if($showpost == 1) {
  38.                 $showposturl = "document.write('<div class="user_op"> <a href="$showposturl" class="contribute_txt" target="_blank">$lang[pannel_contribution]</a> ');";
  39.         } elseif($showpost > 1) {
  40.                 $showposturl = "document.write(' <a href="javascript:contributeop();" class="contribute_txt">$lang[pannel_contribution]</a> ');";
  41.         }
  42.        
  43.         $divhtml .= '</ul></div>';
  44.        
  45.         print <<<END
  46.         function contributeop() {
  47.                 if($('contribute_op').style.display != 'block') {
  48.                         $('contribute_op').style.display = 'block';
  49.                 } else {
  50.                         $('contribute_op').style.display = 'none';
  51.                 }       
  52.         }
  53.         function hidendivop(){
  54.                 $('contribute_op').style.display = 'none';
  55.         }
  56.        
  57.         document.write('<li class="t_text01 t_left_line"><h3>$blang[user_panel]</h3></li>');
  58.        

  59.        
  60.         document.write('<li class="int_top">');
  61.         document.write('$blang[welcome], <a href="$siteurl/space.php?uid=$uid">$_SGLOBAL[supe_username]</a> [<a href="$siteurl/batch.login.php?action=logout">$blang[safe_logout]</a>]');
  62.        
  63.         document.write('<a class="tx_blue" href="$siteurl/space.php?uid=$uid">$blang[my_space]</a>');
  64.                 document.write('</li>');
  65.        

  66.         document.write('<li class="int_top">');
  67.                
  68.         document.write(' <span><a href="$siteurl/batch.search.php">$blang[search]</a>');
  69.                 document.write('</li>');
  70.         document.write('<li class="int_top">$bbshtml</li>');
  71.         document.write('<li class="int_top">$uchhtml</li>');
  72.         document.write('<li class="int_top"> | <a href="$siteurl/admincp.php" target="_blank">$blang[management]</a> </span></li>');
  73.         document.write('<li class="int_top">$divhtml</li>');
  74.         document.write('<li class="int_top">');
  75.         $showposturl
  76.     document.write('</li>');
  77.        
  78. END;
  79. } else {

  80.         $formhash = formhash();
  81.         print <<<END
  82.         var noseccode = $_SCONFIG[noseccode];
  83.        
  84.         document.write('<div id="login_authcode_img" style="display:none"><img src="$siteurl/do.php?action=seccode" alt="$lang[verification_code]" id="img_seccode" /></div>');
  85.         document.write('<li class="t_text01 t_left_line">xxxxx</li>');
  86.         document.write('<form id="login_box" action="$siteurl/batch.login.php?action=login" method="post">');
  87.         document.write('<li class="int_top"><input type="hidden" name="formhash" value="$formhash" />');
  88.         document.write('</li>');
  89.         document.write('<li class="int_top">');

  90.         document.write('<label>$blang[username]:</label> <input type="text"  name="username" class="int" size="18" onfocus="addseccode();" />');document.write('</li>');
  91.                 document.write('<li class="int_top">');
  92.         document.write('<label>$blang[password]:</label> <input type="password" name="password" class="int" size="18" onfocus="addseccode();" />');
  93.                 document.write('</li>');
  94.        
  95.                 document.write('<li class="int_top">');
  96.         document.write('<input id="cookietime" type="checkbox" value="315360000" name="cookietime" class="input_remember"/>');
  97.         document.write('<label class="label_remember" for="cookietime">$blang[i_remember]</label>');
  98.         document.write('</li>');
  99.                 document.write('<li class="s_bn">');
  100.         document.write('<input type="submit" name="loginsubmit" class="input_sub" value="$blang[login]" />');
  101.         document.write('</li>');
  102.                 document.write('<li class="t_text01">');
  103.         document.write('<a href="$siteurl/do.php?action=register">$blang[registration]</a> | <a href="$siteurl/do.php?action=lostpasswd">$blang[find_passwords]</a>');
  104.                 document.write('</li>');
  105.         document.write('</form>');
  106. END;
  107. }

  108. /**
  109. * 取得用户后台模型mid
  110. * return array
  111. */
  112. function getuserspacemid() {
  113.        
  114.         $cachefile = S_ROOT.'./cache/model/model.cache.php';
  115.         $cacheinfo = '';
  116.         if(file_exists($cachefile)) {
  117.                 include_once($cachefile);
  118.         }
  119.         if(!empty($cacheinfo) && is_array($cacheinfo)) {
  120.                 return $cacheinfo;
  121.         } else {
  122.                 include_once(S_ROOT.'./function/cache.func.php');
  123.                 return updateuserspacemid();
  124.         }
  125. }

  126. ?>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| linmun4841 发表于 2009-11-27 00:11:44 | 显示全部楼层
7.0升级为7。5后出现的错误
回复

使用道具 举报

 楼主| linmun4841 发表于 2009-12-1 22:33:21 | 显示全部楼层
没人帮忙解决嘛?
回复

使用道具 举报

lidq.jingwu 发表于 2009-12-2 09:34:16 | 显示全部楼层
非官方模板,请联系模板制作者
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 08:49 , Processed in 0.023360 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表