Posts Tagged ‘插件’

无心宠物插件For Discuz!6.1 UTF-8 (6.0也可用)

六月 27th, 2008

国际上好像是UTF-8编码比较常见,所以这会就国际化下
我自己上传了文件
无心宠物V2.5 For DZ6.1 【简体UTF-8】(带默认图片包的)
http://www.namipan.com/d/9f803583074cc43dd5c7e914af9079781117008d97205b00

详细安装方法就看里面的readme.txt吧


全新安装,
把”pet_install.php”上传到BBS根目录下,
浏览器下执行论坛目录下的pet_install.php,
例: http://www.w779.com/bbs/pet_install.php,      //假如你BBS是在网站的/bbs目录下
安装完毕后记得删除文件pet_install.php


如果安装完毕后进入宠物中心提示
Fatal error: Call to undefined method dbstuff::get_one() in /…..

或者 白屏

修改include/db_mysql.class.php文件  //针对论坛根目录

        function affected_rows() {
                return mysql_affected_rows($this->link);
        }

下面添加

        function get_one($SQL,$type = ”,$result_type = MYSQL_ASSOC){
                $query = $this->query($SQL,$type);
                $returnrow =& mysql_fetch_array($query,$result_type);
                return $returnrow;
        }

然后就OK了
….本机架设成功..休息休息下,明天要考试呢~

links:
http://utf8.vteam.info/  修改UTF的作者的网站
http://www.9938.cn/ 无心宠物官网(下载http://download.9938.cn/)