Is there any way to get a server (stores username and password) besides buying one?
-
-
Im trying t make my own online rpg which would require people to get an account. I need to know if there's any way to put some html scripting and make a server. (dont laugh at me if this is something very well known, Im just starting at this stuff X| )
it really depends on how your clients are accessing your server. Im sure you could definately program in some HTML scripting into your client game to connect to and login into a server (simply running IIS on NT) but thats not really a secure means of accomplishing that. If your client connects through his webv browser, then this is the best wat to handle it. Just research using ASP to create login pages and user accounts in win2000. If your client is conecting through an application like Quake CLient / Server technology then you will need to program a Server Application to handle that. recurse.org - Recusion For the Rest Of Us.