Inactive [ADMIN/WEB] DBPassword - Allow players to setup a password for your website [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by chausser, Sep 13, 2011.

  1. Offline

    chausser

    DBPassword by Chausser

    For updates check DevBukkit
     
  2. Offline

    Laserhog

    Could you post the source for this too please?
     
    Zaros likes this.
  3. Offline

    chausser

    Ill add the repo to the DevBukkit later tonight
     
  4. Offline

    Doc

    Can you add permissions support? There are some users who should not get access to this.
    Thanks!

    Great job so far!!
    -Doc
     
  5. Offline

    chausser

    @Doc there is permission support. users have to have "dbp.set" to use this. If its not working right let me know
     
  6. Offline

    Laserhog

    So i guess your not going to put the source up? What a shame....
    Also, what other plugins have you made? Because it looks like just the one and your already a Plugin Dev
    :confused:
     
  7. Offline

    chausser

    @Laserhog the source is on the repository tab for dev bukkit....
     
  8. Offline

    Laserhog

    *Sigh* Never even noticed there WAS a Repo tab. Cheers for that. But you didn't answer the second question :)
     
  9. Offline

    chausser

    nope 1 and only. I am workin on a few others but this was the only one I have ready for release
     
  10. Offline

    Designdecay

    You say that a MySQL connector is required. Is one supplied or will we have to write our own?
     
  11. Offline

    chausser

    @Designdecay you make an excellant point. I use the one that i downloaded from other plugins, im not sure what the proper linking / download procedure is to get that. Ill look it up and add 1 or the other here in a bit.
     
  12. Offline

    Designdecay

    What one are you using from other plugins?
     
  13. Offline

    chausser

    @Designdecay its called mysql-connector-java-bin.jar located in <server_root>/lib folder. It was downloaded automatically for me.
     
  14. Offline

    Designdecay

    When you say
    do you have any other plugins or anything of the sort installed?
     
  15. Offline

    chausser

    I added a link to download the mysql connector on the BukkitDev page.
     
  16. Since it's saved in the database there is no waiting time.
    register through your site, site saves login and pass in database, log in with minecraft and enter your password, gameserver checks database, finds your name and login to match and your done.
     
  17. Offline

    chausser

    I was referring to the approval process for getting the plugin it self approved :)
     
  18. Lol. sorry. :p
     
  19. Offline

    Designdecay

    Brilliant got it working.
     
  20. Offline

    chausser

    Glad to hear, let me know if you have any issues
     
  21. Offline

    LilleKlump

    i get's an issue..

    20:17:05 [INFO] [DBPassword] Initalizing Plugin
    20:17:05 [INFO] [DBPassword] Found and will use the permission plugin Permissions v2.7.7
    20:17:05 [INFO] [DBPassword] Cannot connect to MySQL. Disabling plugin
    20:17:05 [INFO] Cannot load connection class because of underlying exception: 'java.lang.NumberFormatException: For input string: "'3306'"'.
     
  22. Offline

    chausser

    hmmm looks like it doesnt like the port number that you have in there, how is your port number in your config.yml file formated?
     
  23. Offline

    LilleKlump

    security:
    encryption: '''MD5 or SHA1'''
    salt: '''s0m3 s@lT StriNg'''
    mysql:
    port: '''3306'''
    host: '''192.168.1.90'''
    table: '''xxxx'''
    password: '''xxxx'''
    user: '''xxxx'''
    database: '''xxxxx'''
     
  24. Offline

    chausser

    it looks like all of your values have both a double quote " and a single quote ' try just using 1 or the other.
     
  25. Offline

    LilleKlump

    OMG!
    It's Works! :D

    THANKS FOR THE FAST RESPONS! :D <3
     
  26. Offline

    chausser

    Np, im updating the default values and will release a new version shortly, you should be fine using either tho.
     
  27. I would really love you if you would update this plugin to the latest bukkit RB. Seriously man, this is the best plugin ever!
     
  28. Offline

    statamama

    i need help where do i get to mc_root_folder/libs
     
  29. Offline

    chausser

    this isnt needed any more bukkit will handle the dl of the connector
     
  30. Offline

    statamama

    ok but where do i put sql connector

    do i need sql connector?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016

Share This Page