ok i will explain everything step by step of what am trying to get it to do
first of all i want to tell you that am working on a program in Microsoft Visual Basic 6.0(windows programming lauaguage)
theres a picture of the login screen below fo thte program am working on.
second, when the user enter their username and pass, the program will open a url such as http://www.myiste.com/cgi-bin/login.php?user=admin&pass=admin in winsock.
then winsock will get data from the server. if the username and pass is admin then the web page will display codeø2.&<s;&c1
"r<s1"r-t2.&.(this is a encoded harddrive number)
then my program will decode the harddrive number and will confirm it with the user's computer harddrive number, who entered the login infor. If the the hd doesn't match this it will ask for the user to enter the login info again. If the hardrive is same as the one on the site, then it will load rest of the program.
thats about it
thanks