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

    oeppesd

    now it works nearly fine, but when i try to log in my pw is false everytime, i think it's because of the encryption (in my config file it's md5 but when i go to my database it does not look like md5) in the internet they say that the passwords of phpdb are saltet is there a posibllity to fix this?
     
  3. Offline

    Wulfspider

    Are you using a script or your own custom database table? The encryption option in the config is for the custom databases only. Please post a link to your config with MySQL connection username and password removed.
     
  4. Offline

    oeppesd

    Core:
    plugin:
    debugmode: false
    usagestats: true
    database:
    driver: mysql
    host: **********
    port: 3306
    username: **********
    password: **************
    name: *****************
    prefix: phpbb_
    script:
    name: phpBB
    version: 3.0.8
    customdb:
    enabled: true
    table: phpbb_users
    userfield: username
    passfield: user_password
    emailfield: user_email
    encryption: md5
    register:
    enabled: true
    force: true
    login:
    method: prompt
    password:
    kick: true
    session:
    time: minutes
    length: 30
    idle:
    time: seconds
    length: 30
    kick: true
    whitelist: Contex,Wulfspider
    guest:
    commands: false
    chat: false
    building: false
    destruction: false
    movement: false
    inventory: false
    drop: false
    pickup: false
    health: false
    pvp: false
    mobtargeting: false
    mobdamage: false
    badcharacters:
    kick: true
    characters: "`~!@#$%^&*()-=+{[]}|\\:;\"<,>.?/"
    whitelist: Contex,Wulfspider

    Plugins:
    CraftIRC:
    enabled: false
    tag: admin
    prefix: "%b%%green%[{PLUGIN}]%k%%b%"
     
  5. Offline

    Wulfspider

    Since you are using phpBB, then set enabled: false under the customdb:.
    Those options are only if you are using a database table that you made yourself just for the game or for a custom script that is not a forum or CMS we support.

    customdb:
    enabled: false
    table: phpbb_users
    userfield: username
    passfield: user_password
    emailfield: user_email
    encryption: md5
     
  6. Offline

    oeppesd

    ok thanks

    NOW IT WORKS PERFECTLY THANK YOU FOR THIS AWESOME PLUGIN!!!!! THANK YOU IT'S PERFECT

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

    Wulfspider

    You are most welcome! Let us know if you have any further problems or features you'd like. :)
     
  8. Offline

    evilserge

    Thnx!! Bug is gone!
     
  9. Offline

    l104693

    Hey! I got this plug-in worked with my custom database! :D
    I got one problem with the plugin: "HeroChat"
    If I'm using:
    Code:
    login:
      method: prompt
    And players typ there password, their password shows up INGAME and in the console!
    I'm now using rhis to solve the problem, But I prefer the "prompt" way. Is that possible?
    Code:
    login:
        method: default
    Also: players can just talk without logging in...
    And, yes I am using:
    Code:
    guest:
        chat: false
     
  10. Offline

    Wulfspider

    I'll test HeroChat out and will see what can be done for the prompt password method.

    Edit: To all using HeroChat, passwords are displayed in chat when login method set to "prompt".
    Please use default login method until this can be fixed. This may happen with other plugins that modify the chat.

    I confirmed that HeroChat also causes all chat to be displayed if a player is not logged in.
    We'll work on a fix for the next version.

    Thanks for bringing this to our attention @l104693 .
     
  11. Offline

    Spazmic

    Oh well I didn't know it was supposed to hide the chat :p I could have told you earlier haha im using HC.
     
  12. Offline

    Wulfspider

    Oh suuuure! Some cake for you then. [cake]
     
    Spazmic likes this.
  13. Offline

    contex

    Going to release a quick fix for Recommended Build #600, as for the other bugs/suggestion, they will follow in future versions.
     
  14. Offline

    Grandcruiser

    Thanks a lot! :)
     
  15. Offline

    Gauntlet

    Would it be possible to add IPB 3.1.4 support aswell to this awsome plugin?
     
  16. Offline

    Wulfspider

    Quite possible! It's on the to-do list for an upcoming release. :)
     
    Gauntlet likes this.
  17. Offline

    Gauntlet

    Thanks that would be great! *waits quietly for new release* ^_^
     
  18. Offline

    Kiborgik

    you can sleep if you dont logon
     
  19. Offline

    Wulfspider

    One with the computer... part of it's circuits... cannot log off...
     
  20. Offline

    Kiborgik

    a matrix ^^
    i mean bug in game )
     
  21. Offline

    Wulfspider

    Haha, I missed that... I think sleeping slipped our mind. We'll get it worked out soon. :)
     
  22. Offline

    MJRamon

    Can you please update it for 600+? My server is in 'offline' mode and it's so needed.. thank you!
     
  23. Offline

    contex

  24. Offline

    Wulfspider

    We haven't found a way to fix this yet. Space was added to default characters blocked in the config.yml though.
    Fixed in latest version.

    New version is out. :)
     
  25. Offline

    tha d0ctor

    hey I would love to use this plugin but my server hoster doesnt have a FTP so if configs amd yml are not generated automatically I can't use the plugins, could you have this plugin generate its config files please?
     
  26. Offline

    Wulfspider

    This will be added in an upcoming release, but you would still need to be able to edit the config.yml. We might add the ability to edit the config.yml with commands, but that won't for awhile if we did.
     
  27. Offline

    tha d0ctor

    great to hear, I can edit I just can't create on my FTP so that is good to hear, can't wait!
     
  28. Offline

    contex

  29. Offline

    l104693

    Thanks! I'm loving your plugin! :D
     
  30. Offline

    Wulfspider

    Wonderful! Let us know if you have any problems or feature requests.
    Also, check out our new plugin, BabelCraft for automatic chat translation!. :D
     
  31. Offline

    l104693

    Maybe I overlooked it in the messages.yml file, but how do I change the "prompt" text?
    Default is: AuthDB > Welcome {PLAYER}! Please enter your password:
     

Share This Page