------- Message board program (with full notes) ------
1. This program does not write password changes, and the password of this program is MD5 encrypted;
2. The default login password is "dmlt";
3. Changing the password can be done in the database, and obtaining the MD5 encrypted password can be obtained at http://www.cmd5.com;
4. This program solves the problem of sql injection and greatly improves security.
5. The most important and best thing is that this program has 90% Chinese comments, making it easier for ASP beginners to understand!
document:
1.add.asp ------------------ Submit message content.
2.bg.gif -------------------- Title background image
3.conn.asp ------------------ Database connection file
4.db1.mdb ------------------ Database
5.del.asp ------------------ Delete message
6.err.html ------------------ error page
7.index.asp ------------------ Home page
8.jquery.js ----------------- Drop-down effect JS file
9.login.asp ------------------ Login verification
10.md5.asp ------------------ md5 encryption and decryption
11.reply.asp ---------------- Submit reply
12.sqlin.asp ---------------- SQL injection prevention
13. This program description.txt ----------- is this file
Expand