Forum Moderators: phranque
A) Setup your .txt file with the appropriate permissions so that it can be written to
B) Create a standard login.html form to collect data
C) Create another page probably .php or.asp to query text file and then redirect user appropriately.
D) Create a signup.html page that would be linked to by the login form for users to signup.
E) Another .php or .asp page to add data to text file
Hope this helps because I dont really know any specific sites that deal with this directly. You will definitely need a server side language like php or asp to handle text file.