Hi,
I am trying to achieve the same thing. Once the user logs into my website, I want them to be automatically logged in to vBulletin. Using the vBulletin login for my website is not an option for me as I do not want to rewrite the code.
I have basically gone through login.php. I am not able to understand certain statements and cannot find any documentation regarding them:
What does the following statements in login.php do?
- $vbulletin->input->clean_array_gpc
- $vbulletin->GPC['vb_login_username'] where is this variable set?
- $vbulletin->GPC['logintype'] where is this variable set?
- $vbulletin->GPC['cookieuser'] where is this variable set?
- $vbulletin->GPC['cssprefs'] where is this variable set?
Once I understand the answer to these questions, I think I will be able to handle my requirement.
|