The hevod video on demand system is an open source video online playback system developed using Asp.net. The system is developed using a three-tier architecture and the database uses Access. It is suitable for small and medium-sized website applications.
The backend has many modules such as movie addition, server management, administrator management, category management, etc. Backend login uses random codes for verification, and user accounts are encrypted with md5.
1. The public part uses user control for calling
2. Users are managed according to their permissions, and user login logs are recorded in the background at any time.
3. If the background login times out, it will jump back to the original address.
The front-end pages are all built using didv+csc (currently only debugged under IE6.0, and may cause confusion under other browser versions). This is the first time to use div+css. Please let me know if there are any inaccuracies or incompatibilities. Dear users, please forgive me.
Since I don’t know how to design pages, the front and back pages are all modified from the Internet and some functions are not perfect. Please criticize and correct me.