Originally Posted by macbrutal
Some answers, Thank you for taking the time btw..
1.) If you want people to be able to login over the internet (or network), you will need a server. The server can be a VB program on your computer, or a database on your website. The first option is a lot easier using Winsock.
-Ok Winsock it'll be!
2.) Do you want to use a database (like MS Access/MySQL) or a .txt file to store accounts? A lot of people here will recommend a database, but a .txt file can work also. How many people do you expect to login and use your program?
-I would like to use the easiest way, which would be the .txt files
And how many people i except.. well the program hopefully, will get as much people as it can take.. but i mean 1KB per account wont store that much on the winsock ?
3.) You will eventually (once you get things working) want some security so people can't view passwords just by opening the .txt file. You will want to use some sort of encryption to make things a little more secure.
-Yeah encryption would be very nice, you know how to get that on a .txt file?
---
Now if you have a answer on how to make a login form, that's my highest prio at the moment..
The security aint that so much important for me, well ofcourse i want higher than rightclick on the program and change password (Just example)
But i dont want the fool-proof program, i jsut want some kinda security atleast..
well i went trough a couple of winsock programs people made here, but i cant figure out how to make it in my case, a login case..
Appreciate all the help!