2014-09-13, 01:50 PM
what is my_post_key in delete link in ajax based post deletion. is this dynamically generated each time ? and which variable has value for it ?
??? Huh i need Bamboo Pad for my signature

what is my_post_key
|
2014-09-13, 01:50 PM
what is my_post_key in delete link in ajax based post deletion. is this dynamically generated each time ? and which variable has value for it ?
??? Huh i need Bamboo Pad for my signature
![]()
2014-09-13, 02:19 PM
$mybb->post_key is just a variable that contains a unique key/identifier for your user account. It's used to verify that requests sent to the server are actually from you. If someone attempts to spoof a URL request but has the wrong post key, MyBB will flag an error.
Edit: delayed response
headerinclude template consists of var my_post_key = "{$mybb->post_code}"; and it is a constant throughout the login session
2014-09-13, 11:52 PM
It's one thing keeping this from working:
|
« Next Oldest | Next Newest »
|