PDA

View Full Version : NEED HELP: vb4 Page


GNeRaL
01-31-2010, 07:57 PM
Hi,

I created a nickchange.php on template with form.
(Image: https://vborg.vbsupport.ru/attachment.php?attachmentid=111432&stc=1&d=1264974943)

When I click submit (Isle) button, I've with this error;
(Image: https://vborg.vbsupport.ru/attachment.php?attachmentid=111433&stc=1&d=1264975046)

Can you help me?

BBR-APBT
01-31-2010, 08:00 PM
Add the following code just above the submit button input code.


<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />



On a side note please read: https://vborg.vbsupport.ru/showthread.php?t=177013

GNeRaL
01-31-2010, 08:04 PM
Thank you, you're Great! :)