help with sercurity token

dell23

New Member
i try code >>
Code:
adding <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in the header and footer but i stil get the error when trying to post or even search Your submission could not be processed because a security token was missing.

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

by the way im using cyborg dark skin orange the skin is for 3.6.8
and vb version 3.8.1
 
At first check up this notification from old hacks or old templates of style (Cyborg)? Did you edit all templates after an update your vB?

1. You must install new hacks if they have a post-query or edit product:

Open product (.xml)
Find:
Code:
<input type="submit".......>

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

Save->Import product

2. If you have actual version hacks, for vB 3.8.X But you dont return templates after update vB
Out-of-Date Custom Templates Found!
There are currently Х customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!

Click here to view these templates!

You must press "Revert" or edit these templates by hand :)

Find:
Code:
<input type="submit".......>

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

Save
 
Back
Top