Sharpienero Posted June 24, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted June 24, 2012 How does one link in-game names to the forum? I know it's possible, and you probably just switch a value in MYSQL, but could someone give me a run down? Thanks. Quote Link to comment Share on other sites More sharing options...
Mystery Posted June 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted June 24, 2012 For IPB, you have all the SQL files in one database (including a table for usernames and passwords). What you need to do is change the way the information is stored in the SQL DB for IPB and change it to make it use the username and password table in your Ragnarok DB. I don't know which files exactly in the IPB structure that needs to be changed because I haven't gotten that far yet =/ Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted June 24, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Author Share Posted June 24, 2012 Thanks, but I need a guide. Maybe someone will post it here. Bump. Quote Link to comment Share on other sites More sharing options...
Mystery Posted June 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted June 24, 2012 Thanks, but I need a guide. Maybe someone will post it here. Bump. I've searched for quite some time.. and I've asked about it before. No idea where a guide would be. Only people with high knowledge of PHP know how to do it without hassle =/ Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted June 26, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Author Share Posted June 26, 2012 Bump. Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 26, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 26, 2012 I know that some forums use a special encryption system on their passwords (I've only tested with phpBB, but I imagine IPB would do the same), so just linking the databases wouldn't be enough. You might be able to turn this off? Correct me if I'm wrong. Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted June 26, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Author Share Posted June 26, 2012 I know that some forums use a special encryption system on their passwords (I've only tested with phpBB, but I imagine IPB would do the same), so just linking the databases wouldn't be enough. You might be able to turn this off? Correct me if I'm wrong. There is no database encryption. If you mean specifically, passwords: then they are saved as a md5 hash of the plain text password which itself is hashed with a random 5 character salt. P.S - I meant log in for the ingame is the same as for the forums. Passwords too. Quote Link to comment Share on other sites More sharing options...
Question
Sharpienero
How does one link in-game names to the forum? I know it's possible, and you probably just switch a value in MYSQL, but could someone give me a run down?
Thanks.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.