TJFweb
12-16-2008, 04:16 AM
Hi,
I have the following problem:
My student database is stored on SERVER1, while my vBulletin installation is stored on SERVER2.
SERVER1 and SERVER2 are on different servers and have different IP addresses.
Users login to access their student resource centre on SERVER1. I need to add a function to the student resource centre on SERVER1 which will allow each student to create their own vBulletin account on SERVER2. They should literally have 1 button to click to 'Create Account' which will create a vBulletin account with things such as username, email, usergroupid etc determined by their student account details on SERVER1.
Up until now, I've considered doing this by having a PHP script on SERVER1 connect to the MySQL database on SERVER2 to insert rows into the user table of the vBulletin database. After reading countless threads here over the past 6 months, it seems like this is not a good idea (though please try to convince me otherwise).
I am now considering using vBulletin's data manager to create user accounts. However, I have only ever seen examples of the data manager being run from the same server as vBulletin. How would I do it in my case?
Thanks in advance.
I have the following problem:
My student database is stored on SERVER1, while my vBulletin installation is stored on SERVER2.
SERVER1 and SERVER2 are on different servers and have different IP addresses.
Users login to access their student resource centre on SERVER1. I need to add a function to the student resource centre on SERVER1 which will allow each student to create their own vBulletin account on SERVER2. They should literally have 1 button to click to 'Create Account' which will create a vBulletin account with things such as username, email, usergroupid etc determined by their student account details on SERVER1.
Up until now, I've considered doing this by having a PHP script on SERVER1 connect to the MySQL database on SERVER2 to insert rows into the user table of the vBulletin database. After reading countless threads here over the past 6 months, it seems like this is not a good idea (though please try to convince me otherwise).
I am now considering using vBulletin's data manager to create user accounts. However, I have only ever seen examples of the data manager being run from the same server as vBulletin. How would I do it in my case?
Thanks in advance.