No that isn't how I would do it.
This is what you want, becuase I've done it.
Two sites that share certain DB information.
Basically you setup an install of VB with database comments
VB1 and VB2 then you comment out the tables you want it to share.
I set up a site that wanted to use the same users and pm data on another site, on the same server.
They also wanted to show posts and threads in two forums, on the second forum as well. So no matter what site you viewed they showed up. But both forums could have different layouts, different options turned on, different domains but share the same user table.
So no matter what site I visit, my user name is the same, and if you sent me a PM on site one I could read it on site two. I could post on site two and see it on site one.
Hope that wasn't confusing, but you want to share database tables. There has been alot of discussion on this and how to on vb.com
|