vBulletin message

MegaPop

New Member
the url is: forums/profile.php?do=dst

i clicked profile and i got thatlink above..


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.
 
i dont get the first part


Adding Protection to your own files

Template Changes

Exempting Certain Actions
 
nvm...

Another way to make sure your adding security tokens everywhere you need them is to search all your templates for :

Code:

value="$session[sessionhash]"

and immediately after, if it doesn't already exist, add:

Code:

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


i cant find it..
 
Back
Top