AlvarO Posted January 12, 2016 Share Posted January 12, 2016 Hey, I just made the gui of my login, but I dont know how to let it work with my forum accounts, can anybody tell me how? The version of my forum is IP.Board 3.4.7. Thanks Link to comment
Ruzy Posted January 12, 2016 Share Posted January 12, 2016 Take a look here: https://forum.multitheftauto.com/viewtopic.php?f=91&p=850465 Link to comment
AlvarO Posted January 14, 2016 Author Share Posted January 14, 2016 I tried that function but it dosn't works Link to comment
AlvarO Posted January 16, 2016 Author Share Posted January 16, 2016 Any help? Still can't do it, i tried the code by myself but it dosn't works :c Link to comment
Addlibs Posted January 16, 2016 Share Posted January 16, 2016 Use dbConnect, md5 etc. Link to comment
NeXuS™ Posted January 16, 2016 Share Posted January 16, 2016 Use dbConnect, md5 etc. connection = dbConnect("mysql", "dbname=dbname;host=localhost", "root", "password") data = dbQuery(connetion, "SELECT * FROM tablename") rdata = dbPoll(data, -1) And you have your accounts ready. Link to comment
tosfera Posted January 16, 2016 Share Posted January 16, 2016 The password hash from IPB forums is a little bit harder than md5, as far as I can remember. You should call the actual hashing function inside IPB to hash your password and make it match that one. Don't copy and paste the function, keep calling it from inside the core of IPB. If they ever update their shitty password hash, you'll be running on the newest version too. 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