AlvarO Posted January 12, 2016 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 MTA:SA SPANISH DEATHMATCH PLAYER
Revolt Posted January 12, 2016 Posted January 12, 2016 Use dbConnect, md5 etc. Need a scripter? Feel free to contact me for inexpensive high-quality service! Skype username: friedonibot
Ruzy Posted January 12, 2016 Posted January 12, 2016 Take a look here: https://forum.multitheftauto.com/viewtopic.php?f=91&p=850465
AlvarO Posted January 14, 2016 Author Posted January 14, 2016 I tried that function but it dosn't works MTA:SA SPANISH DEATHMATCH PLAYER
AlvarO Posted January 16, 2016 Author Posted January 16, 2016 Any help? Still can't do it, i tried the code by myself but it dosn't works :c MTA:SA SPANISH DEATHMATCH PLAYER
Addlibs Posted January 16, 2016 Posted January 16, 2016 Use dbConnect, md5 etc. Previously known as MrTasty.
NeXuS™ Posted January 16, 2016 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. Did I help you? NeXuS™#0001
tosfera Posted January 16, 2016 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. If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]
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