Jump to content
  • 0

[Solved]Register problem [Flux cp] thanks all.


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

16038196.jpg

35055316.jpg

Register in flux cp and validate trough email. and i can login to flux cp. dunno why can't log in game? but if i direct register trough phpmyadmin i can log in game. anyone know where i setting wrong? what is wrong with this cp??

i also have check in phpmyadmin. the register in flux cp have show in phpmyadmin. but the password are gibberish like 25f9e794323b453885f5181f1b624d0b<< something like this

Edited by manabeast
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

disable md5 password in fluxcp

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

   	 // Login server configuration.
       'LoginServer'    => array(
           'Address'  => '127.0.0.1',
           'Port'	 => 6900,
           'UseMD5'   => false,
           'NoCase'   => true, // eA account case-sensitivity; Default: Case-INsensitive (true).
           'Level'    => 0,    // Default account level during registration.
           //'Database' => 'ragnarok'

same... @@? how to solve

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi manabeast,

Try deleting all the files inside '/data/tmp', and then re-register your account. In order to use the account you've registered with the MD5 hash, you would need to edit that entry and set the plain password for that account... otherwise you won't be able to use it.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

edit that entry and set the plain password for that account

mean i have to set every player register? i have try edit password in php. after edit can log in game. but if like that let say every player also like that. sure is a big problem for me.

x.x? i no understand.. can you teach me set at where? which location/which file? sorry i dun really know about cp. just application and server.php some basic flux guide teach /sob

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi manabeast,

No, you don't need to do that. It is because you had MD5 as 'true' when you registered the account; that is why you have to edit the account that you registered when you had MD5 as 'true'. Now that MD5 is 'false'; new accounts created already are in the plaintext format, and do not need to be changed...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

thank you Asura, and other ppl .

solve and solution, do as asura say.

if we when install have put true on MD5.

-set false on md5

-Try deleting all the files inside '/data/tmp'

-delete your acc or ppl who register already on phpmyadmin.

-try register again > boom working, !

Edited by manabeast
Link to comment
Share on other sites

×
×
  • Create New...