全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 1854|回复: 12

YetiShare File Hosting 5.3.0 最新版 去授权

[复制链接]
发表于 2022-1-8 21:46:25 | 显示全部楼层 |阅读模式
本帖最后由 mgwx 于 2022-1-8 22:13 编辑



演示站 https://yetishare.com/index.html
下载站 https://server.zyku.xyz/do.php?id=70
资源库 https://zyku.me/resources/34/
发表于 2022-1-8 21:48:34 | 显示全部楼层
进收藏吃灰吧
发表于 2022-1-8 21:54:35 来自手机 | 显示全部楼层
几年前花了99刀买的正版,又话几十刀买了插件,最后吃灰
 楼主| 发表于 2022-1-8 21:57:58 | 显示全部楼层
junhan 发表于 2022-1-8 21:54
几年前花了99刀买的正版,又话几十刀买了插件,最后吃灰

卧槽 大佬 来个宝塔 伪静态
 楼主| 发表于 2022-1-8 22:14:31 | 显示全部楼层

搭好了   那位大佬发个宝塔伪静态
发表于 2022-1-8 22:20:07 | 显示全部楼层
mgwx 发表于 2022-1-8 22:14
搭好了   那位大佬发个宝塔伪静态

这个4.5.5的你看能不能用


  1. client_max_body_size 5G;

  2. # allow for paths ending with forward slashes
  3. rewrite ^/app/(.*)/ /plugins/webdav/site/control/$1 last;
  4. rewrite ^/app/(.*) /plugins/webdav/site/control/$1 last;

  5. # all webdav requests
  6. location /plugins/webdav/site/control/ {
  7. fastcgi_split_path_info ^(.+\.php)(/.+)$;
  8. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  9. gzip off;
  10. fastcgi_pass 127.0.0.1:9001;
  11. fastcgi_index index.php;
  12. fastcgi_param MOD_X_ACCEL_REDIRECT_ENABLED on;
  13. include fastcgi_params;
  14. }

  15. # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  16. location ~ \.php$ {
  17. if (!-e $request_filename) { rewrite ^/(.*) /index.php?_page_url=$1 last; }
  18. fastcgi_pass 127.0.0.1:9001;
  19. fastcgi_index index.php;
  20. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  21. fastcgi_param MOD_X_ACCEL_REDIRECT_ENABLED on;
  22. include fastcgi_params;
  23. }

  24. #location / {
  25. if (!-e $request_filename) {
  26. rewrite ^/(.*) /index.php?_page_url=$1 last;
  27. }
  28. #}

  29. location /files/ {
  30. internal;
  31. }

  32. # these locations would be hidden by .htaccess normally
  33. location /core/logs/ {
  34. deny all;
  35. }
复制代码
 楼主| 发表于 2022-1-8 23:29:49 来自手机 | 显示全部楼层
tomcb 发表于 2022-1-8 22:20
这个4.5.5的你看能不能用

哎!可以用,谢谢大佬
发表于 2022-1-8 23:32:46 | 显示全部楼层
有后门吗?这个程序以前的版本后门很多啊
发表于 2022-1-8 23:37:05 | 显示全部楼层
感觉没啥用
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-9-20 10:51 , Processed in 0.064219 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表