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

源码介绍

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

6e9f677e1e7645a89ecfea89e4705bb5.png

5.导入数据库

导入数据库 data.sql 文件

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

默认账号密码为admin admin

前台截图

c09a4726e09a4becb33fbcf99335097e.png

后台截图

16cff402e14d401782f9a919074663f7.png

下载地址

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

相关推荐

  1. 15.FreeRTOS_资源管理

    2024-03-16 01:38:23       27 阅读
  2. 好的一些资源

    2024-03-16 01:38:23       26 阅读
  3. 推荐一个资源学习网站

    2024-03-16 01:38:23       33 阅读
  4. Flutter如何正确使用图片资源

    2024-03-16 01:38:23       38 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-16 01:38:23       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-16 01:38:23       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-16 01:38:23       87 阅读
  4. Python语言-面向对象

    2024-03-16 01:38:23       96 阅读

热门阅读

  1. ArrayList 是线程安全的么?

    2024-03-16 01:38:23       42 阅读
  2. R在直方图上添加一个更平滑的密度曲线

    2024-03-16 01:38:23       39 阅读
  3. JVM配置调优

    2024-03-16 01:38:23       45 阅读
  4. C语言程序设计(第四版)—习题11程序设计题

    2024-03-16 01:38:23       38 阅读
  5. PID、LQR、MPC三者的原理及区别

    2024-03-16 01:38:23       91 阅读
  6. mybatis转义字符

    2024-03-16 01:38:23       45 阅读
  7. 563: String(python)

    2024-03-16 01:38:23       45 阅读
  8. Solidity Uniswap V2 library contract

    2024-03-16 01:38:23       42 阅读
  9. php中register_shutdown_function 函数用法详解

    2024-03-16 01:38:23       41 阅读
  10. 不学51直接学stm32可以吗?学stm32需要哪些基础?

    2024-03-16 01:38:23       42 阅读
  11. 学习vue3第六张(vue3 中 computed watch watchEffect)

    2024-03-16 01:38:23       33 阅读