View Single Post
Old 01-05-2013, 03:12 PM   PM User | #1
Jian0203
New Coder

 
Join Date: Mar 2012
Posts: 47
Thanks: 2
Thanked 0 Times in 0 Posts
Jian0203 is an unknown quantity at this point
Click counter on an image

Hi, everyone. I am new to server side programming and I face a challenge while i'm trying to develop a graphical password authentication system.

In my system, I wish to record the click counts of an user on his password(it's a set of images).

During enrollment, the user will set the click count(s) on 5 images and the click count(s) of each image will be recorded in the database(phpmyadmin).

When the user wants to login, the 5 images will be displayed, therefore, the user will need to click on each image with the correct click count to login.

I am wondering is it possible to do so ? I tried to search for some information online, but all i found is webpage or links click counter only. Can anyone please provide me some clue or guide on how can i do this ?

Thanks in advance. I appreciate your help a lots ^.^
Jian0203 is offline   Reply With Quote