joao1234 Posted May 27, 2013 Share Posted May 27, 2013 Hey guys im developing a login panel, but idk how can i connect it to ipb forums... what functions should i use? and how can i make it? Link to comment
johny46 Posted May 27, 2013 Share Posted May 27, 2013 I guess you have to connect to your PHPBB MySQL database and create an forum account from it. You need to know the way PHPBB stores accounts and then try to create new following similar steps. Check out this: https://wiki.multitheftauto.com/wiki/Mysql Link to comment
dugasz1 Posted May 27, 2013 Share Posted May 27, 2013 I think in the forum's database password will be code to MD5 the you must coding to md5 the editbox when you want to query it. local edit = guiCreateEdit(177 ,76 ,150 ,18 ,"", false, loginPanel) local gotEdit = guiGetText(edit) local md5Edit = md5(gotEdit ) Link to comment
knash94 Posted May 27, 2013 Share Posted May 27, 2013 viewtopic.php?f=148&t=47889&p=474275&hilit=php+sdk#p474275 Good luck Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now