|
read.php中,找到
CODE:
////////////////
if($read['qqface']){
$rand="a".rand(1,11111);
$read['face']=qqface($read['qqface'],$rand);
}else{
$read['face']=showfacedesign($read['micon']);
}
////////////////
[Copy to clipboard]
替换为
CODE:
////////////////
if($read['qqface']){
$rand="a".rand(1,11111);
$read['qqface']=qqface($read['qqface'],$rand)."<br>";
}
////////////////
[Copy to clipboard]
打开template/风格目录/read.htm
在
最后登录 的<br>之后
加上
$read[qqface]
按照这个方法不显示挖,前提我开启了 |
|