The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Site Integration with VB3
Hi,
I want some help for integration of vbulletin and my own codes. Firstly, I must use the $bbuserinfo[] variable on my portal site. I just tried to read user informations from cookie and also db but it doesn't work. My codes are like this: PHP Code:
Thank you so much for your answers. |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
Quote:
$cookieprefix, $tableprefix variables and db options are the same as vbulletin settings. |
#4
|
||||
|
||||
why don't you just print out the entire $_COOKIE array and see what you get?
|
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
just checking: did you use print_r($_COOKIE); ? try $HTTP_COOKIE_VARS instead and see what you get. and make sure cookie domain is set to .yourdomain.com in your vbulletin options.
|
#7
|
|||
|
|||
Quote:
Thank you so much, again. |
#8
|
||||
|
||||
you can read all the cookies that are set for that particular domain. make sure your cookie domain is .domain.com, so can read those cookies across your domain, and then just use print_r($_COOKIE); to find your vbulletin cookies.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|