图库打包加程序破解教程

图库打包加程序破解教程-胖大海博客资源网
图库打包加程序破解教程
此内容为付费资源,请付费后查看
金币9.99
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源
温馨提示:本文最后更新于2024-02-19 11:03:20,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长

图库整站源码打包PHP程序源码附图片库(共190G),图库所有图片打包加程序破姐教程加图片版权信息批量修改软件,API源码等一套东西,图片包括热门AI绘画图片,二次元动漫图,和视频,桌面背图等。

此代码可以配合api生成源码.zip 使用,只需要把域名替换成自己的域名即可!

图片[1]-图库打包加程序破解教程-胖大海博客资源网

图片[2]-图库打包加程序破解教程-胖大海博客资源网

图片[3]-图库打包加程序破解教程-胖大海博客资源网

首先是环境的安装:

搭建PHP + Nginx服务 本人用的是PHP7.4

之后需要安装一个ffmpeg(安装ffmpeg视频才能出预览图,如不需要视频预览图可跳过)

ffmpeg程序首次跑视频预览图很吃CPU 40H都会被干红

如下指令只针对CentOS环境下的安装教程

1.下载ffmpeg工具包并解压

wget http://www.ffmpeg.org/releases/ffmpeg-4.2.tar.gz
tar -zxvf ffmpeg-4.2.tar.gz

2.下载安装yasm

#下载yasm工具包
wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
#解压
tar -zxvf yasm-1.3.0.tar.gz
#进入工具包文件夹并开始安装
cd yasm-1.3.0
./configure
make && make install
#下载yasm工具包
wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
#解压
tar -zxvf yasm-1.3.0.tar.gz
#进入工具包文件夹并开始安装
cd yasm-1.3.0
./configure
make && make install
#下载yasm工具包 wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz #解压 tar -zxvf yasm-1.3.0.tar.gz #进入工具包文件夹并开始安装 cd yasm-1.3.0 ./configure make && make install

3.进入ffmpeg工具包文件夹并进行安装,将ffmpeg安装至/usr/local/ffmpeg下

cd ffmpeg-4.2
./configure --prefix=/usr/local/ffmpeg
./configure --prefix=/usr/local/ffmpeg --enable-openssl --disable-x86asm
make && make install
cd ffmpeg-4.2
./configure --prefix=/usr/local/ffmpeg
./configure --prefix=/usr/local/ffmpeg --enable-openssl --disable-x86asm
make && make install
cd ffmpeg-4.2 ./configure --prefix=/usr/local/ffmpeg ./configure --prefix=/usr/local/ffmpeg --enable-openssl --disable-x86asm make && make install

4.配置环境变量,使其ffmpeg命令生效

#利用vi编辑环境变量
vi /etc/profile
#在最后位置处添加环境变量,点击i进入编辑模式,esc键可退出编辑模式
export PATH=$PATH:/usr/local/ffmpeg/bin
#退出编辑模式后,:wq 保存退出
#刷新资源,使其生效
source /etc/profile
#利用vi编辑环境变量
vi /etc/profile
#在最后位置处添加环境变量,点击i进入编辑模式,esc键可退出编辑模式
export PATH=$PATH:/usr/local/ffmpeg/bin
#退出编辑模式后,:wq 保存退出
#刷新资源,使其生效
source /etc/profile
#利用vi编辑环境变量 vi /etc/profile #在最后位置处添加环境变量,点击i进入编辑模式,esc键可退出编辑模式 export PATH=$PATH:/usr/local/ffmpeg/bin #退出编辑模式后,:wq 保存退出 #刷新资源,使其生效 source /etc/profile

5.查看ffmpeg版本,验证是否安装成功

ffmpeg -version
ffmpeg -version
ffmpeg -version

6.查看ffmpeg路径

(此路径得复制替换到index里的 ‘video_ffmpeg_path’ => ‘这里填查到的路径’,)

type -P ffmpeg
type -P ffmpeg
type -P ffmpeg

然后进入宝塔需要安装php如下扩展,fileinfo,opcache,memcache,redis,apcu,imagemagick,exif,sg11,igbinary

安装完之后可以访问https://域名/index.php?check=1 查看自己还缺少什么环境,再去做相应的配置

程序破解方法:

打开index.php找到 var CodeMirror = {}; 把下面代码加到后面即可破解

!function(){const t=window.XMLHttpRequest;window.XMLHttpRequest=function(){const e=new t;return e.open=function(n,o,s,p,l){"GET"===n&&o.startsWith("<?php echo config::$assets ?>files.photo.gallery@")&&o.endsWith("/lang/zh.json")&&(arguments[1]=arguments[1].replace(/@[0-9\.]+\/lang/,"@latest/lang")),"POST"===n&&o.includes("auth.photo.gallery")&&(e.send=function(e){t.prototype.send.apply(this,["app=2&host=demo.files.gallery"])}),t.prototype.open.apply(this,arguments)},e}}();
!function(){const t=window.XMLHttpRequest;window.XMLHttpRequest=function(){const e=new t;return e.open=function(n,o,s,p,l){"GET"===n&&o.startsWith("<?php echo config::$assets ?>files.photo.gallery@")&&o.endsWith("/lang/zh.json")&&(arguments[1]=arguments[1].replace(/@[0-9\.]+\/lang/,"@latest/lang")),"POST"===n&&o.includes("auth.photo.gallery")&&(e.send=function(e){t.prototype.send.apply(this,["app=2&host=demo.files.gallery"])}),t.prototype.open.apply(this,arguments)},e}}();
!function(){const t=window.XMLHttpRequest;window.XMLHttpRequest=function(){const e=new t;return e.open=function(n,o,s,p,l){"GET"===n&&o.startsWith("<?php echo config::$assets ?>files.photo.gallery@")&&o.endsWith("/lang/zh.json")&&(arguments[1]=arguments[1].replace(/@[0-9\.]+\/lang/,"@latest/lang")),"POST"===n&&o.includes("auth.photo.gallery")&&(e.send=function(e){t.prototype.send.apply(this,["app=2&host=demo.files.gallery"])}),t.prototype.open.apply(this,arguments)},e}}();

如有问题自行解决!

------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

------关注微信公众号:胖大海TuT------
© 版权声明
THE END
喜欢就支持一下吧
点赞826 分享
Some love stories aren't epic novels. Some are short stories, but that doesn't make them any less filled with love.
有些爱情故事不会成为史诗,有些只是短篇小说,但同样都满溢着爱。
评论 抢沙发

请登录后发表评论

    暂无评论内容