registration question +

08/16/2010 10:38 *Sky*#1
i am looking for some information on how to make the code for registration so it can connect to 3 different db like one registration = registered to 3 different database on 3 different host. my friends and i decided to collaborate basicly one will have a hard server one will have a med server and i will have the pvp server but what i was wondering if it was possible (i know it is but i am not sure how yet) to make it so one registration will be for all 3 servers.

also i am looking for someone who might be able to help with some thing else i want to create my own web site but i have no idea how to use xhtml, html, php, css. i just started some simple classes on html and i'm far from being able to design a web site. so i am trying to find someone who can teach me if they can or show me how to edit the chinese templates like how to get started and i can pick up from there i am fast learner i just need to see someone do things once or twice and i learn from that... i have seen some of the templates already released but its not what i want they look cool and all but i want to make one of my own you know to learn and take some pride in doing it myself..
08/17/2010 04:33 danieldada#2
Basically, in php you will have to create a custom registration script that first calls for the information from the form : i.e User,Pass,Email,Questions, Etc...

Then you will have to check for these fields to be filled with correct information filling the margins, usually for user it's no more than 14 characters, no spaces and no digits like ¥

Then, you will have to have the script connect to all 3 of the databases and check for repeating users.


Then, you will have to have the script if checks all o.k insert into the 3 databases by using a insert via remote IP form. This is basically just a code that first connects to each database to verify it's connectivity. Then it checks for repeats, and follows it with the insert into Code. Now, how you would put that together to make it connect to each database i am not sure of. But generally this is what you will have to be done.


- If you want help doing this i cannot help right now, but i'm offering input. Thanks.