Well I have a Mybb forum and I'm trying to add some of the forum features to the site using PHP. Well I've got everything down except I need the login to work. I'm looking for a form that can log me in using the username and encrypted passwords from my mybb_users table.
How can I do this? So that It uses the usernames and passwords from my mybb forum? I'm just having trouble with the encryption part.