
PHP
OP_Light
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
discuz附件上传大小限制
1、php.ini文件下修改如下: upload_max_filesize = 8M post_max_size = 10M memory_limit = 20M 2、用户权限设置上传大小 用户->管理组->附件相关 3、板块管理设置 参考:http://www.discuz.net/thread-2434850-1-1.html 重启服务器生效:...原创 2012-10-30 11:25:28 · 527 阅读 · 0 评论 -
discuz论坛获得某一板块精华帖
select a.tid,a.subject,a.dateline from cdb_forum_posts a ,cdb_forum_threads b where a.tid=b.tid and b.digest=1 and a.first =1 and a.fid=15 tid 帖子本身的id fid 帖子对应的论坛版块的id...原创 2012-09-17 11:47:07 · 479 阅读 · 0 评论