古诗词网源码帝国cms内核模板超级牛逼

1.k3k9web是网站程序,上传到自己的主机上

2.k3k9data文件夹是网站数据库,直接上传到你的MYSQL数据库目录,把文件夹名字就是你的数据库名

3.修改网站程序配置文件config.php里修改数据库名,自己的数据库密码

4.伪静态规则nginx

location / {
rewrite ^/poetry/([0-9]+)\.html$ /e/action/poetry.php?classid=4&id=$1 last;
rewrite ^/poetry/fanyi-([0-9]+)\.html$ /e/action/fanyi.php?classid=4&id=$1 last;
rewrite ^/poetry/pinyin-([0-9]+)\.html$ /e/action/pinyin.php?classid=4&id=$1 last;
rewrite ^/poetry/shang-([0-9]+)\.html$ /e/action/shang.php?classid=4&id=$1 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+).html$ $1/e/tags/itag.php?py=$2&page=$3 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+).html$ $1/e/tags/itag.php?py=$2 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+)_([0-9]+)/$ $1/e/tags/itag.php?py=$2&page=$3 last;
rewrite ^([^\.]*)/gushi/([a-z0-9]+)/$ $1/e/tags/itag.php?py=$2 last;
}

5.登陆后台 账号:admin 密码:k3k9gushi

6.数据更新 =》 刷新所有页面 (记得勾选 全部刷新 然后等待更新完成 第一次慢,不要立马关闭页面)