Instructions for use: Well, this is a simple invitation code system, written by Mai Tianyi Yi Cong (
www.yuxiaoxi.com ).
You can easily manage and generate invitation codes in the background. The generated invitation codes can only be used once. The verification information is stored locally through the session. As long as it is not deleted, there is no need to repeat the verification.
In the background, used invitation codes will be marked with a strikethrough.
File description
admin.php management login
changepwd.php changes the management password
conn.php database configuration
going.php invitation code verification
index.php Home page
login.php is the page to jump to after the invitation code is verified (customized according to needs, in going.php line 23)
loginout.php log out
yaoqingma.php invitation code generation page
xxxx.sql database file
css cascading style sheet storage location
img Image storage location Custom invitation code Custom invitation code digits: Open yaoqingma.php with a code editor, find $password_length = 10 on line 42, and change 10 to the number you need.
Custom invitation code composition: The invitation code of this system is randomly composed of abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 by default and can be modified as needed. In yaoqingma.php line 43.
For installation instructions, please open conn.php first to modify the database configuration, and then import the database: xxxx.sql.
Default administrative account: admin
Default administrative password: admin
Default login code: 12345
Default invitation code: yaoqingma
If you encounter any problems during use, please leave a message at
http://www.yuxiaoxi.com/2013-07-04-yaoqingma.html ! I will correct it!