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

本文介绍了资源哟V1.3模板的源码,包括新增功能、搭建环境(Nginx+php5.6+MySQL)、详细安装步骤(上传、配置伪静态、数据库设置、导入数据)以及后台和前台截图。提供正版下载链接。
摘要由CSDN通过智能技术生成

源码介绍

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

  • 8
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值