I need use logoutkey var. I can't find it in mybb_user (database). Where is it?
logoutkey=md5(loginkey)
logoutkey=md5(loginkey)
logoutkey?
|
I need use logoutkey var. I can't find it in mybb_user (database). Where is it?
logoutkey=md5(loginkey)
2009-07-29, 08:58 PM
mybb->user['logoutkey']
( I think ) I use the integrator's logout function. http://phpdave.com/MyBBIntegrator/Coding...ion_logout
mybb->user['logoutkey'] or
md5(mybb->user['loginkey']) (Because you can find loginkey is value of the field in talbe mybb_users, where mybb->user['logoutkey'] var can't use) thank you |
« Next Oldest | Next Newest »
|