Quote:
Originally Posted by BrandonC
I'm not sure what you mean by "Other way around"....register through the VBulletin stuff and then create our users on our side?
One of the problems here is that VBulletin can't run on SQLServer, which is what we're using for our application. So we have two separate DB's that need to stay in sync. I've already put together the stuff to change passwords in the VB database, and that works fine, it's just a matter of something missing (I'm assuming) when we do the insert in the 3 tables for the user.
Our client is C++ communicating with a Java based server, and we can't catch VBulletin registrations and create a record in our own user table off of that. We have to insert into the record into the MySQL from our server. The records in the three tables seem to be inserted properly, and I don't see anything changing after the "fix broken user profiles" is run.
|
Ok, hmm well if that is the case you are going to need to populate the other tables with the correct data (or whateveR).
Take a look at register.php, it should provide abit of help (and any of the files linked to it)