顶点网 > PHP商业网盘 Yetishare v5.4.1
PHP商业网盘 Yetishare v5.4.1


源码简介


Yetishare是一款国外近几年很流行的一款PHP网盘源码,源码基于PHP MYSQL编写,包含文件上传、管理、分享、完整的用户系统和后台面板、多语言、插件等功能。
这几年更新还算稳定,由于是开心版的,所以不要妄想去官方单独买插件,因为官方会问你是否买过主程序,如果没有的话,即便你花钱人家也不卖给你的。


在线演示




系统需求


PHP 7.3+:至少需要 PHP 7.3 版本
MySQL 5.7+:至少需要 MySQL 5.7 版本
Apache(带有 mod_rewrite)、NGINX 或 LiteSpeed:可以选择其中一个作为 Web 服务器
Linux:建议使用 64 位操作系统,至少需要 VPS(虚拟专用服务器)以获取完整的服务器配置控制权
PHP 中的 FTP 模块用于远程服务器支持
PHP 中的 Curl 模块用于远程上传和某些插件功能
Hosting Test Script - 使用这个免费的 PHP 脚本来检查你的主机是否符合脚本的要求

也可以下载本文件解压上传到空间上测试环境是否通过。


更新日志


v5.4.1
- Fix to delete_redundant_files.cron.php script
- Fix to Flysystem settings not reloading on edit file server
- Fix to ensure main local storage server can not be deleted as it's needed for tmp storage on certain file servers
- Fix to strict type checking on daily download limit by account type

Plugins:
- WebDav
- Removed issue where folder/file move didn't work on certain environments
Release notes: To apply the update from v5.4.0, apply the DB change from /install/resources/upgrade_sql_statements/v5.4.1.sql abd upload the following files to your install:
- /app/controllers/FileController.class.php
- /app/controllers/admin/ServerController.class.php
- /app/core/Framework.class.php
- /app/helpers/FileHelper.class.php
- /app/helpers/UserHelper.class.php
- /app/models/File.class.php
- /app/views/admin/server_add_edit.html.twig


下载地址&安装说明&伪静态规则

[payhide-yetishare]
[quotev5.4.0下载地址]]
https://pan.baidu.com/s/1SzHDVyOELxzdZrfPRw6nHQ?pwd=ddw1
https://www.mirrored.to/files/MQ88BL4G/Yetishare_5.4.0.zip_links
https://reishi.lanzouy.com/ix52g12e0xwd[/quote]

引用: v5.4.1下载地址


引用: 安装说明及Nginx伪静态规则


伪静态规则使用官方的无法登录和找回密码,转换的css路径不通,几经周折,终于弄好了正确的规则!

1、下载解压缩,上传到服务器。
2、打开你的域名yourdomain.tld/install
3、选择默认,点击下一步。安装伪授权码请输入nulled-by-reishi
4、输入数据库信息,点击下一步。
5、输入用户名和密码等信息,点击下一步。
6、完成安装,删除install文件夹。
7、nginx用户配置伪静态规则
        if (!-e $request_filename) {        
           rewrite ^/(.*) /index.php?_page_url=$1 last;
        }

[/payhide]
返回