Jump to content
  • 0

Linking forums to ingame names.


Sharpienero

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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 =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

Thanks, but I need a guide. Maybe someone will post it here.

Bump.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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 =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

Bump.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...