相信大家用过不少的PHP网盘源码,
比如:Owncloud、Nextcloud、Ucloud、BeDrive、Yetishare、Cloudreve……等等
但是这些网盘源码要么臃肿,要么安装麻烦
不像Veno File Manager那样小巧简单但又不失功能强大。
之前网上有网友通过Veno File Manager 2.6.3版本制作成“极简网盘”,引起众多网友的喜爱
今天给大家带来最新版本Veno File Manager 3.7.5 版本
官方演示:http://veno.es/filemanager/
Apache下的规则
<IfModule mod_rewrite.c>RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule download/(.*)/h/(.*)/sh/(.*) vfm-admin/vfm-downloader.php?q=$1&sh=$2 [L]
RewriteRule download/(.*)/h/(.*) vfm-admin/vfm-downloader.php?q=$1&h=$2 [L]
RewriteRule download/zip/(.*)/n/(.*) vfm-admin/vfm-downloader.php?zip=$1&n=$2 [L]</IfModule>
Nginx下的规则
location /RELATIVE_PATH {
index index.php;
rewrite /download/(.*)/h/(.*)/sh/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?q=$1&sh=$2 last;
rewrite /download/(.*)/h/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?q=$1&h=$2 last;
rewrite /download/zip/(.*)/n/(.*) /RELATIVE_PATH/vfm-admin/vfm-downloader.php?zip=$1&n=$2 last;
}
下载地址:
3.4.5版本:https://yadi.sk/d/_8acIZaPjrGX7g
3.4.7版本:https://yadi.sk/d/i0tt79tT43cmGQ
3.4.8版本:https://www.lanzous.com/i3v051a
3.5.2版本:https://yadi.sk/d/kyzxZaVCHLGw6w
3.5.4版本:https://yadi.sk/d/9GXnUTQulKWnJA
3.5.5版本:https://www.lanzous.com/i9g0nbe
3.5.6版本: https://www.lanzous.com/i9nfx8d
3.5.8版本:https://lanzous.com/ici43if
3.6.1版本:https://lanzous.com/iW6fCdelihi
3.6.4版本:https://www.lanzoux.com/iq3kufnr5mh
3.6.5版本:https://www.lanzoux.com/iSOBsg35mzg
3.6.7版本: https://www.lanzoux.com/iSFZRh1aiyf
3.6.9版本:https://lanzoui.com/iDRFkhfjjgb
3.7.1版本:https://lanzoui.com/irUzWj23dli
3.7.2版本:https://lanzoui.com/izhd5k54ebe
3.7.4版本:https://lanzoui.com/i5tgYn1mcsb
3.7.5版本:https://lanzoui.com/ioo95q6730h
暂无评论内容