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

    oglop

    If I'll be able to run this plugin clearly I'll translate to my mother language (czech, I'm from Czech Republic :)
     
  3. Offline

    oglop

    hello, can anyone tell me what is this?
    it keep spaming my server.log and now it hase 80MB for 3 seconds
    Code:
    Could not pass event PLAYER_MOVE to AuthDB
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
            at com.authdb.listeners.AuthDBPlayerListener.onPlayerMove(AuthDBPlayerListener.java:413)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422) 
    and:
    I'm using joomla ver. script:
    name: Joomla
    version: 1.5.23

    I loaded 233 users from DB but when I wanted to login it said I have bad pass .. but it recognized my nickname

    tryign to reslove .. will edit this post

    5 mins later .. still spaming (server.log is huuuuuuuuuuuuuuge!)

    my config.yml

    Code:
    Core:
      plugin:
        debugmode: false
        usagestats: true
      database:
        driver: mysql
        host: localhost
        port: 3306
        username: GgGpor1aL
        password: XXXXXX
        name: gggportal
        prefix: GgG_
      script:
        name: Joomla
        version: 1.5.22
      customdb:
        enabled: true
        table: GgG_users
        userfield: username
        passfield: password
        emailfield: email
        encryption: MD5 (is it good for joomla?)
      register:
        enabled: true
        force: true
      login:
        method: prompt
        tries: 3
        kick: true
      link:
        enabled: true
      unlink:
        enabled: true
      username:
        minimum: 3
        maximum: 20
      password:
        minimum: 6
        maximum: 20
      session:
        start: login
        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
        interactions: false
        inventory: false
        drop: false
        pickup: false
        health: false
        pvp: false
        mobtargeting: false
        mobdamage: false
      badcharacters:
        kick: true
        username: "`~!@#$%^&*()-=+{[]}|\\:;\"<,>.?/ "
        password: "&"
        whitelist: Contex,Wulfspider
    
    Plugins:
      CraftIRC:
        enabled: false
        tag: admin
     
  4. Offline

    CraftFire

    Thanks for reporting :)
    This is already a registred issue. Its due to Player.teleportTo is decrepated in the new bukkit versions.
    I (Contex) havent worked as much as I wanted with AuthDB, however I plan to work alot this week and finally get 2.3.0 stable released.

    Again, thank you for reporting :)
     
  5. Offline

    djrazr

    wHERE IS DA fkin 2.3!! xD
     
  6. Offline

    oglop

    okay thank you
     
  7. Offline

    Kiborgik

    need update (((
     
  8. Offline

    tha d0ctor

    this ;)
     
  9. Offline

    Wulfspider

    Soon. :p
    We do have other things we do as well in the real world. We've moved some things to v2.4.0 and will be getting v2.3.0 out ASAP once we fix the remaining issues and tasks.
     
  10. Offline

    Black_Jack

    update please please please :(
     
  11. Offline

    dragonhib

    Ok Thanks !!
     
  12. Offline

    tha d0ctor

    91%, so close I can almost taste it!
     
  13. Offline

    forceserver

    doesn't protect F3 ??

    this plugin updata to protect F3 emergency

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

    l104693

    I love this plug-in but it's currently spamming my console when players are not yet logged in.
    Code:
    22:49:08 [SEVERE] Could not pass event PLAYER_MOVE to AuthDB
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Loc
    ation;)V
            at com.authdb.listeners.AuthDBPlayerListener.onPlayerMove(AuthDBPlayerLi
    stener.java:413)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    22:49:08 [SEVERE] Could not pass event PLAYER_MOVE to AuthDB
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Loc
    ation;)V
            at com.authdb.listeners.AuthDBPlayerListener.onPlayerMove(AuthDBPlayerLi
    stener.java:413)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    22:49:08 [SEVERE] Could not pass event PLAYER_MOVE to AuthDB
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Loc
    ation;)V
            at com.authdb.listeners.AuthDBPlayerListener.onPlayerMove(AuthDBPlayerLi
    stener.java:413)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    edit: I see that you already knew it. I hope you will fix it soon! :) Thanks in advance! :D
     
  15. Offline

    Spycoclown

  16. Offline

    Wulfspider

    The F3 menu? Not currently.

    It's on our to-do list.

    Yup, as soon as @contex is able to fix them.

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

    tha d0ctor

    does the dev version work? most specifically the debug mode
     
  18. Offline

    Spycoclown


    thats great :D thx
     
  19. Offline

    lucasdidur

    Hello, I downloaded the version Dev, to use the IPB, but it's Permission errorsays that I can not use the command.

    What is the node Permissions Dev version?
     
  20. Offline

    Wulfspider

    The debug mode of AuthDB? As far as I know, not everything is completely in the dev version though.

    Which command are you trying to use? We haven't finished all the Permissions things and they will be changing a bit before release too.

    Currently, user nodes are authdb.command.register, login, etc. and admin nodes are authdb.command.admin.link and such.

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

    Black_Jack

    The login message(Log in with command /login pass) appears before my motd. I'm using MCDocs. How can I place it after MOTD?
     
  22. Offline

    Wulfspider

    v2.3.0 will have options to delay the message.
     
  23. Offline

    oglop

    I hope bans will have a temporary function! :)
     
  24. Offline

    lucasdidur

    I used

    authdb.command.login To /login


    I tryed to use This

    authdb.*

    And nothing yet, this error appears on the console


    Code:
    2011-08-18 07:35:08 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to AuthDB
    

    In short, I am not able to use any command with Permissions 3.
    He says he does not have Permissions to use this Command


    [​IMG]
     
  25. Offline

    Black_Jack

    When the AuthDB 2.3.0 will be released? I'm waiting it a lot. Just I'm have many depencieses for new RB CB. And cant start my server without your plugin. Thanks!
     
  26. Offline

    tha d0ctor

    it certainly has been quite a while

    I'd be happy with version 2.25 at this point :) All I really need is an option to disable the /login command
     
  27. Offline

    Kiborgik

    update pls (
     
  28. Offline

    Mattie112

    Code:
    2011-08-18 20:00:32 [SEVERE] Could not pass event PLAYER_MOVE to AuthDB
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
     at com.authdb.listeners.AuthDBPlayerListener.onPlayerMove(AuthDBPlayerListener.java:413)
     at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:527)
     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:435)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    and after like 10000 messages in a few minutes the server crashed due to out of memory.
    CB 1060
     
  29. Offline

    Wulfspider

    v2.2.0 doesn't work with CB 1060 due to the new teleport call. It will be fixed in v2.3.0.

    I don't think v2.3.0 has wildcards added yet. They will be added though.

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

    contex

    We're making huge progress, we've postponed a few minor tasks to 2.4.0 and are focusing on getting the 2.3.0.
    At the moment we only have 6 % left of the tasks and I think we are going to have a stable release this weekend.

    I have to apologize to those who have waited all this time, I've had some personal problem I've had to fix and should be back in business now :)
    I appricate to everyone who has been patience, 2.3.0 is just around the corner!

    CraftFire is back (not that we were ever gone), and we're here to create fire and awesomeness!

    Progress for 2.3.0
    [​IMG]
     
  31. Offline

    Wulfspider

    The translations need to be updated on http://translate.authdb.com for those who were working on that before. We added a couple new nodes for minute and minutes.
     

Share This Page