A simple TT student record, updated a bit
1. Add background management
2. Modify website configuration in the background,
3. Support more student pictures, add, modify classmate information, news, etc.
4. Optimize database
5. Optimize code. It looks more beautiful, but there are still many shortcomings
6. Modify the album data method. You can upload photos to the database in the background, and others cannot hotlink your pictures.
Backend user name admin Password admin
Management address xadmin/admin_index.asp
There are two database connection strings in the xconn.asp file.
The user name and password for ordinary users to log in are the name and QQ number in the XSTUDENT table. This thing is relatively simple and uses very few codes and functions. It is especially suitable for ASP beginners to learn and research. Masters, please don't join in the fun. You can also submit it as a website design thesis. This is my original work. If too many people submit it, it will be bad if the teacher finds out. The database is very simple and everyone can understand it.
You can modify website system parameters directly in the database, and modify photos in the imgurl table.
Expand