资源哟资源网正版模板v1.3

文章最后更新时间:2026-08-21 02:22:07

源码介绍

资源哟站长的模版源码,没授权,织梦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

图片[1]-资源哟资源网正版模板v1.3-小8源码屋

5.导入数据库

导入数据库 data.sql 文件

后台地址:https://域名/admin

默认账号密码为admin admin

前台截图

图片[2]-资源哟资源网正版模板v1.3-小8源码屋

后台截图

图片[3]-资源哟资源网正版模板v1.3-小8源码屋

下载地址

资源失效或内容有问题?提交反馈
资源哟资源网正版模板v1.3 - 诺守博客
资源哟资源网正版模板v1.3
此内容为免费资源,请登录后查看
0积分
本站资源均为作者提供和网友推荐收集整理而来,仅供学习和研究使用,请在下载后24小时内删除,谢谢合作!
免费资源
© 版权声明
THE END
点赞9赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容