![]() |
Yes, it has a security token in the source code but it says invalid:
Code:
var SESSIONURL = ""; |
I'm talking about the hidden input...
Code:
<input type="hidden" name="securitytoken" value="SOMETHINGHERE" /> |
This is on the search page:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Code:
var SECURITYTOKEN = "LONG STRING OF NUMBERS/LETTERS"; |
Your input field is not correct - the echo statement is wrong. You'll need to play with it... perhaps ". $bbuserinfo['var'] ." ?
|
Quote:
|
Why are you reading the "var SECURITYTOKEN = " bit? That is the vBulletin Javascript, not your input - you need to look at the input's code in the source...
|
Quote:
|
When you've loaded up the page in your browser, view the source, and find this line:
Code:
<input type="hidden" name="securitytoken" value=" |
Quote:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
Quote:
Are you sure you need the full server path to your global.php? Mine is fine copying the example exactly and using: Code:
<?php |
All times are GMT. The time now is 03:10 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|