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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 首页四格_全Cache,后台控制,图片预览FOR DZ5.0正式版(weaver2000修改)

[复制链接]
老刀牌 发表于 2007-6-26 11:04:17 | 显示全部楼层
有反安装代码吗?
回复

使用道具 举报

davelu 发表于 2007-7-27 16:12:57 | 显示全部楼层
5、 include/newthread.inc.php

查找:
updatepostcredits('+', $discuz_uid, $postcredits);

下面加:

require_once DISCUZ_ROOT.'./include/cache.func.php';
updatecache('newthread');

6、 include/newreply.inc.php

查找
updatepostcredits('+', $discuz_uid, $replycredits);

下面加:
require_once DISCUZ_ROOT.'./include/cache.func.php';
updatecache('newthread');

7、include/editpost.inc.php

查找:
updatepostcredits('-', $orig['authorid'], ($isfirstpost ? $postcredits : $replycredits));

下面加:
require_once DISCUZ_ROOT.'./include/cache.func.php';
updatecache('newthread');

这里的
updatecache('newthread');
应该全是:
updatecache('newthread');
updatecache('newreply');


[ 本帖最后由 davelu 于 2007-7-30 14:26 编辑 ]
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 00:01 , Processed in 0.023386 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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