顶点网 » 脚本代码 » Droppy v1.3.1 – PHP在线网盘系统
八月 16 2016年

Droppy v1.3.1 – PHP在线网盘系统

reishi  2016-08-16, 17:14   脚本代码  22 382 
6 条评论

Droppy v1.3.1 – PHP在线网盘系统

Droppy is a online file sharing system that you can use to share multiple files with family members or friends. You can send the files using email or copy a link that you can share with anyone you want.
Droppy 是一款在线文件分享系统,界面非常简洁,使用起来也很方便,是文件分享存储站不错的选择。
主要功能包括
拖拽上传、多文件同时上传、发送邮件、分享密码设置、举报、文件管理等功能。
系统需求
PHP 、MYSQL 、MOD rewrite、 Cron Jobs
在线演示
正式使用的网站演示
下载地址
百度网盘
360云盘 (提取码:372b)
Zippyshare镜像

2016.08.19 新增安装图解,本地测试可用。









Droppy v1.3.1 – PHP在线网盘系统

文章最后由 reishi 在 2017-02-24, 08:46 编辑
编辑原因: 新增安装图解


  1. 默认头像

    nongbin  (会员)

    2016-08-19 07:48 1 条评论

    这不是破解版的?什么安装还需要Droppy验证购买?

  1. 默认头像

    reishi  (管理员)

    2016-08-19 08:23 1 549 条评论

    引用: nongbin
    这不是破解版的?什么安装还需要Droppy验证购买?

    我发布的版本是可以安装的,我特意在本地做了测试,编辑文章加了安装图解。你可以看看。

  1. 默认头像

    tomcb  (会员)

    2016-08-24 16:59 3 条评论

    LNMP的rewrite规则怎么设置?

  1. 默认头像

    reishi  (管理员)

    2016-08-28 08:58 1 549 条评论

    引用: tomcb
    LNMP的rewrite规则怎么设置?


    官方没有找到关于nginx的说明,但按照经验是讲htaccess的rewrite规则转换一下,然后配置nginx的conf文件。

  1. 默认头像

    tomcb  (会员)

    2016-09-02 09:40 3 条评论

    引用: reishi
    引用: tomcb
    LNMP的rewrite规则怎么设置?

    官方没有找到关于nginx的说明,但按照经验是讲htaccess的rewrite规则转换一下,然后配置nginx的conf文件。

    试了下以下设置可以正常显示上传和下载
    location / {
    try_files $uri $uri/ /index.php?$query_string;
    if (!-f $request_filename){
    set $rule_0 1$rule_0;
    }
    if (!-d $request_filename){
    set $rule_0 2$rule_0;
    }
    if ($rule_0 = "21"){
    rewrite ^/([^/]+)$ /index.php?download=$1 last;
    }
    }

  1. 默认头像

    reishi  (管理员)

    2016-09-02 11:46 1 549 条评论

    引用: tomcb
    引用: reishi
    引用: tomcb
    LNMP的rewrite规则怎么设置?


    官方没有找到关于nginx的说明,但按照经验是讲htaccess的rewrite规则转换一下,然后配置nginx的conf文件。

    试了下以下设置可以正常显示上传和下载
    location / {
    try_files $uri $uri/ /index.php?$query_string;
    if (!-f $request_filename){
    set $rule_0 1$rule_0;
    }
    if (!-d $request_filename){
    set $rule_0 2$rule_0;
    }
    if ($rule_0 = "21"){
    rewrite ^/([^/]+)$ /index.php?download=$1 last;
    }
    }

    感谢测试发布规则

信息

想要留言? 请 登录 您的账号。还没有? 你可以 点击注册账号

投票调查

对新模板的看法