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

    Massimo1993

    @contex
    i can't download the italian translation u.u
     
  3. Offline

    IJosephI

    I have upgraded AuthDB to 182 dev build with no problems(deleted AuthDB.db and restarted with new version).
    But i have problem when users connect to server. Other actions have no any problems with plugin.

    "Could not pass event PLAYER_LOGIN to AuthDB javax.persistence.PersistenceException: ERROR executing DML bindLog[] error[[SQLITE_CONSTRAINT] Abort due to constraint violation (PRIMARY KEY must be unique)]"
     
  4. Offline

    Nexans

    I have no error message in the console but the messages in the game are still in English
     
  5. Offline

    contex

    Could you test the newest build? http://ci.craftfire.com/job/AuthDB/184/

    Did you change the values in the config? Could you show me the first part of your basic.yml
     
  6. Offline

    lucasdidur


    Yes, I registered, but have not received the email with the password.
     
  7. Offline

    Jan Tojnar

    Inventory is still being cleared in #182.
    But you probably made it, #184 seems to be fine. Good Work

    No problem, i have only small creative server where everybody can get every item that he wants. It wast just a little annoying and some players lost their maps but i will find some plugin for giving maps.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  8. Offline

    Wulfspider

    I'll PM you.
     
  9. Offline

    Nexans

    Here is my basic.yml
     
  10. Offline

    contex

    Thanks for confirming, sorry for any issues it has caused you.

    Strange, I will do some testing and see what I can come up with, thank you for reporting.
     
  11. Offline

    Wulfspider

    If you didn't copy the commands.yml over to the folder, Frensh... then you won't have any commands because you are specifying Frensh for commands unless you leave commands set to English.
     
  12. Offline

    Nexans

    The files are copied to the directory Frensh.
    thank you
     
  13. Offline

    Massimo1993

    ah you can add a function for mybb the people wasn't activated can't enter?
     
  14. Offline

    contex

    Smart.

    That is fully understandable, and we apologize as much as we can, we did test as much as we could but there are always some bugs we keep missing.

    That is already planned in a future version :)

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

    Nexans

    it is j've finally an error in translation.
    Yet the files are present
     
  16. Offline

    contex

    They are located under /plugins/AuthDB/translations/Frensh/ correct?
    I will check it once I get my PC working again. My whole HDD broke down while working on AuthDB, completly gone (fun fun!).
    Anyhowm I will check it tommorw.
     
  17. Offline

    IJosephI

    184 build doesn't allow to login and don't see registration of user.

    my forum is phpBB 3.0.5
     
  18. Offline

    Nexans

    And yes I still have verified the path is correct.
     
  19. Offline

    Wulfspider

    Well, overwrite the English for now and see if that works.
     
  20. Offline

    Curthiany

    LoL update your phpBB
     
  21. Offline

    Nexans

    So I deleted the directory English and restarted the server but it recreate the directory English
     
  22. Offline

    Zero9195

    @Nexans
    Just wondering, but isn't it called "French"?
     
  23. Offline

    Nexans

    No it is folder Frensh
     
  24. Offline

    Wulfspider

    It does that as it will default to English if it can't find the language you set in the config.

    I've never heard of Frensh. I have heard of French!


    I have tested with phpBB 3.0.8 - 3.0.9 recently and had no problems. Are you getting a permissions message or any errors?

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

    Nexans

    Yes it is the French translation but the directory is called well Frensh
     
  26. Offline

    Curthiany

    @Wulfspider
    Well Build 184... Same Error Occurs as Before i cannot login... all it says is (/li Username Password)
     
  27. Offline

    Wulfspider

    Do you have registration disabled? It will only show the link message (what you have above) if you have registration disabled and linking enabled. Do you have access to view your database? I'd like to see the line where you user is in there. You can PM me with that if you'd like. A screenshot would be great.

    Also, did you already show me what other plugins you are using? Any chat plugins?
     
  28. Offline

    Curthiany

    @Wulfspider

    Plugins on my localhost are:
    ichat for permission 3.1.6
    permission 3.1.6
    AuthDB

    Also I Tried Build 181 with the same configs that came with Build 184 and Build 181 works logging in..
     
  29. Offline

    Wulfspider

    Some reason it's not finding them. I'll have to do more testing. I also noticed that the CrowdIn site is converting double quotations to single. You would need to correct this if you are using them. See the example below:

    Code:
      register:
        welcome: '{YELLOW}Welcome {WHITE}{PLAYER}{YELLOW}! Please use {REGISTERCMD} password {EMAILREQUIRED}'
        success: '{BRIGHTGREEN}Vous vous êtes inscrit avec succès ! Vous êtes actuellement connecté.'
        failure: "{ROUGE}L'enregistrement a échoué !"
    The above should be...

    Code:
      register:
        welcome: "{YELLOW}Welcome {WHITE}{PLAYER}{YELLOW}! Please use {REGISTERCMD} password {EMAILREQUIRED}"
        success: "{BRIGHTGREEN}Vous vous êtes inscrit avec succès ! Vous êtes actuellement connecté."
        failure: "{ROUGE}L'enregistrement a échoué !"
    Could you try without iChat and see if the full register/login message shows?
    You could also try normal for the login method instead of prompt to see if that works.

    Nothing changed between the builds in the config files.

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

    Aus

    Finally everything went well :) Advice appeared to be helpful.
    Thank you for patience in solving of this problem.
    Thank you for this awsome plugin, guys =)
     
  31. Offline

    Wulfspider

    No problem! Let us know if you run into any other problems.
     

Share This Page