pdblizzard
06-03-2003, 07:12 PM
I have two (paid & licensed) 2.3.0 VB installations on two separate servers. My first installation has over 5000 registered members in varying user groups. The second installation is newer, in a semi-related subject matter with a completely different forum & subforum structure. For business reasons, I need the two forums to appear as separate entities.
I would like a script that will allow me to import users & their cp data, including password, from the first forum, into the second forum.
I saw the other script for the VB to VB merge by Julian, but I don't want all the threads & posts, and forum data. Just the users. I realize the consequences of over-writing the data over and over again, on the second server. That's ok.
Process-wise, what I'm trying to achieve is:
* New user registers at forum #1,
* I run this script daily or nightly, or maybe even more than once a day etc.
* New user is automatically registered with the same user name, password, and user cp prefs at forum 2 on a my second server and can view and post without having to re-register.
At this point, I am MSQL and PHP illiterate :disappointed: but have coded before in other langauges, so please be gentle with me. :o
Thank you!
I would like a script that will allow me to import users & their cp data, including password, from the first forum, into the second forum.
I saw the other script for the VB to VB merge by Julian, but I don't want all the threads & posts, and forum data. Just the users. I realize the consequences of over-writing the data over and over again, on the second server. That's ok.
Process-wise, what I'm trying to achieve is:
* New user registers at forum #1,
* I run this script daily or nightly, or maybe even more than once a day etc.
* New user is automatically registered with the same user name, password, and user cp prefs at forum 2 on a my second server and can view and post without having to re-register.
At this point, I am MSQL and PHP illiterate :disappointed: but have coded before in other langauges, so please be gentle with me. :o
Thank you!