vS-Hide Hack Resurrection Expanded v3.7.0 - Fix Security Token

NullerBR

New Member
Helo,



If this help you, please say THANKS =D


i just install the vS-Hide.Hack.Resurrection.Expanded.v3.7.0.for.vBulletin.3.7.PHP.NULLIFIED-GYS.zip

and i have found a problem:
After install, when will post a thread and use tags [HIDE] a error was
show:

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.

So looking for the code i found 2 templates that have to be a code added.


Go to:

-> _admincp
-> Styles & Templates
-> Style Manager
-> (Your actual style, if use many styles, [ hahaha =D ] have to do this steps in all them)

Open and change the templates:

*newthread
*newreply

Search for text [1]:

<input type="hidden" name="s" value="$session[sessionhash]" />


If exists the text [1] and do not exist the text[2]:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

so you have to add text [2] under text [1]

For me works, i can now post a thread with [HIDE] tags,
maybe this steps must be followed to other templates, if i find
other errors like this in this hack, ill update here.


If this help you, please say THANKS =D


Thats all.
 
Back
Top