Jump to content

Automated login for time tracking of a user.


ZeNNy
 Share

Recommended Posts

Hello!

I am complete new here and also to this Auto-IT.

May be somebody can help me.

I have a web site which keeps the time-track on every one. When a user login to that web site he have to manually press the clock -in button so that the timer starts.

It records the time how much the user have spent on the system.

The problem i am facing is that:

- the timer keeps on going until the user click on clock-out button manually.

- Even when the user logged out of the web page, the timer is not stopping.

Can you please guide me how to solve the above problems.

Also i need to know how to implement the following events.

- When the user logged into the website, the timer should automatically start without manually pressing the clock in button.

- When the user hibernate or shut down or log off the system the timer should stop in the website.

- When the user unlock the system the timer should resume in the website.

help me to do this in autoit.

Any suggestions?

Best Regards

Zenny

 

 

Link to comment
Share on other sites

Go here:

Make an invisible app that keeps running on the client computer and maybe once every 5 seconds, probe to see if the computer is locked or not.. 

If the computer is locked, send an HTTP request to your webpage as needed, same with if the computer is unlocked.

C0d3 is P0etry( ͡° ͜ʖ ͡°)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...