The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A security token error while submitting form
I need to login from an external website, that similar to a single sign on system using vbulletin user account, at the moment i just included vbulletin file "login.php" into my external php script, and i can get all the session and user information.
The problem is when posting a form with that file included, it says "Your submission could not be processed because a security token was missing.", what is the best workaround to avoid this. Thanks in advance |
#2
|
|||
|
|||
Post this at vbulletin.com forums and one of the staff could probably pinpoint EXACTLY what the issue is.
I've seen this error alot and it's usually on NULLED vbulletin scripts. |
#3
|
|||
|
|||
I resolved this by adding this tag to my form on the template.
HTML Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
|
#4
|
|||
|
|||
Thanks for the reply, i have another work around of it. Moreover attaching forum login.php required much more wastefull process, so i plan to create user authentication myself, but using the same forum user data. It works! with minor oddity off course
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|