赞 | 62 |
VIP | 492 |
好人卡 | 47 |
积分 | 42 |
经验 | 71557 |
最后登录 | 2024-5-25 |
在线时间 | 4890 小时 |
Lv3.寻梦者 (版主) /) /)<
- 梦石
- 0
- 星屑
- 4212
- 在线时间
- 4890 小时
- 注册时间
- 2009-2-16
- 帖子
- 8434
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
RT
顶部显示一堆乱码 我换了IE、谷歌、谷歌改版那个英文的浏览器 三个浏览器都是如此 神马情况?= =
乱码如下:
/** * [Discuz!] (C)2001-2099 Comsenz Inc. * This is NOT a freeware, use is subject to license terms * * $Id: post_threadsorts.php 22852 2011-05-26 04:15:24Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } require_once libfile('function/threadsort'); threadsort_checkoption($sortid); $forum_optionlist = getsortedoptionlist(); loadcache(array('threadsort_option_'.$sortid, 'threadsort_template_'.$sortid)); $sqlarr = array(); foreach($_G['cache']['threadsort_option_'.$sortid] AS $key => $val) { if($val['profile']) { $sqlarr[] = $val['profile']; } } if($sqlarr) { $member_profile_sql = implode(', ', $sqlarr); $member_profile = DB::fetch_first("SELECT $member_profile_sql FROM ".DB::table('common_member_profile')." WHERE uid = '$_G[uid]' LIMIT 1"); unset($member_profile_sql); } threadsort_optiondata($pid, $sortid, $_G['cache']['threadsort_option_'.$sortid], $_G['cache']['threadsort_template_'.$sortid]); ?> |
|