PDA

View Full Version : sharing a database??


z1haze
12-01-2008, 11:02 PM
Hi i was just wondering if I can use an existing database that i have that holds the information for my websites members login and information to be the same as the vbulletin forums i have just added to my website.. if so how do i connect the sql database from my website to be the same as the vbulletin, vise versa

Dismounted
12-02-2008, 01:16 AM
I suggest you pick a system to use (i.e. either use vBulletin's system, or use yours, but not both). It will make life much easier. vBulletin's system is hard to change, but is easy to plug in to, so in most cases I suggest using vBulletin's system.

z1haze
12-02-2008, 09:33 PM
hey, i do only want to use one database.. but i want the same logins.. to work for both.. the site login, and the form login.. under one registration.. is that possible? i know its been done

--------------- Added 1228266986 at 1228266986 ---------------

how do i "plug in" my site db to the vbulletin

Dismounted
12-03-2008, 02:18 AM
Just have your application verify users the way vBulletin does it. See global.php and login.php.