源码介绍
资源哟站长的模版源码,没授权,织梦cms。
资源哟 v1.3
– 新增两种首页布局(参考:XDGAME、资源之家)
– 新增幻灯片插件
– 优化深色模式颜色效果
– 优化导航页面左侧栏目跳转效果
– 优化后台辅助插件当前页面打开
搭建环境
Nginx+php5.6+MySql
安装教程
1.上传源码并解压
2.网站配置nginx伪静态
location / {
#单页伪静态规则
rewrite ^/delete\.html /plus/danye.php?aid=2 last;
rewrite ^/ad\.html /plus/danye.php?aid=3 last;
rewrite ^/tg\.html /plus/danye.php?aid=4 last;
rewrite ^/copyright\.html /plus/danye.php?aid=5 last;
rewrite ^/send\.html /plus/danye.php?aid=6 last;
rewrite ^/about\.html /plus/danye.php?aid=7 last;
rewrite ^/video\.html /plus/danye.php?aid=8 last;
rewrite ^/music_format\.html /plus/danye.php?aid=9 last;
rewrite ^/ks_xjj\.html /plus/danye.php?aid=10 last;
rewrite ^/bizhi\.html /plus/danye.php?aid=11 last;
#PC版伪静态规则
rewrite ^/$ /plus/rewrite.php?s=$1 last;
rewrite ^/index\.html$ /plus/rewrite.php?s=$1 last;
rewrite ^/sitemap\.xml$ /plus/sitemap.php last;
if (!-e $request_filename) {
rewrite ^/m/(.*)$ /plus/rewrite.php?s=$1&mobile=1 last;
rewrite ^/(.*)$ /plus/rewrite.php?s=$1 last;
rewrite ^(.*)$ /plus/rewrite.php?s=$1 last;
}
}
location ^~ /templets {
deny all;
}
3.创建数据库
4.填写数据库配置信息
数据库配置文件在data/commom.inc.php
5.导入数据库
导入数据库 data.sql 文件
后台地址:https://域名/admin
默认账号密码为admin admin
前台截图
后台截图
下载地址
© 版权声明
THE END
- 最新
- 最热
只看作者