[ADMN/WEB] OKB3 - Bulletin Board Bridge - Now on BukkitDev! [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Kalman Olah, Jun 2, 2011.

  1. Offline

    Kalman Olah

  2. Offline

    iBstoneyDave

  3. Offline

    Kalman Olah

    Post your config.yml, you probably messed something up there :p
     
  4. Offline

    TeamBlast

    Could you please make a bridge for MediaWiki?
     
  5. Offline

    Kalman Olah

    Not a forum, bro. Use old-school mode, I think it'll work with MediaWiki.
     
  6. Offline

    Chrisspitz

    All I had was groupmanager.jar & the GroupManager file if that helps you solve future problems, just stopped the server, deleted them both, installed permissions, configured it, everything is working fine once again :)
    ~ Also learned that the plugin permissions CaSeSeNsItIvE for the permissions you put in, I was surprised by that.
     
  7. Offline

    Donny

    Okay thank you. So after I attempted to do boot with flatfile permissions then restarted the server with sql permissions OKB3 started to work again =l.
    Ill switch my current OKB3 version with that one tonight.
     
  8. Offline

    Kalman Olah

    Glad it's finally working for you...Do you have any idea what was causing the issues?

    In other news, I just released another plugin, be sure to check it out :)
    http://forums.bukkit.org/threads/ge...s-with-economy-permissions-support-953.26002/
     
  9. Offline

    Donny

  10. Offline

    Kalman Olah

    Version 2.3.1
    • Minor bugfix to fix issues when the auto-updater can't connect to the update server.
    Weird :confused:.
     
  11. Offline

    Terry Tibbs

  12. Offline

    Kalman Olah

    If Vanilla has a specific rank for banned users, my plugin will be able to ban them from your forums. You should check if banned forum users still appear in your members table, and if they all have the same rank.
     
  13. Offline

    iBstoneyDave

  14. Offline

    Kalman Olah

  15. Offline

    virgili555

    Does this work with offline-mode. If so, how would it work for cracked clients connecting? If they use a cracked version of minecraft, will they be prompted for a password for their forums account? I am using IPB 3.1.0 beta 1. Is it supported?
     
  16. Offline

    Kalman Olah

    IPB is supported. No one is PROMPTED for a password. That's not how my plugin works. Though I've not tested it, I'd assume my plugin treats all clients equally.
     
  17. Offline

    virgili555

    I'm unsure. How will it treat a minecraft cracked launcher (only has a nickname field)? How are they required to enter their password? Can you add support for off-line mode (e.g. a prompt for their forum password)?

    EDIT - Did I just ask the same question twice? Lol.
     
  18. Offline

    iBstoneyDave

  19. Offline

    Kalman Olah

    Neither the Bukkit community nor I support the piracy of Minecraft. I will not add specific support for any form of cracked/hacked client.
    Players are not "required" to enter their passwords at all. In old-school mode, the database is checked for an entry with the player's name. If the player is registered on your forums, he will automatically be assigned his Permissions rank and whitelisted on login. In normal mode it's a bit different. Players are required to perform the /Sync command in order for their credentials to be saved, and for them to receive their Permissions ranks.

    You should probably remove your password.

    Two things.
    First of all, you're using a really old config.yml. Delete your current one, let my plugin generate another, and fill that one in. Post it here.
    Second, please post your error again :p.

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

    SpeakingCactus

    Hello. I can't make this plugin work..
    Help me please, i don't know anything about programmation..
    I don't know how to fill that to sync my forum and my server: ( i set old-school mode)

    mysql-connection-info:
    mysql-host: localhost
    mysql-user: root
    mysql-password: password
    mysql-database-name: database
    old-school-mode:
    usertable: user_table
    minecraftname-field: mine_user
    rank-field: rank_field
    enable-multiple-tables: false
    '###If enable-multiple-tables is true, fill in the multitable section': ''
    multitable:
    minecraftname-table: mine_table
    useridfield-in-minecraftname-table: user_id_field
    useridfield-in-usertable: user_id_field
     
  21. Offline

    Donny

    Code:
    13:42:53 [INFO] [OKB3] Attempting to enable OKB3 v2.3.0 by Kalman Olah...
    13:42:53 [INFO] [OKB3] Initiating auto-update...
    13:42:53 [INFO] [OKB3] A new version of OKB3, v2.3.1 is available.
    13:42:53 [INFO] [OKB3] You already have the latest version of OKB3 in your /plugins/OKB3
    /update/ folder.
    13:42:53 [INFO] [OKB3] Successfully hooked into Permissions.
    13:42:53 [INFO] [OKB3] Attempting to load configuration file...
    13:42:53 [INFO] [OKB3] Configuration file successfully loaded.
    13:42:53 [INFO] [OKB3] Attempting to load PlayerList file...
    13:42:53 [INFO] [OKB3] PlayerList file successfully loaded.
    13:42:53 [INFO] [OKB3] Attempting to load BanList file...
    13:42:53 [INFO] [OKB3] BanList file successfully loaded.
    13:42:53 [INFO] [OKB3] [DB] Initializing MySQL connection...
    13:42:53 [INFO] [OKB3] [DB] MySQL connection successful.
    13:42:53 [INFO] [OKB3] OKB3 v2.3.0 enabled successfully.
    It seemed to startup fine
    Using the .jar you gave me gives "Incorrect command usage: /sync"
    Its also not updating ranks on join (no message).
     
  22. Offline

    Kalman Olah

    Is this only with the .jar I gave you? Does the other one work now?
    EDIT: If it's not, give me a full server log. It's bound to have shown some errors...

    It's pretty straightforward really. The first 4 values are your MySQL host, user, password, and database.
    After that, starting from "usertable", the values are: the name of the table your forum's members are stored in, the name of the field your minecraft usernames are stored in, the name of the field the rank IDs are stored in.

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

    Donny

    Other one stopped at some point so I enabled this one, configured it, restarted the mc server, and no success. I bet it will randomly start working, but would prefer it to be stable =).
    Currently grabbing the server.log, it might be a while.
     
  24. Offline

    Kalman Olah

    Alright. Make sure you are as thorough as you can be . I can't fix it if I don't know what's wrong.
     
  25. Offline

    Donny

    Wow okay. Deleted 3gb from a BigBrother error. Here it is.

    Edit: removed link
     
  26. Offline

    Kalman Olah

    Wow....Not exactly what I meant, but okay :p.
     
  27. Offline

    Donny

    Lol what did you mean? =L
    When you can will you edit out the url for the log, from your quote =)
     
  28. Offline

    Kalman Olah

    I meant a server log from startup until my plugin gives you an error...Not the whole thing :(. I'll check it out, anyway. I'm currently updating CheckPoints though, so hang on for half an hour or so.

    I personally think xAuth is clashing with OKB3. You should download the latest version of OKB3 and xAuth, stick em on a test server, and see what happens. It's either this, or my plugin was throwing errors that were not shown because you were using v2.3.0. Either way, the first step is downloading v2.3.1. Put OKB3 2.3.1 on a test server with Permissions. See if it works. Add xAuth, check again. Hopefully you'll get some answers :p.

    EDIT: Sorry it took this long for me to answer, I was updating plugins and stuff.

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

    Donny

    Code:
    01:22:04 [INFO] [OKB3] Attempting to enable OKB3 v2.3.1 by Kalman Olah...
    01:22:04 [INFO] [OKB3] Initiating auto-update...
    01:22:05 [INFO] [OKB3] You already have the latest version of OKB3.
    01:22:05 [INFO] [OKB3] Successfully hooked into Permissions.
    01:22:05 [INFO] [OKB3] Attempting to load configuration file...
    01:22:05 [INFO] [OKB3] Configuration file successfully loaded.
    01:22:05 [INFO] [OKB3] Attempting to load PlayerList file...
    01:22:05 [INFO] [OKB3] PlayerList file successfully loaded.
    01:22:05 [INFO] [OKB3] Attempting to load BanList file...
    01:22:05 [INFO] [OKB3] BanList file successfully loaded.
    01:22:05 [INFO] [OKB3] [DB] Initializing MySQL connection...
    01:22:05 [INFO] [OKB3] [DB] MySQL connection successful.
    01:22:05 [INFO] [OKB3] OKB3 v2.3.1 enabled successfully.
    I disabled xauth on my server for a short period. Typing "/sync" with or with out xauth says "Incorrect command usage: /sync"
     
  30. Offline

    Kalman Olah

    Hang on, aren't you using normal mode?
     
  31. Offline

    Donny

    No OldSchool
    Normal mode wouldn't work with xauth at all =(
     

Share This Page