Its very much possible and easy... if u know what you are doing. i am currently doing it, did it, on the redesign of my website on gamespy. I used php, but you could just as easily use cgi to do it.
What your script has to contain is:
1. a form for a login/pass fields
2. on submit open the memberlist file
3. check to see if that username exists
4. if it exists, take the profile for that user and open the profile for that user, then check the entered pass against their profiles
5. set some cookies or session information for the user that lets him wander around merrily in the members area
6. if it doesnt exist/pass doesnt match, give an error
7. dont type in caps, it strains my eyes
[ June 25, 2001 07:40 PM: Message edited by: DPK ]