The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need info about site intergration
Hi - I am currently evaluating both phpBB and vBulletin. Both seems to be very good and though phpBB is free vBulletin is pretty inexpensive so cost should not be a big issue.
One requirement we have is that we need to be able to integrate a BB into our existing site so that users have a single signon (our site's login page). Instead of using the BB login page we would like to redirect to our own. Now, with phpBB I was able to download the product, look at the source and db schema to determine what needs to be done. I do not have that option with your software. Do you have any information available that what give me an idea what would need to be done to integrate vBulletin with our site? We currently use Java Servlets/EJBs. I know with phpBB we can read/modify the cookie that phpBB uses for sessions from our servlets. W can also create/modify phpBB user records from our EJBs. I am assuming that the same is probably doable from vBulletin but I would need to see the code and schema to verify. There is no way for me to see the code/schema without purchasing the software. How can I go about getting information about site integration? |
#2
|
||||
|
||||
well, if you can insert rows into the mysql db from your site it's no problem to combine it with vb
all you have to do is tu run two queries and a new user is registred on the vb board... think it is equal on phpbb.. |
#3
|
|||
|
|||
Thanx for the reply. But what about the boards recognizing that I was logged in via my site? Is there a cookie I would need to set from my servlet?
Regards |
#4
|
||||
|
||||
yes, vbulletin uses cookies which store the userid and password of a user to recognize him.
i'm not very experienced with cookieworking, but i think it shouldn't be hard to create the needed cookie from your site... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|