# U网络验证用户管理系统(U验证)3.2版本 **Repository Path**: hackajie/Uyanzheng ## Basic Information - **Project Name**: U网络验证用户管理系统(U验证)3.2版本 - **Description**: 网络验证用户管理系统 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: 3.2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2025-07-25 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 测试 ## README # U网络验证用户管理系统3.2(U验证) #### 介绍 网络验证用户管理系统 #### 软件架构 此软件采用Uephp框架开发,简单易上手。轻量快速 #### 安装教程 1. 下载文件,将文件上传至服务器,然后进行解压 2. 解压后设置伪静态规则: ``` location /api { rewrite ^/api(.*)$ /api.php?s=$1 last; break; } ``` 完整版伪静态规则: ``` location /api { rewrite ^/api(.*)$ /api.php?s=$1 last; break; } location /admin { try_files $uri $uri /admin/index.html; } location /agent { try_files $uri $uri /agent/index.html; } ``` 3. 访问网站进入安装程序 #### 使用说明 1. 打赏地址:https://www.uverif.com/ 2. 交流群:791336849 ####安装错误说明 如果在安装页面点击安装后,如果显示为空,那么则是数据库有问题,不是mysql就是redis