Solved: 14 Years, 4 Months ago logoutkey?
#1
Solved: 14 Years, 4 Months ago
I need use logoutkey var. I can't find it in mybb_user (database). Where is it?
logoutkey=md5(loginkey)
#2
Solved: 14 Years, 4 Months ago
mybb->user['logoutkey']

( I think )

I use the integrator's logout function.
http://phpdave.com/MyBBIntegrator/Coding...ion_logout
#3
Solved: 14 Years, 4 Months ago
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


Forum Jump:


Users browsing this thread: 1 Guest(s)