Tibblez
Joined: 12 Mar 2007 Posts: 1
|
Posted: Mon Mar 12, 2007 12:26 am Post subject: Counting troubles. :( |
|
|
| Ok, I've written a program in which you have to log in to initially start the actual form but I don't people to give away their username and password so I made the login form check a web site in which it will say Username: Yes or Username: No. So, if it says Username: No it tells the user that they cannot log in. So yes, I can disable an account at any time but I need to count how many times people have logged in. The one thing I tried was to put a website counter on the website where it says Username: Yes or Username: No but it isn't actually counting when the user is accessing the website through the program. By the way I'm using the Inet do hicker to access the source on the website. Sure I could put a counter on the log in button so that every time it would be clicked the number would increase by one but how can I have that posted on a website? Are there any other ideas on how I can count how many times a user has logged on and have it recorded on the internet so I don't have to check their program for the counter? |
|