ShadoX<~ Posted March 26, 2015 Posted March 26, 2015 Hi , at the time i have a mysql login system that is conected to my IPBOARD forum , the way it works its simple , you need to firts register on the forum to get acces to the server , some Users are just so lazy and dont want to join web pages to register , my question is , if it is posible to let players register the account of the forum in the server , so when the player join and register on the server it will also be register on the forum if it is posible can some one help me ? i will pay using paypal thx!
xXMADEXx Posted March 26, 2015 Posted March 26, 2015 It's definitely possible. Take a look at this: viewtopic.php?f=148&t=47889
xXMADEXx Posted March 26, 2015 Posted March 26, 2015 Or you can simply edit databases using SQL queries IPB uses encryption, it wouldn't just be simple stuff such as INSERT or SELECT.
WhoAmI Posted March 26, 2015 Posted March 26, 2015 It will. IPB uses this kind of encryption: md5 ( md5 ( token ) .. md5 ( password ) ) Token is stored in database, too. So in script you shall use only query.
ShadoX<~ Posted March 26, 2015 Author Posted March 26, 2015 It's definitely possible.Take a look at this: viewtopic.php?f=148&t=47889 thx you! , if this work i have a question , what about if the users that the player want to register is taken ?
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