Technical features of the werewolf technology system:
The languages used are: Div+Css, Sql 2000, C#, ASP.net
1. Using a class library makes the system relatively safer;
2. User registration uses the verification of non-Chinese user name registration, thus avoiding coding errors and other consequences that make users feel helpless;
3. The pop-up dialog box uses the RegisterStartupScript method under the Page class, thereby avoiding the unfriendly white screen hidden in the background when the user does not click the "Confirm" button when the dialog box pops up.
4. Avoid URL link injection, etc. When specific characters are injected, capture the information and jump to the HackSql.aspx page. After 3 seconds, it will jump to the homepage.
5. User login uses a specific package to avoid vulnerability injection, single quote error reporting, and other specific injections. And the login input information control has friendly picture label prompts.
6. Users vote and friendly voting information pops up. (implemented using javascript script)
Instructions for use:
1. During the development process of this system, we have received support from CSDN netizens and netizens from the ASP.NET technology group in QQ. I would like to express my gratitude!
2. Front-end member test account: username: wulang, password: 1122;
Backstage general administrator: Username: LangRen Password: 1122
Backend super administrator: User name: admin Password: admin, login address: Administrators/Login.aspx
3. The database file is LangRen.mdf in the DB folder, just attach it
Expand