PDA

View Full Version : Form action to profile.php?modifyavatar


kiril_cvetkov
08-28-2008, 01:17 PM
I am using the following code
<form action="prifile.php?do=modifyavatar" method="post">
<input type="submit" value="Submit">
</form>when i click on submit vbulletin send me message :

Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator (http://localhost/forum/sendmessage.php) and describe the action you performed before you received this error.


what is wrong :S

Lynne
08-28-2008, 02:31 PM
This should help explain about security tokens and what you need to add to your forms - Implementing CSRF Protection in modifications (https://vborg.vbsupport.ru/showthread.php?t=177013)

Marco van Herwaarden
08-29-2008, 08:03 AM
And you misspelled 'profile' ;)