Log in

View Full Version : Need help..!!!


theraven1
07-30-2010, 11:49 PM
I am trying to write a code plugin for vbulletin that will write information to a separate database which is non vbulletin.

I can use the login feature to login to the scripts if i have already set up a vbulletin user, if logged in

basically what i am trying to do is create a bridge between the two scripts where you only need to register on the forums and be done..

the sql table vbulletin needs to add to when submitted is : cs_bio and the following fields need to be filled with the users information from the vbuser table

CS_BIO table
ID = Auto
USERNAME
JOINED = Matching vb sign up date
EMAIL
FID = (VBulletin user ID)
ADMIN = default 0

if anyone can point me in the right direction i would greatly appreciate it..