• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Link the registration page to the database

Initiate Mage
Joined
Oct 8, 2023
Messages
4
Reaction score
0
I need to link the login page and create an account, how to link the site and database so members can register new accounts and play. I use PMANG server.
 
Newbie Spellweaver
Joined
Dec 2, 2023
Messages
34
Reaction score
21
I need to link the login page and create an account, how to link the site and database so members can register new accounts and play. I use PMANG server.
In php connect to sql and insert data(user id , name, pass..) to CF_MEMBER in CF_SA_GAME or start function PROC_CREATE_USER and send parameters(user id,name,pass..)
 
Back
Top