PDA

View Full Version : Integrating vBulletin into pay site


SumBodyElze
01-14-2003, 08:03 PM
I'm planning a website where members must register to access a variety of features including a vBulletin forum.

Is it possible to access the vBulletin member database to either automatically create new vBulletin memberships from a custom interface... or use vBulletin as the foundation and have other pieces of a php website verify memberships from the vBulletin database for access to other features?

Hope I'm making myself clear on this one... :classic:

NTLDR
01-14-2003, 08:05 PM
Yes, both methods outlined above are posible :)

If your using PHP for the rest of the site then using that to give users access else where is simply a case of adding 4 lines of code at the top of a file.

SumBodyElze
01-14-2003, 08:21 PM
That's what I wanted to hear... thanks!