• 微信号:Zh-y9213
您当前的位置:爱资源分享网 > > 网站源码 > 程序源码

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

栏目:程序源码时间:2022-06-22 10:34阅读数:35人阅读

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;
 }
}



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

本站所有文章、数据、图片均来自互联网,一切版权均归源网站或源作者所有。

如果侵犯了你的权益请来信告知我们删除。邮箱:737597453@qq.com