当前位置:网站首页>CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
2022-08-10 06:35:00 【Cloud is deep】
Introduction:
It looks pretty good, it supports multi-disk load, online viewing, online uploading, downloading, multi-network disk synchronization, master-slave synchronization, online sharing, folder permission management, membership function, grade system, paid viewing, passwordView, payment module, theme switching, fast cache.As for the experience, it may be almost temporarily. After all, the project has only been released for less than a month, but it can be seen that the author is also an ideal person, so he will maintain and update it for a long time to make it better and better. Here is a brief introduction.
About CuteOneP: CuteOneP is the PHP version of CuteOne, which follows the same UI style, keeps the code concise and the framework is extensible;
Need to know: The update cache is single-threaded, because of the bottleneck of mysql, it can only be single-threaded, not to mention PHP only has a single-threaded, so it will take more time if there are many files;
Installation requirements: PHP >= 7.1.3, OpenSSL PHP extension, PDO PHP extension, Mbstring PHP extension, Tokenizer PHP extension, XML PHP extension, Ctype PHP extension, JSON PHP extension, BCMath PHP extension
Installation instructions: Install the dependency file composer install, virtual host users need to enable pseudo-static, create a .htaccess file in the root directory, the content is as follows:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
VPS or server: set the running directory to public, and modify the database connection in the root directory.env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1 database address
DB_PORT=3306 database port
DB_DATABASE=cutonep database name
DB_USERNAME=root database account
DB_PASSWORD=root database password
Access: The background address is: domain name/admin/login Default account password admin The default database file is install.sql in the root directory, directly import it into the database, temporarily do this first; then add the network disk first, update the cache, and setfront page.Just click on the update cache, then refresh the page. If there is a cache amount, it will be updated normally; if you have a lot of files, you need to wait a while.
Source code download address: CuteOneP-master.zip - Blue Play Cloud
边栏推荐
猜你喜欢
随机推荐
动态代理-cglib
socket实现进程间通信
elf文件与链接脚本
Confluence可以连接数据库但是在下一步就报错了
Grammar Basics (Judgment Statements)
Unity3d famous project-Dark Tree translation
order by injection and limit injection, and wide byte injection
unity箭头控制物体移动
Qt列表下方增加弹出加载数据提示效果
虚幻5简单第三人称游戏制作文档
Myunity框架笔记
[网络安全]实操AWVS靶场复现CSRF漏洞
3-6月面经总结,200多页真题笔记和详解(含核心考点及6家大厂)
UnityShader入门精要-阴影
第11章 数据库的设计规范【2.索引及调优篇】【MySQL高级】
Qt信号槽与事件循环的关系
机器学习_LGB调参汇总(开箱即食)
MVCC详解
Kernel Image File Format
unity瓦片地图调整图片大小