Forums
This topic is locked
track administrator usage
Posted 10 Apr 2004 12:03:40
1
has voted
10 Apr 2004 12:03:40 Praveen Pinto posted:
Hi,I'm using dreamweaver mx, asp/vbscript and ms access.
Now i have developed a CMS with the ability to add multiple users.
I need to have a tracking system in place that tells me what a particular user did with a timestamp, how do i do this.
Thanks in advance
Replies
Replied 10 Apr 2004 18:30:28
10 Apr 2004 18:30:28 Daniel Magallanes replied:
You would probably have to create a log table that had possibly 4 columns. You would need ID, username, page updated and datemodified. You would have to update this table everytime something was added or modified within your cms system. I don't go that far for tracking. I usually just capture the username and the date modified and apply it to the record of the item that was added or updated.
Replied 11 Apr 2004 17:31:36
11 Apr 2004 17:31:36 Rene Bandsma replied:
I agree to swstyles. There is now complete solution to download.
I should use the now() for the date en build an XML file what is updated when the user browses through your database. In MS SQL you can also read the logfile, and maybe you can get some data out of there.
I should use the now() for the date en build an XML file what is updated when the user browses through your database. In MS SQL you can also read the logfile, and maybe you can get some data out of there.