
Yiwang PHP authorization verification update system full version, one-click update system, one-click card secret generation self-service authorization function, domain name ip dual verification function and so on
Fixed piracy detection to ensure real-time viewing of piracy
Repair the online encryption system, one-click encryption
This source code does not require authorization and is completely open source
Copy the program to the root directory
phpmyadmin imports vipshanpin.com.sql
Configure the data/config.php file
$db_server=\’localhost\’;
$db_user=\'root\';//database user name
$db_password=\'myunma.com\';//Database password
$db_name=\'xrcs\';//Database name
$db_charset=\’UTF8\’;
$safe =\'123456\';//This is a security code and is not in the database
Back-end address: http://domain name/admin.php
Authorized management platform user admin password Aa123456 security code 123456
Configure update.php in the root directory
$file_dir = \'http://your domain name/upgrade\'; //Remote upgrade patch storage directory
upgrade is the patch storage directory and it is recommended to make it more complex
Comments0