ckcks 发表于 2011-1-10 00:06:24

火车头Discuz! X1.5 发布模块,付费模块都是浮云~

{:1_206:} 此模块为本人自用,支持最新Discuz! X1.5版本,免费提供,免费使用,一切收费模块都是浮云,模块密码 free ,如果你有需要可以任意修改使用,QQ:9396339,有任何问题请联系本人,升级版本在此贴更新。

适用版本及程序参数设置:
1、Discuz! X1.5。
2、基于默认模板,未启用登陆验证码,未启用发贴验证码。
3、选择通过软件发数据包登录方式。
4、分类参数手动指定。



-------------------------------------这是一条分隔线------------------------------------
Discuz! X1.5在nginx下的伪静态规则代码:

                            location /
                            {
                              rewrite ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
                              rewrite ^(.*)/article-(+)\.html$ $1/portal.php?mod=view&aid=$2 last;
                               rewrite ^(.*)/forum-(\w+)-(+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
                               rewrite ^(.*)/thread-(+)-(+)-(+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;
                               rewrite ^(.*)/group-(+)-(+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;
                              rewrite ^(.*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
                              rewrite ^(.*)/(+)-(.+)\.html$ $1/$2.php?rewrite=$3 last;
                            }
nginx配置文件路径:/usr/local/nginx/conf/nginx.conf
此规则代码放在 root/webserver/bbs下面即可 。
注:/webserver/bbs 路径只是示例

路明 发表于 2011-1-10 20:39:28

{:2_134:}不错,我用了,论坛的发布模块

西湖水 发表于 2011-1-10 23:44:20

不错,我用了,论坛的发布模块
路明 发表于 2011-1-10 20:39 http://bbs.locoy.com/images/common/back.gif


    你用的是哪个啊???

meichao 发表于 2011-1-11 22:12:05

谢谢分享,正需要。{:4_180:}

qnbs1 发表于 2011-1-11 22:48:19

还不会用。拿来试试。。。

路明 发表于 2011-1-11 23:04:14

你用的是哪个啊???
西湖水 发表于 2011-1-10 23:44 http://bbs.locoy.com/images/common/back.gif


    用的就是这个论坛发布模块
文章发布模块我有了,已经共享出来了

斩无情少帅 发表于 2011-1-17 10:54:30

感谢啊 看看怎么用

jack2324 发表于 2011-1-20 16:11:54

还不会用。拿来试试。。。

SOULTREE 发表于 2011-1-21 09:31:43

谢谢

收下了{:4_180:}

w5w4 发表于 2011-2-3 06:15:49

支持下............
页: [1] 2 3 4
查看完整版本: 火车头Discuz! X1.5 发布模块,付费模块都是浮云~