[ADMN/WEB] CommunityBridge v1.10 BETA - Integrates Players with MySQL + Stat Tracking [1.6.4]

Discussion in 'Inactive/Unsupported Plugins' started by NoRC, Apr 6, 2012.

  1. Offline

    JavaChips

    Yes this is possible. All you have to do is set up groups in your PEX.

    Instructions: (Log into xenforo with admin access)
    Admin Control Panel --> Users --> List User Groups
    1. Add all the groups that are in your minecraft server to have both match.
    2. Open your database (preferably MySQL) --> xenforo database
    Find the table named "xf_user_group" and write down top keep the page up that shows the database.
    3. Open your PEX file and at the bottom add the group with their group ID... example:
    Code:
    groups:
      '3': Admins
      '4': Moderator
      '7': Donor++
      '6': Donor+
      '5': Donor
    '#' = user_group_id
    : text = title (Note this must match exactly with your PEX rank)
    so the number is the xenforo and the name is the minecraft rank. This means that if you are rank 3 in xenforo, you are Admins in minecraft.
    4. Make sure the rest of your tables are correctly connected.
     
  2. Offline

    dynamicdude

    anyone got this working on vBulletin, if so do u have a config i can use
     
  3. Offline

    dynamicdude

    guess thats a no
     
  4. Offline

    [qwerty]

    Can I have a XenForo config and does this work with PermissionsBukkit?
     
  5. Offline

    Fivestar

    Very confused.

    Does this work for SMF? And could somebody please make a video on how to do this, im very confused.
     
  6. Offline

    dynamicdude

    hi can u help i keep getting this error when it autosyncs or people dissconnect

    Code:
    2012-07-28 02:11:25 [WARNING] [CommunityBridge] Error at SQL UPDATE Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE member_id = '1'' at line 1
    2012-07-28 02:11:26 [INFO] You changed player 'Ghz98' group to 'Member' in world 'world'.
    2012-07-28 02:11:26 [WARNING] [CommunityBridge] Error at SQL UPDATE Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE member_id = '3'' at line 1
     
  7. Offline

    Storm3y

    Hello,

    World you be able to add in-game currency rewards for posting?

    Thank you.
     
  8. Offline

    dscm

  9. Offline

    dynamicdude

    you ever get that feeling this isnt going to get updated for 1.3, because he seems to have stopped replying to any posts, i do hope not cause i love this plugin
     
  10. Offline

    argilla11

    I rely on this plugin for my server too. My server is down until it and craftbukkit gets updated. I really hope the creator of this is still alive.
     
  11. Offline

    dynamicdude

    well lets hope he is or atleast hope someone takes it over and keeps it alive
     
  12. Offline

    RiotShielder

    Please update to 1.3.1! This is one of the most important plugins on my server!
     
  13. Offline

    Sh8kezula

    This is working with 1.3.1. I am using it with Xenforo and GroupManager, and its working just the same as its always had.
     
  14. Offline

    pixelbat

    I can't get this to work :(

    I'm using PhpBB3 and 1.3.1. Here is my config.yml - http://pastebin.com/tatq9ie5

    When I start up my server this is what I see...
    22:50:31 [INFO] [CommunityBridge] Enabling CommunityBridge v1.07
    22:50:31 [INFO] [CommunityBridge] Auto Sync : true
    22:50:31 [INFO] [CommunityBridge] Auto Remind : true
    22:50:31 [INFO] [CommunityBridge] Kick Unregistered : false
    22:50:31 [INFO] [CommunityBridge] Multi Tables : false
    22:50:31 [INFO] [CommunityBridge] Basic Tracking : false
    22:50:31 [INFO] [CommunityBridge] Require Avatar : false
    22:50:31 [INFO] [CommunityBridge] Min Posts : false
    22:50:32 [INFO] [CommunityBridge] Running Auto Sync
    22:50:32 [INFO] [CommunityBridge] Auto Sync Every: 900000
    22:50:32 [INFO] [CommunityBridge] Auto Remind Unregistered Every: 300000
    22:50:32 [INFO] [CommunityBridge] Enabled!

    However when I go ingame and do /plugins it is red, where all my other plugins are green. Plus none of the commands seem responsive. No acknowledgement when I execute a command.

    I also have permissions, so this isn't the issue.

    Anyone using PhpBB have this working with 1.3.1 and might be able to tell me what I'm doing wrong? Thanks :D

    Alright, got it to work... except /cbrank kicks back an error when I try to promote someone...

    org.bukkit.command.CommandException: Unhandled exception executing command 'cbra
    nk' in plugin CommunityBridge v1.07
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    92)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:878)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
    at net.netmanagers.community.Main.getGroup(Main.java:537)
    at net.netmanagers.community.Cmds.onCommand(Cmds.java:76)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 15 more

    Sh8kezula does /cbrank work for you on 1.3.1?

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

    Dargan

    I have the same problem with the ranks not working, doesn't work with forum bridge either, I really need a bridge but I want to be able to rank up people in game can you please fix this?
     
  16. Offline

    Nokturn

    It seems that this Plugin is cold now...
    Pluginauthor wasn´t seen since june...
     
  17. Offline

    Sh8kezula

    This plugin now crashes your server again when it cant make connections to the MySQL database... This was fixed in a past version but is not broken again..

    Crashes after loss of mysql connection is the only issue tho. This plugins still works with 1.3.1. This is the only issue I have found so far. If only hosting companies could actually keep your website up 24 hours a day then this issue would not be an issue.

    Time to move on... very sad.

    Anyone found any good forum bridges that actually get updates?... Time to make my own and sell it. This software is absolutely necessary for any larger server owner. I would rather purchase software that I know I will be able to use longer than a month, than get free stuff that disappears when the dev looses interest in MC.
     
  18. Offline

    dynamicdude

    i do hope someone can take this over cause its a nice plugin and works well
     
  19. Offline

    Feaelin

    I'm reviving this project. I've set up a project page for it on bukkit-dev at: http://dev.bukkit.org/server-mods/communitybridge-fm/

    I'll try to go through this thread and collect up any bug reports and support requests, but all of you can help by submitting the ones you're concerned about via the ticket system: http://dev.bukkit.org/server-mods/communitybridge-fm/create-ticket/

    Also, anyone who has CommunityBridge successfully configured for a given bulletin board, forum, CMS, blog software, etc: Submissions of working configurations would be helpful as we can (with any server-specific information scrubbed out) provide them as samples of how to configure a given web application. Right now, we have maybe 3 samples. More would be greatly appreciated.
     
    golfin98 likes this.
  20. Offline

    NoRC

    I havn't lost interest in MC... And am still running 1.07 with no problems. However i dont check these forums daily looking for more work to do. If theres a problem find a way to reach me outside of here and 9/10 times I will fix it. However bare in mind that this plugin makes me no money and costs me time that I could spend doing paying work, so naturally paying work always comes first.

    As for your crashing when mysql looses its connection... what version of the plugin are you running and can you provide the crash report.

    Eitherway, I am doing some updates to this plugin tonight and will release them after I test it.
     
  21. Offline

    Malo

    ok, what i want to do is have it so someone can donate on my XenForo site, and they will be ranked on there, then will be automatically synced to the rank on the server, then when the subscription ends, there rank will be removed on the server.
     
  22. Offline

    WindowsDesktop

    I am having a weird problem, if I could be helped soon, it would be nice.
    Here is the WARNING I am receiving.

    Code:
    11.10 21:41:44 [Server] INFO [CommunityBridge] Everyone has been synced
    11.10 21:41:44 [Server] WARNING [CommunityBridge] Error at SQL UPDATE Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE uid = '11'' at line 1
    The promoting after registration is perfect, but the problem is the in-game promotion/demotion command. I have to go into AdminCP to change the rank of a player, it's rather annoying.

    It just does nothing for me. No errors, nothing.

    I use MyBB for the forums, also I have ExodusHosting, for the server.

    Sadly I have HostGator for the MySQL. If you could help me figure out if the shittiness of HostGator is the problem, or any help in general, would be nice.
     
  23. Offline

    DemonCraft

    What's wrong with HostGator?
     
  24. Offline

    WindowsDesktop

    Eh.
    I kinda just don't like them
    All I have had is problems with them.
     
  25. Offline

    Pythros

    I'm trying to see if I understand what I can do here. Can I ensure that someone hasn't to connect to my server in order to register on my forums with this? I don't want them have to register on the forums to get permissions on my server.
     
  26. Offline

    BMX_ATVMAN14

    This needs to be updated :( Is there a source? I will keep this updated for me, if the owner gets on, I'd be glad to release updates
     
  27. Offline

    Feaelin

  28. Offline

    BMX_ATVMAN14

  29. Offline

    NoRC

    I have just updated this plugin and it is working with the latest dev build of craft bukkit.
     
  30. Offline

    michalet

    First of all, thank you for updating it.

    Would anyone help me with phpbb+bPerms and secondary groups?
    I thought that configuring groups-table would be enough, but the plugin still wants the secondary-groups-id-field. Or is this still impossible?
     

Share This Page