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

 找回密码
 立即注册
搜索

求救:关于yoka登陆口乱码问题

[复制链接]
anrytian 发表于 2008-11-25 10:54:08 | 显示全部楼层 |阅读模式
终于让我把yoka的模板装上了,但是还是有个错误,
就是在登陆口地方出现乱码的问题,请大家帮忙解决下
地址:http://www.tooyii.cn/SupeSite

回复

使用道具 举报

nnlqzs 发表于 2008-11-25 11:58:34 | 显示全部楼层
帮顶```````````````
回复

使用道具 举报

 楼主| anrytian 发表于 2008-11-25 13:01:43 | 显示全部楼层
自己顶下,寻求帮助
回复

使用道具 举报

85489510 发表于 2008-11-25 13:04:07 | 显示全部楼层
batch.panel.php 里面编码问题
回复

使用道具 举报

 楼主| anrytian 发表于 2008-11-25 13:39:16 | 显示全部楼层
这个是编码哪里有错误请赐教!!!
<?php

/*
        [SupeSite/X-Space] (C)2001-2008 Comsenz Inc.
        用户动态面板

        $RCSfile: batch.panel.php,v $
        $Revision: 1.17 $
        $Date: 2007/06/25 14:39:34 $
*/

include_once('./include/main.inc.php');
include_once(S_ROOT.'./language/batch.lang.php');

getcookie(1);

$uid = $_SGLOBAL['supe_uid'];

if(!empty($uid)) {
        $uid_url = url_remake(geturl("uid/$uid"));
        print <<<END
        document.write('<div class="divset"><a href="$siteurl/batch.login.php?action=logout" target="_self">退出</a></div><div class="divreg"><font color=red><b>$_SGLOBAL[supe_username_show]</b></font> - <a href="$bbsurl/pm.php" target="_blank"><img src= "$siteurl/templates/$_SCONFIG[template]/img/messange.gif" id=\"messangeimge\" />我的消息</a><a href="$uid_url" target="_blank">我的尚客</a><a href="$siteurl/?action-site-type-panel" target="_self">控制面板</a></div>');
        document.write('</ul>');
       
END;
} else {
        $siteurl = S_URL_ALL;
        print <<<END
        document.write('<form id="login" method="post" name="login" action="$siteurl/batch.login.php?action=login" target="_self">');
    document.write('<div class=\"divset\"><a href="#" target=_top>帮助</a></div><div class=\"divreg\"><span><a href="$siteurl/?action-login" target=_top>登录</a></span><a href="$bbsurl/register.php?referer=$siteurl/index.php" target=_top>注册新用户</a></div> ');
    document.write('</form>');
END;
}

?>
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-16 14:42 , Processed in 0.107153 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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