The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VB4 Session & Cookie Variables (PHP)
I'm working on integrating a VB4 forum with a new site, but I need to know all the PHP session and cookie variables to complete this.
ex: PHP Code:
So, does anyone know the session / cookie variables or where to find them? --------------- Added [DATE]1291566094[/DATE] at [TIME]1291566094[/TIME] --------------- Solution in https://vborg.vbsupport.ru/showthrea...20#post2129620 All cookies, no sessions. |
#2
|
|||
|
|||
you can probably go in your normal forum template code plugin and just call print_output(print_r($vbulletin->session,true));die; and see all your session variables. is this what you are looking for? there's also $vbulletin->session->vars
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|