V1.4
修改已知所有BUG
最新版增加自助购买广告位以及置顶
新增一套光年套壳模板
用户中心可用余额购买广告位及置顶
广告位统一设置价位,置顶单独设置
目前支付方式仅支持支付宝当面付哦!
不会用的后台作者寄语有详细说明点开即可看
伪静态nginx的:
rewrite ^/sort/([1-9]+[0-9]*).html$ /?mod=sort&id=$1;
rewrite ^/sort/([0-9]+)_page=([0-9]+).html$ /?mod=sort&id=$1&page=$2;
rewrite ^/sort/([a-zA-Z0-9_-]+).html$ /?mod=sort&bs=$1;
rewrite ^/sort/([a-zA-Z0-9_-]+)_page=([0-9]+).html$ /?mod=sort&bs=$1&page=$2;
rewrite ^/list/([1-9]+[0-9]*).html$ /?mod=sort&my=list&id=$1;
rewrite ^/list/([0-9]+)_page=([0-9]+).html$ /?mod=sort&my=list&id=$1&page=$2;
rewrite ^/list/([a-zA-Z0-9_-]+).html$ /?mod=sort&my=list&bs=$1;
rewrite ^/list/([a-zA-Z0-9_-]+)_page=([0-9]+).html$ /?mod=sort&my=list&bs=$1&page=$2;
rewrite ^/site-([1-9]+[0-9]*).html$ /?mod=site&id=$1;
rewrite ^/post-([1-9]+[0-9]*).html$ /?mod=post&id=$1;
rewrite ^/links/share([1-9]+[0-9]*).html$ /api/fxmb.php?id=$1;
rewrite ^/dh/kstg=([1-9]+[0-9]*)$ /api.php?act=tg&id=$1;
rewrite ^/([a-zA-Z0-9_-]+).html$ /index.php?mod=$1;
- 最新
- 最热
只看作者