Login Tracker

Login Tracker stores the details of logon and logoff events of users on a network – recording the computer name, username, date/time and user type. Based on the times, it also displays the session length.

Features

Architecture

The logon and logoff VBScripts should be ran at their respective times. They collect the required information and send it in an HTTP request to the server. The server disseminates this data and updates the MySQL database accordingly.

The server-side script, created in PHP and utilising a MySQL back-end for data storage, should be installed on a web server and be accessible by all workstations you want to track.

Known Issues

TODO