GEM导航破解版本。当前版本经检查含 有大量加密文件。未进行解密操作
搭建环境 php7.0+nginx1.2+linuxcentos7.6系统
ng伪静态规则
rewrite ^/sort/([1-9]+[0-9]*).html$ /?mod=sort&id=$1;
rewrite ^/sort/([0-9]+)_page=([0-9]+).html$ /?mod=sort&id=$1&page=$2;
rewrite ^/sort/([a-zA-Z0-9_-]+).html$ /?mod=sort&bs=$1;
rewrite ^/sort/([a-zA-Z0-9_-]+)_page=([0-9]+).html$ /?mod=sort&bs=$1&page=$2;
rewrite ^/list/([1-9]+[0-9]*).html$ /?mod=sort&my=list&id=$1;
rewrite ^/list/([0-9]+)_page=([0-9]+).html$ /?mod=sort&my=list&id=$1&page=$2;
rewrite ^/list/([a-zA-Z0-9_-]+).html$ /?mod=sort&my=list&bs=$1;
rewrite ^/list/([a-zA-Z0-9_-]+)_page=([0-9]+).html$ /?mod=sort&my=list&bs=$1&page=$2;
rewrite ^/site-([1-9]+[0-9]*).html$ /?mod=site&id=$1;
rewrite ^/post-([1-9]+[0-9]*).html$ /?mod=post&id=$1;
rewrite ^/m/([a-zA-Z0-9_-]+)$ /api/fhmb.php?uid=$1;
rewrite ^/links/share([1-9]+[0-9]*).html$ /api/fxmb.php?id=$1;
rewrite ^/dh/kstg=([1-9]+[0-9]*)$ /api.php?act=tg&id=$1;
rewrite ^/sitemap.xml$ /api/sitemap/sitemap.php;
rewrite ^/sitemap.txt$ /api/sitemap/sitemap2.php;
rewrite ^/([a-zA-Z0-9_-]+).html$ /index.php?mod=$1;
整体功能都算还。但是用户中心没有登录成功。具体情况不明。因为没有配置教程。也没有进行代码深入检查与修复。
自助广告购买功能可用,但是需要进行一些其它技术操作方可正常使用。懂的可自行到数据库修改