[DGT] vBulletin v3.6.10 also KeyGen

KrazyFire

New Member
here some more fixes
Firstly, search in your headinclude template for this:

Code:
var SESSIONURL = "$session[sessionurl_js]";
And make sure this is immediately below:

Code:
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
Then, search in ALL templates for this:

Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
And make sure that this is immediately below EVERY instance.

Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
 

zdig1

New Member
soory but i do it the fix for php file and tempalte
but still have the same error
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

in many hack like cybpaypal , forum stat ...
 

Hoxxy

New Member
zdig1 said:
soory but i do it the fix for php file and tempalte
but still have the same error


in many hack like cybpaypal , forum stat ...

If you have errors due to mods/hacks then they are not compatible with the version of vB you are using uninstall them o find updated versions...:)
 
Top