How to add a account manually for MYSQL

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! Kenny is offline
    MemberRank
    Aug 2010 Join Date
    279Posts

    How to add a account manually for MYSQL

    It is very simple if you do not know how to add an account manually for your server if you are using MYSQl.
    Just do this.
    Open up wampserver
    Then left click -> Start All Services
    Then Launch MYSQL Query Browser
    Then open up your default schema
    If you do not have a results tab open, open it
    Then drag "accounts" into the bottom big rectangular box.
    To add an account, just click "edit" and click one of the empty boxes, hit enter and type in what ever you want.
    After you did that, hit enter again and click "Apply Changes"


  2. #2
    OFWGK†∆ joellol is offline
    MemberRank
    Apr 2008 Join Date
    HollandLocation
    479Posts

    Re: How to add a account manually for MYSQL

    Wont work for everyone cause you have passwords wich are coded once i wich it would be so easy

  3. #3
    Account Upgraded | Title Enabled! Kenny is offline
    MemberRank
    Aug 2010 Join Date
    279Posts

    Re: How to add a account manually for MYSQL

    Quote Originally Posted by joellol View Post
    Wont work for everyone cause you have passwords wich are coded once i wich it would be so easy
    I know, so just change your username. The default password should be Admin, or ask the person who gave you the repack what the password was.

  4. #4
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: How to add a account manually for MYSQL

    Okay, here is kind of the same tutorial but with the password coded style(SHA-1). By the way, you can also use the search button to find a tutorial like this, no point in this release.


    1.Open up wampserver
    2.Left click -> Start All Services
    3.Launch MYSQL Query Browser
    4.Open up your default schema
    5.Open "accounts" table
    6.Go to ratfactor: sha1Converter
    7.Type you password in the box and press "Submit Query"
    8.Copy the hash
    9.Back in MYSQL click the "edit" button at the bottom
    10.Paste the hash into the "password" section
    11.Click the "Apply Changes" button at the bottom

  5. #5
    Account Upgraded | Title Enabled! x3Blizzard is offline
    MemberRank
    Sep 2010 Join Date
    localhostLocation
    317Posts

    Re: How to add a account manually for MYSQL

    I've seen some servers/sources that dont use SHA1 they use another converter what is the other one :O?

  6. #6
    Apprentice Blader1996 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    20Posts

    Re: How to add a account manually for MYSQL

    Quote Originally Posted by x3Blizzard View Post
    I've seen some servers/sources that dont use SHA1 they use another converter what is the other one :O?
    I'm not sure, but the ones i mostly see are SHA-1 coded passwords.

  7. #7
    Apprentice mikewashere is offline
    MemberRank
    Jun 2010 Join Date
    16Posts

    Re: How to add a account manually for MYSQL

    Well even though I already knew this, thanks!

  8. #8
    Account Upgraded | Title Enabled! Kenny is offline
    MemberRank
    Aug 2010 Join Date
    279Posts

    Re: How to add a account manually for MYSQL

    If you used XiuzSource for your private server, the passwords do not have to be coded. You can just edit it and it would work.

  9. #9
    Enthusiast jiatern is offline
    MemberRank
    Nov 2009 Join Date
    45Posts

    Re: How to add a account manually for MYSQL

    I just started making my own LAN server (not hosting online, juz playing with frens with LAN). Since i definitely don't have a website to register accounts, is this the ONLY way to make accounts?

    Cuz my friends would like to make accounts, so am i going to make one by one and type password 1 by 1?

  10. #10
    Account Upgraded | Title Enabled! Kenny is offline
    MemberRank
    Aug 2010 Join Date
    279Posts

    Re: How to add a account manually for MYSQL

    Well you can have auto register jiatern. It would be much easier by using XiuzSource if you edit the world.properties. Also, to stop people from spamming the auto register, you can limit the number of accounts for each IP.

  11. #11
    Member RoboC is offline
    MemberRank
    Jul 2008 Join Date
    89Posts

    Re: How to add a account manually for MYSQL

    To set the password, just do:
    UPDATE accounts SET password = SHA1("passwurdherewithquotes"), hash = NULL WHERE id = accidnumberhere

  12. #12
    Enthusiast jiatern is offline
    MemberRank
    Nov 2009 Join Date
    45Posts

    Re: How to add a account manually for MYSQL

    Erm im using MoopleDEV but I have this problem. Some skills like summon dragon, bahamut of bishop is not working, when I use it I will get kicked out and the error msg is "error 38: reached the end of the file". Something like that. Anyway to fix?

    I want to make a v83 server but aran skills are not working also. XiuzSource is not for v83 right?

  13. #13
    Account Upgraded | Title Enabled! Kenny is offline
    MemberRank
    Aug 2010 Join Date
    279Posts

    Re: How to add a account manually for MYSQL

    XiuzSource is only for v62.

    Edit: If your server uses SHA1 coding, here is a site that converts your passwords/words into that type of coding. http://ratfactor.com/page/sha1Converter
    Credits to naylinn12 from ragezone.
    Last edited by Kenny; 06-09-10 at 06:24 PM.



Advertisement