Git Product home page Git Product logo

dy-cloudsave's Introduction

DY-cloudsave

这个网盘项目已不再更新,请新网盘链接:https://github.com/STHUDY/CYPCloudDisk

最后一次更新:2020-8-6 11:43

【作者将缓慢更新此项目】

网盘项目移至:https://sober-up.cn/archives/386

兼容移动端

DY云储存(PHP:7.4)

版本:2.4.2

预览官网:http://pan.sthudy.top/

安装方法:打开install.php进行安装

伪静态:

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

API-USE(https://api.sthudy.top/)

可自行购买API

API接口->验证码接口->HCJS验证码接口(购买)

或者使用免费账号:

  账号:pneumonoultramicroscopicsilicovo
  密码:リュウグウノオトヒメノモトユイノキリハズシ
  UIC:101655625233194

大文件上传不了的解决方法:

请修改以下配置

PHP(php.ini):

    ==根据服务器配置而定==
    post_max_size(POST数据最大尺寸):2047M
    file_uploads(是否允许上传文件):true
    upload_max_filesize(允许上传文件的最大尺寸):2047M
    max_execution_time(最大脚本运行时间):30000
    memory_limit(脚本内存限制):1280M

Nginx:

    ==根据服务器配置而定==
    Client_max_body_size(最大上传文件):2047MB

dy-cloudsave's People

Contributors

sthudy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.