I recently started a gaming server, and im using a vbulletin for the forums.
Now i wanted to make it so once a member registers on the forums, the same forums account can be used to log into the game. However i've ran into an issue.
My question is ::
Where is the place where it inserts the data into the accounts table on registration?
Meaning when someone registers where does the query get inserted into, i know it inserts the query into the "user" table on the database, but what .php file.
Meaning when someone registers where does it handle the query insertion.
Now i wanted to make it so once a member registers on the forums, the same forums account can be used to log into the game. However i've ran into an issue.
My question is ::
Where is the place where it inserts the data into the accounts table on registration?
Meaning when someone registers where does the query get inserted into, i know it inserts the query into the "user" table on the database, but what .php file.
Meaning when someone registers where does it handle the query insertion.