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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] uchome搜索bug

[复制链接]
frrcakephp 发表于 2010-3-2 10:44:16 | 显示全部楼层 |阅读模式
今天偶然在uchome中试用了一下搜索功能,发现不管是哪一种搜索都会有时候出现乱码,我用的是IE6,但是其它浏览器不会出现这种情况,请问如何解决?
玻璃屋女孩 发表于 2010-3-2 10:46:07 | 显示全部楼层
我用的也是ie6,搜索没发现乱码的情况,您能否给个截图
回复

使用道具 举报

maxiang2345 发表于 2010-3-18 18:12:26 | 显示全部楼层
回复 2# 玻璃屋女孩


  我的也发现了这个问题,用管理员账号搜索不会出现这个问题,用普通账号会出现这个问题。
问题在这个函数,但是我现还没找到解决方法,$theurl的问题
//检查搜索
function cksearch($theurl) {
        global $_SGLOBAL, $_SCONFIG, $space;
       
        $theurl = stripslashes($theurl)."&page=".$_GET['page'];
        if($searchinterval = checkperm('searchinterval')) {
                $waittime = $searchinterval - ($_SGLOBAL['timestamp'] - $space['lastsearch']);
                if($waittime > 0) {
                        showmessage('search_short_interval', '', 1, array($waittime, $theurl));
                }
        }
       
        if(!checkperm('searchignore')) {
                $reward = getreward('search', 0);
                if($reward['credit'] || $reward['experience']) {
                        if(empty($_GET['confirm'])) {
                                $theurl =stripslashes($theurl). "&confirm=yes";
                                showmessage('points_deducted_yes_or_no', '', 1, array($reward['credit'], $reward['experience'], $theurl));
                        } else {
                                if($space['credit'] < $reward['credit'] || $space['experience'] < $reward['experience']) {
                                        showmessage('points_search_error');
                                } else {
                                        //扣分
                                        $_SGLOBAL['db']->query("UPDATE ".tname('space')." SET lastsearch='$_SGLOBAL[timestamp]', credit=credit-$reward[credit], experience=experience-$reward[experience] WHERE uid='$_SGLOBAL[supe_uid]'");
                                }
                        }
                }
        }
}
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 12:58 , Processed in 0.026549 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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