php幽梦小说网站源码 无需数据库

[复制链接]
qq77 发表于 2023-2-21 16:56:15 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
  • 下载权限VIP会员
  • 文件大小1 MB
  • 上传时间2023-02-21
  • 提取码对不起,只有VIP会员才可以查看!
源码说明
php幽梦小说网站源码,自适应多终端,无需数据库站点。
配置include/config.php文件网站信息即可
  1. <?php
  2. $Root=array (
  3.     'title' => '幽梦搜书',
  4.     'site' => '海量影视高清极速在线免费观看',
  5.     'logo' => '/public/image/logo.png',
  6.     'keywords' => '搜剧TV,高清视频,影视资源大全,影视在线观看,影视搜索引擎',
  7.     'describe' => '搜剧TV是拥有海量优质、高清免费视频网站,给您全新的“悦享品质”在线观看体验。',
  8.     'icp' => '20152'
  9. );
复制代码
伪静态规则
  1. location / {
  2. index index.php index.html;
  3. if (!-e $request_filename){
  4. rewrite ^/list/(.+).html$ /theme/list.php?type=$1;
  5. rewrite ^/book/(.+)_(.+).html$ /theme/book.php?uid=$1&id=$2;
  6. rewrite ^/log/(.+)_(.+).html$ /theme/catalog.php?uid=$1&id=$2;
  7. rewrite ^/read/(.+)_(.+)/(.+).html$ /theme/read.php?uid=$1&id=$2&pid=$3;
  8. rewrite ^/(.+).html /theme/$1.php;
  9. }
  10. }
复制代码
1592623165609588.jpg

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

国内最专业的资源分享平台
全国免费热线电话

400-123-4567

周一至周日9:00-23:00

反馈建议

api999@qq.com 在线QQ咨询

扫描二维码关注我们

Copyright © 2018-2023 资源驿站 All Rights Reserved.

版权所有:美奇软件开发工作室  备案/许可证号:蜀ICP备19029089号-2

Powered by Discuz!