Inactive [ADMN/SEC] AuthDB v2.3.6 - Database authentication and protection [1.1-1.4.5]

Discussion in 'Inactive/Unsupported Plugins' started by CraftFire, Mar 13, 2011.

  1. Offline

    CraftFire

    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.
     
  2. Offline

    contex

    Last edited by a moderator: May 16, 2016
  3. Offline

    Wulfspider

    This has been added to 2.1.0. Try it out! :)
    Try out 2.1.0. It should solve the inventory wipe for you. It worked for us, so let us know!
     
  4. Offline

    Kiborgik

    i have a problem..
    but when i login to game, it whant register me...write on chat: Hello guest bla bla bla
    when i try /login password - they say i am not register
     
  5. Offline

    Wulfspider

    Set register: force: to true.

    register:
    enabled: true
    force: true

    It should have been enabled by default, but it was left as false by mistake.

    Did you replace your config.yml and messages.yml?
     
  6. Offline

    Kiborgik

    i set it, but not changed...bug still here
    session time = 0 its correct?
     
  7. Offline

    Wulfspider

    Oops, forgot to change that too! You can set session time to whatever amount you want. I typically set it to 30.
    We will fix the config file defaults in 2.1.1.
     
  8. Offline

    Kiborgik

    what about "all time you guest and promt register and can't login"?
     
  9. Offline

    Wulfspider

    We're looking into that right now. Not sure what changed between our tests and release... :/
     
  10. Offline

    Kiborgik

    if you need i may add aditional informations...
    and can you disable write /login password to console and log file or use patern like '*'
     
  11. Offline

    Wulfspider

    Okay, for now... set debugmode: true
    This will fix the issue till 2.1.1 release.

    It does use ******* for passwords in the console and shows the same in the log and always has since 2.0.0 release. Are you using any other auth plugins?


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

    Kiborgik

    i use McMyAdmin... maybe problem on it?
     
  13. Offline

    Wulfspider

    Could be. We will look into a way to block that plugin from displaying that info.
     
  14. Offline

    Kiborgik

    my plugin list:
    its not a plugin - http://www.minecraftwiki.net/wiki/McMyAdmin

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

    Wulfspider

  16. Offline

    contex

  17. Offline

    Kiborgik

    good..it work
    but when i connect in chat write: Welcome name . Please enter you password:
    in mesage file text is user: "<yellow>Welcome back <white>{PLAYER}<yellow>! Please use /login <password>"
    its a bug?
     
  18. Offline

    Wulfspider

    No, that is because you have the login: method: set to prompt. If you set it to default then it will use the message from the messages.yml. View the documentation on GitHub for info if needed too.

    I just tested with McMyAdmin and no passwords or ******** are displayed in the server log or console when debugmode is off and when debugmode is on, the passwords show as ******** in both the console and log

    So, perhaps it is something else you are using. Also, what CraftBukkit build are you using?

    Edit: I'm thinking it's either SimpleCensor or NoCheatPlugin. I'll have to take a look at those. More than likely it's the SimpleCensor.

    Edit 2: Are you sure you weren't seeing the MySQL password if you had debugmode: true? I've played around with the above 2 plugins I mentioned, but they all show ******** for player passwords. You could try removing your plugins and then adding them back in one at a time to see if something changes. Test AuthDB by itself as well.

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

    Kalastor

    Spazmic likes this.
  20. Offline

    contex

    I did indeed, my bad, blame hours of coding in java.
    Thanks for reporting!
     
  21. Offline

    Grandcruiser

    Any news on IPB support? :p
     
  22. Offline

    Wulfspider

    Not yet, somehow got bumped off the list of top priority ones. Do you need a specific version or just the latest?
     
  23. Offline

    Grandcruiser

    Latest would be great. :)
     
  24. Offline

    contex

    Will add it for the next version :)
     
  25. Offline

    Spazmic

    Good Work guys! It is perfect :) Inventory bug seems to be gone too!!!!!

    Also a question like that. Since i'm running in offline-mode, players can use space to register on forums. I disabled registration on server since I want them to register on forums first. How can I disable ''space'' in forum registration? I'm using phpbb 3.0.8
     
  26. Offline

    Kiborgik

    hi, can you create mod for your plugin, like Stats, and integrate it with forums and etc..
     
  27. Offline

    Wulfspider

    Great! Try adding a space under in config.yml under characters: so that it looks something like
    characters: "`~!@#$%^&*()-=+{[]}|\\:;\"<,>.?/ "

    Are you talking about a mod that you put on your forums to display player stats? If so, what type of stats were you wanting it to display?

    Also, we are planning more forum integration features such as birthday greetings, free cake and free customizable gift(s) for players on their birthdays, the ability to check/read/send private messages in-game and maybe more as we think of things.

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

    Kiborgik

    yes, do img or text and put it to user signatore on forum(if this be img, people can add it to signature on other forums or sites)..stats like: Block Destoys(for each block), Item Uses, Damage Dealt, Deaths per type, Kills per type, Played-Time...
     
  29. Offline

    Wulfspider

    Ah okay, we thought about adding something like this once the official achievements and such come out for Minecraft. This might be a separate plugin we'll make as I'm not sure it would really pertain to AuthDB. We'll look into it though.
     
  30. Offline

    Kiborgik

    Thank you! it would be great :)
     
  31. Offline

    contex

    Will be fixed for the next version :)
     

Share This Page