最新Zibll子比主题V7.22版本源码完美免受权版 +附带教程

咔咔猪
2023-06-05 / 0 评论 / 262 阅读

2.jpg

子比主题 7.1 版本又更新了授权验证算法,这次只能通过改 hosts 来破解了。

使用方法:

第一步进入宝塔随便搭建一个站点 绑定 api.zibll.com 域名 并且上传 index.php 破解文件

第二步

设置伪静态规则

nginx伪静态:

location / {
    if (!-e $request_filename){
        rewrite  ^(.*)$  /index.php/$1  last;   break;
    }
}

Apache伪静态:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

第三步
开启 SSL 证书 (随便找个域名的证书就行)

第四步 也是最后一步
在 /etc/hosts 文件里面加一行 127.0.0.1 api.zibll.com

最后打开你的WordPress程序网站后台,设置启用子比主题即可!

下载地址:https://kkpig.lanzouj.com/i5pad0ya0hre

0

评论 (0)

取消