The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
Yes, it has a security token in the source code but it says invalid:
Code:
var SESSIONURL = ""; var SECURITYTOKEN = "1240854144-f86c4260645d2[remainder deleted for security reasons]"; var IMGDIR_MISC = "lunablack/misc"; var vb_disable_ajax = parseInt("0", 10); |
#22
|
||||
|
||||
![]()
I'm talking about the hidden input...
Code:
<input type="hidden" name="securitytoken" value="SOMETHINGHERE" /> |
#23
|
|||
|
|||
![]()
This is on the search page:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Code:
var SECURITYTOKEN = "LONG STRING OF NUMBERS/LETTERS"; |
#24
|
||||
|
||||
![]()
Your input field is not correct - the echo statement is wrong. You'll need to play with it... perhaps ". $bbuserinfo['var'] ." ?
|
#25
|
|||
|
|||
![]()
Thanks for your suggestion. I tried it but am getting an identical result. Perhaps this cannot be done?
|
#26
|
||||
|
||||
![]()
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...
|
#27
|
|||
|
|||
![]() Quote:
![]() |
#28
|
||||
|
||||
![]()
When you've loaded up the page in your browser, view the source, and find this line:
Code:
<input type="hidden" name="securitytoken" value=" |
#29
|
|||
|
|||
![]() Quote:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#30
|
|||
|
|||
![]() 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 require_once('./global.php'); ?> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|