Click to See Complete Forum and Search --> : In need of help.


BlackDrogon
03-06-2005, 05:44 PM
Can anyone tell me how I can create a login/password registering website where people can register to become members of a clan or something.

Stephen Philbin
03-06-2005, 06:15 PM
You'll need a server to start with, usually you rent a virtual server (a bit of the computer the server is on) for a splash of cash each month. On your host server, you will need it to have support for a server side language and at least one database. Then you just get someone to write the program that handles users on your site by using the server side language to interact with the database and make things happen. If you don't know any server side languages and you don't have any friends that can do it for you, then you can usually get a pre made one off of the net free of charge. It'll be generic and you'll have to pretty much make do with how the program comes, but most are flexible enough to meet most needs, so you should be reasonably ok on that score. ;)

BlackDrogon
03-06-2005, 06:44 PM
Thanks Mr Herer. I'm just a newbie at all this so, I guess I'm gonna try to get one free off the web, but do you know of any links that lead to one?