Quote:
Originally Posted by RedFoxy
If you wanna search all template that you need to edit to add "<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />" you can use that query in your MySQL database:
I used it to fix all mod that i've installed in my vBulletin board
--------------- Added Thursday, 24 April 2008, 19 at 19:00 ---------------
calendarjump, FAQ, forumjump, WHOSONLINE don't need to be edited if you haven't modded it
|
Does this MySQL query mean that it will insert the
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
after each instances of the following code
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
This will affect only templates that need the security token embedded right?