Update README.md

pull/1/head
肥羊 3 years ago committed by GitHub
parent 2b750ec416
commit b168e0dbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      codes/README.md

@ -1,5 +1,15 @@
# **使用说明:**
## **为了保护仓库PHP源码,已经对源码进行加密处理,使用方法如下:**
推荐使用肥羊PHP加密代理Docker镜像:
**amd64版**
`docker run -d --restart unless-stopped --privileged=true -p 5678:80 --name php-env youshandefeiyang/php-env:amd64`
**arm64版**
`docker run -d --restart unless-stopped --privileged=true -p 5678:80 --name php-env youshandefeiyang/php-env:arm64`
**然后执行:**
`docker cp /你的本地PHP文件地址/xxx.php php-env:/var/www/html/`
**访问地址:**
`http://你的IP:5678/xxx.php?id=xxx&xx=xxx...`
如果直接运行,小白建议使用宝塔面板,PHP版本需要为8.1:
1.首先将phpso文件夹中的扩展下载至你本地指定目录,比如`/home/php-so/tonyenc.so`
2.然后在PHP主配置文件添加`extension = /home/php-so/tonyenc.so`如果你不懂,可以用宝塔面板部署,如下图所示:
![](https://raw.githubusercontent.com/youshandefeiyang/IPTV/main/logo/jiami.jpg)

Loading…
Cancel
Save