Resource Profile:
新版彩虹工具网采用ThinkPHP6.0开发,自带70多个工具,包含站长工具、开发工具、实用工具、娱乐工具等分类,支持工具插件扩展,支持留言、用户注册登录、后台管理功能。目前已经更新到了1.7版本,新增了QQ等级查询、短视频解析等多个小工具。
Photo Gallery:
安装使用说明:
NAT服务器基础要求
PHP版本 ≥ 7.4(推荐7.4+)
MySQL数据库 ≥ 5.6(建议5.7+)
服务器内存 ≥ 1GB(高并发需升级配置)
扩展组件安装
必装扩展:fileinfo
可选扩展:Redis(如需启用缓存加速)
二、搭建教程
注意NAT服务器内存必须大于1gb
我这里用廉价云16-16NAT服务器搭建演示
不能发链接自行百度下
系统centos8.2
1.访问宝塔官网在线安装宝塔面板,然后去廉价云进行端口转发8888,把宝塔面板端口转发到公网
2.然后连接进去宝塔安装上面说的环境软件,注意php要安装扩展fileinfo,上传源码到www/wwwroot目录解压
3.然后网站添加php项目,选择程序目录,生成mysql数据库记住账号数据后面要用,添加域名,域名解析到公网ip地址,和设置运行目录 /public ,并且设置伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last;
}
}
4.廉价云端口转发下源端口80到公网端口
5.访问用 域名:转发的公网端口 安装程序,数据库那里填写创建时候的数据库账号密码
后台地址:域名/admin/
- 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.





