Resource Profile:
InnoDrive是一款功能强大的Python 3程序,专为用户提供多网盘挂载、在线查看、在线上传、下载、多网盘同步、主从同步、在线分享、文件夹权限管理等一系列实用功能。此外,还支持会员功能、等级制度、付费查看、密码查看、支付模块、主题切换和极速缓存。
尽管项目刚刚发布不到一个月,用户可能会在体验方面遇到一些问题。但作者是一位充满理想的开发者,将长期维护和更新该项目,不断提升用户体验。以下是该工具的主要特点:
InnoDrive PHP版(InnoDriveP):InnoDriveP是InnoDrive的PHP版本,保持了与原版一致的UI风格,同时代码精简、框架可扩展。
更新缓存提示:请注意,由于MySQL的性能限制,更新缓存是单线程进行的。特别是在文件较多的情况下,可能会耗费一些时间。另外,由于PHP本身也只支持单线程,因此也存在类似的瓶颈。
安装需求:
为确保InnoDrive的正常运行,您需要确保PHP版本不低于7.1.3,并安装了以下拓展:
OpenSSL PHP 拓展
PDO PHP 拓展
Mbstring PHP 拓展
Tokenizer PHP 拓展
XML PHP 拓展
Ctype PHP 拓展
JSON PHP 拓展
BCMath PHP 拓展
安装步骤:
访问后台:您可以通过域名/admin/login访问后台,默认的账号密码是admin。
数据库设置:请将根目录下的install.sql文件导入到您的数据库中。这是一个临时的解决方案。
添加网盘:首先,您需要添加您的网盘,并更新缓存。
设置首页:设置完毕后,刷新页面。如果缓存量较大,则表示更新成功。若文件较多,请稍等片刻。
Photo Gallery:
Installation and usage instructions:
虚拟主机用户, Apache构架的配置如下,Nginx的我不知道
根目录创建一个.htaccess文件,内容如下:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
如果是VPS用户 直接修改网站运行目录为public即可
修改根目录.env里的数据库连接:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1 数据库地址
DB_PORT=3306 数据库端口
DB_DATABASE=cuteonep 数据库名
DB_USERNAME=root 数据库账号
DB_PASSWORD=root 数据库密码
后台地址是:
域名/admin/login
默认账号密码 admin
默认数据库文件是根目录下的install.sql 直接导入到数据库里,临时先这样;
然后还是先添加网盘,更新缓存,设置首页。
更新缓存点一下就好了,然后刷新页面,如果有缓存量就是正常更新;
你文件很多,你就多等一会;
- Can free downloads or VIP member-only resources be commercialized directly?
- The resources on this site are collected and organized through the network, for personal research and study purposes only. The copyright belongs to the legal owner of the software and program code, users should verify the copyright and legality of the resources, prohibited for commercial use, illegal activities or any violation of national laws and regulations.
- Disclaimer of liability for program or code bugs, compatibility issues or functional defects, etc.
- As the resources on this site are collected and organized through the network, not the site's original, it can not fully guarantee its functionality or code compatibility. Users need to verify whether the resources meet the needs of their own, due to the following circumstances lead to losses, this site does not assume any responsibility:
Programs, source code and other computer software resources may contain code vulnerabilities (bugs), compatibility issues or functional defects left by the developer. This site does not provide free repair services for such technical defects, users need to bear the risk of debugging, modification or abandonment of the use.





