M
Martin
Hey I need to know how to make a log file making program so that it can do this:
Runs when a user logs on and makes a log file in a location on the hard drive that I specify that says:
[my text] [username] [time of log on]
Runs when the user logs off and makes a log file in the same location as before that says:
[my text] [username] [time of log off]
I would also like to make a file that runs when the user logs on and logs the websites visited like this:
[my text] [username]
[website url] | [Website title bar] | [time (if possible)]
[website url] | [Website title bar] | [time (if possible)]
[website url] | [Website title bar] | [time (if possible)]
[and so on]
I would also like to specify its location on the hard drive.
Thanks
Runs when a user logs on and makes a log file in a location on the hard drive that I specify that says:
[my text] [username] [time of log on]
Runs when the user logs off and makes a log file in the same location as before that says:
[my text] [username] [time of log off]
I would also like to make a file that runs when the user logs on and logs the websites visited like this:
[my text] [username]
[website url] | [Website title bar] | [time (if possible)]
[website url] | [Website title bar] | [time (if possible)]
[website url] | [Website title bar] | [time (if possible)]
[and so on]
I would also like to specify its location on the hard drive.
Thanks