Jump to content
  • 0

Register through web.. not username_M or F


celeron0134

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

Hi hello good day.. how can i connect my website to my sql database for registration purposes.. ex. i have a "register now" on my website.. so when the players register on my website.. they can use that username and pass to connect to my server..

thanks in advance

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

On login_athena.conf

// Can you use _M/_F to make new accounts on the server?
new_account: yes

just change it to no

33 minutes ago, celeron0134 said:

how can i connect my website to my sql database for registration purposes

You need to install your fluxcp and allow access to your server database.
There are lot's of guides on the forum

 

 

Edited by Technoken
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

3 minutes ago, Technoken said:

On login_athena.conf


// Can you use _M/_F to make new accounts on the server?
new_account: yes

just change it to no

and then? how about the website registration? how would i connect it on my SQL so when a player registered on the web he can use it to log in on the client

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   14
  • Joined:  06/13/16
  • Last Seen:  

You need to connect Flux CP or write your own PHP script that connects to your RO database and writes records to the databse

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Yes, you need to install a Ragnarok ControlPanel, or just connect a simple php file to update your database.

FLUX CP

https://github.com/rathena/FluxCP

Edited by Akkarin
Removed out-of-date control panel link
Link to comment
Share on other sites

×
×
  • Create New...