Please enter your Username and Password. (CaSe sensitive)
|
![]() This Multi-User Asp News System was designed for an Intranet where I wanted people in their various departments to be able to update the news on their web pages without having to go through me all the time. The admin system lets allows you to add/edit/delete users and their table in the database and maintains security for the news editing. At this point you cannot delete tables, since you could delete the table with the users in it (a bad thing). The user management system is a modified version of Asp Client Check, which PascaL Michaud graciously allowed me to use in this application. Everything else is from www.learnasp.com, www.asp101.com, or www.aspfaq.com, I just brought it all together in this system. The above login is fully functioning. Login as admin/admin to create accounts and tables, then login as a user to see how to add/edit/delete news. I have a little logging going on so you can see login attempts and unauthorized access attempts. (The unauthorized logging is grabbing all the logouts as unauthorized...still working on that.) The user's news is displayed in two asp pages (incnews.asp and incarchivenews.asp) which have the table name for each user hard-coded in them (a pain, I know). But there are no extra tags in the includes, so you can easily stick a Below is what the include news files look like for the asdf/asdf account. (If that account has been deleted, recreate it and you'll be able to edit the news for asdf.) incnews.asp incarchivenews.asp If you have any questions/comments/suggestions or if you are going to use this, then please e-mail me at: toddlg-at-tcainternet-dot-com. Multi-User Asp News System is FreeWare, but the © is mine or the respective © holders. Do not redistribute it please. |