0% found this document useful (0 votes)
3 views

api_en

This document provides a step-by-step guide for installing a network verification system using the Pagoda Panel and Uverif package. It includes instructions for configuring interface addresses, installing necessary software, setting up the database, and accessing the installation interface. Additionally, it emphasizes the importance of replacing specific parameters with those relevant to the user's system during setup.

Uploaded by

xuyijiegaming
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

api_en

This document provides a step-by-step guide for installing a network verification system using the Pagoda Panel and Uverif package. It includes instructions for configuring interface addresses, installing necessary software, setting up the database, and accessing the installation interface. Additionally, it emphasizes the importance of replacing specific parameters with those relevant to the user's system during setup.

Uploaded by

xuyijiegaming
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

How to install

package:https://www.uverif.com/
tutourial:https://www.uverif.com/doc

Interface Address Configuration:

Interface address: Http://Domain name/app/user/App ID/Version

index/Version number/

Please replace the parameters highlighted in red with the corresponding

parameters of the system you have built. The relevant parameter descriptions

are as follows:

Domain name: The IP address or bound domain name of the network

verification system you have built, which can be viewed or bound here on the

pagoda panel

Application ID: The AppId displayed on the homepage of the established

network verification system. If there is no application yet, please click the

Create Application button on the page first to create it.


Version index: After clicking on the above application to enter, click on

version control on the left, and the version index will be displayed on the right
Please replace the corresponding text in the plugin website with the
above three parameters, and the effect after replacement is as follows:
http://192.168.0.102/api/user/1000/default/1.0/

Verification system construction

1. To https://www.bt.cn/new/download.html Download and install the

latest version of the Pagoda Panel suitable for your operating system

2. To https://www.uverif.com/ Download the latest installation package,

install the tutorial and interface instructions carefully on this website. This

tutorial only covers the key installation and configuration steps

3. The software environment requirements that the pagoda needs to install

include server environment: Nginx/Apache PHP version:>=5.6 and<=8.0

PHP extensions: pdo, mbstring, gd MYSQL database:>=5.6 and<=6.7.

Please ensure that PHP and MySQL are installed according to the specified

version first

4. Create a database inside the pagoda, obtain the database name,

username, and password, and use them for backup during subsequent

automatic installation and verification of the system

5. To install a website, first add a website, create a website, and then enter
the website root directory. Upload the downloaded zip code to that

directory and unzip it to the root directory. If not, watch the official video

tutorial

Be sure to add pseudo static rules

伪静态规则代码如下:

location ~* (Ue|app|config)/{

return 403;

location / {

if (!-e $request_filename){

rewrite ^(.*)$ /index.php?s=$1 last; break;

1. After configuring the site, directly http://ip/ To access it, an automatic


configuration installation background interface will appear. Follow the

interface wizard to install it. Please note that the relevant parameters filled

in when creating the database mentioned above are sufficient for

database parameter installation.

2. After installation, enter the system to create an application and obtain the

required application ID, version number, and other parameters for the

interface.

You might also like