{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

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

php幽梦小说网站源码,自适应多终端,无需数据库站点。

幽梦小说源码截图

配置include/config.php文件网站信息即可

<?php
$Root=array (
    'title' => '幽梦搜书',
    'site' => '海量影视高清极速在线免费观看',
    'logo' => '/public/image/logo.png',
    'keywords' => '搜剧TV,高清视频,影视资源大全,影视在线观看,影视搜索引擎',
    'describe' => '搜剧TV是拥有海量优质、高清免费视频网站,给您全新的“悦享品质”在线观看体验。',
    'icp' => '20152'
);

伪静态规则

location / {
index index.php index.html;
 if (!-e $request_filename){
rewrite ^/list/(.+).html$ /theme/list.php?type=$1;
rewrite ^/book/(.+)_(.+).html$ /theme/book.php?uid=$1&id=$2;
rewrite ^/log/(.+)_(.+).html$ /theme/catalog.php?uid=$1&id=$2;
rewrite ^/read/(.+)_(.+)/(.+).html$ /theme/read.php?uid=$1&id=$2&pid=$3;
rewrite ^/(.+).html /theme/$1.php;
 }
}



资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:php幽梦小说网站源码 无需数据库
喜欢 ()分享 (0)