Inactive [SEC] xAuth v2.0.10 - Extra Authentication [1.2.5-R1.3+]

Discussion in 'Inactive/Unsupported Plugins' started by CypherX, Mar 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    CypherX

    xAuth v2.0.10 - (CraftBukkit build: [1.2.5-R1.3+])
    Download v2.0.10

    lycano is taking over the development of xAuth as I no longer have the time nor the will to continue working on it. Please see the BukkitDev page: http://dev.bukkit.org/server-mods/xauth/

    Thanks to everyone who has showed support for me and xAuth over the past 17 months. It's been 'fun'. If for any reason you need to contact me, stop by my IRC channel (irc.rizon.net #LoveDespite) or toss me a message at http://love-despite.com/forum. Until we meet again, stay gold. Bang.

    ------------------------------------------------------------------​

    xAuth is a plugin designed with a single task in mind: protect a server and its players while running in offline-mode. The basic idea of this protection is allowing players to register an account based on their player name and a supplied password. When a registered player connects to the server, that player will be prompted to authenticate his or herself by logging in. If and only if a valid password is supplied, they will regain full control of their account until their session expires.


    Features
    • Before registering/logging in, players cannot:
      • Chat, execute commands, interact with objects (levers, chests, etc.), move, or pickup items.
      • Break or place blocks
      • Receive or give damage, be targeted (followed) by hostile mobs
    • Inventory and location protection
    • In-depth setting and message configuration
    • Persistent login sessions through server restarts
    • Player name filter and password complexity configuration
    • Kick non-logged in (but registered) players after a configurable amount of time
    • Bukkit Permissions support
    • Kick or temporarily lockout the IP address of a player who fails to log in after a configurable amount of tries
    • Custom, highly secure password hashing
    • H2 and MySQL support
    • Authentication over URL (AuthURL) allows for connection to forum or website databases
    Changelog (click for full changelog)
    • Version 2.0.10
      • [Fixed] Exploit to completely bypass login system.
      • [Fixed] xAuth commands not working with Rcon
      • [Fixed] Exploiting login system to avoid fire & drowning damage.
      • [Fixed] NPE caused by player connecting & disconnecting during same server tick.
      • [Fixed] 'Table "SESSIONS" not found' error when a player uses /logout while session length is set to zero.
      • [Fixed] Exploiting location protection after dieing to return to the spot of death.
    • Version 2.0.9
      • Added several reverse single session configuration options.
      • Fixed registration.forced: false not working.
      • Updated version check and H2 download links.
    xAuth Importer
    xAuth Importer is a tool used to import accounts from previous versions of xAuth as well as other authentication plugins. Click here for more information.
     
  2. Offline

    CypherX

    Post a log of your server starting up.
     
  3. Offline

    GlitchHero9724

    No I don't use MySQL as far as I know. I actually didn't upgrade, I started a new one from scratch :/
    And I downloaded 2.0.7

    After all, a friend of mine told me I just had to use 2.0.5, and it worked. Hope that helps a bit :)
    Gr. GlitchHero9724
     
  4. Offline

    CypherX

    The error you received doesn't have anything to do with the version. I believe it may have been a one time thing so try the latest version of xAuth again. You should always use the latest version anyway.
     
  5. Offline

    nhoclesnar

    Very fast and lightweight with great performance. That's what I love about this plugin.

    I got this error when running xAuth 2.0.7
    error (open)

    2012-05-01 18:02:32 [INFO] [xAuth] Enabling xAuth v2.0.7
    2012-05-01 18:02:32 [INFO] [xAuth] Downloading required H2 library..
    2012-05-01 18:02:38 [INFO] [xAuth] Download complete, reloading xAuth..
    2012-05-01 18:02:38 [INFO] [xAuth] Disabling xAuth v2.0.7
    2012-05-01 18:02:38 [INFO] [xAuth] Enabling xAuth v2.0.7
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to create instance of H2 JDBC Driver!
    java.lang.ClassNotFoundException: org.h2.Driver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.cypherx.xauth.database.ConnectionPool.<init>(ConnectionPool.java:19)
    at com.cypherx.xauth.database.DatabaseController.dbInit(DatabaseController.java:50)
    at com.cypherx.xauth.database.DatabaseController.<init>(DatabaseController.java:24)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:78)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to borrow H2 connection from pool!
    java.lang.NullPointerException
    at com.cypherx.xauth.database.DatabaseController.getConnection(DatabaseController.java:87)
    at com.cypherx.xauth.database.DatabaseController.isConnectable(DatabaseController.java:76)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:81)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to establish H2 database connection!
    2012-05-01 18:02:38 [INFO] [xAuth] Disabling xAuth v2.0.7
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to close H2 connection pool!
    java.lang.NullPointerException
    at com.cypherx.xauth.database.DatabaseController.close(DatabaseController.java:138)
    at com.cypherx.xauth.xAuth.onDisable(xAuth.java:38)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:362)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:401)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:85)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)


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

    CypherX

    nhoclesnar
    Did you try starting the server again? If that doesn't work download this and drop it in <server root>\lib\ (you might have to replace the one in there).
     
  7. Offline

    nhoclesnar

    It dl the file and put it in the lib folder. It works beautifully without error now, thanks.
     
  8. Offline

    316peti

    How can i disable space in player names? A lots of user have space in their names and i can't kick or do something with them.
     
  9. Offline

    kremington

    Hi, I am getting this error with 2.07
    Code:
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:36:40 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:36:40 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:36:40 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:36:40 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:36:40 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:36:40 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:36:40 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:36:40 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:36:40 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:36:40 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 435
    02.05 16:36:31 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:36:31 [Server] INFO /204.237.60.139:50685 lost connection
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:36:23 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:36:23 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:36:23 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:36:23 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:36:23 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:36:23 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:36:23 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:36:23 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:36:23 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:36:23 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 4
    02.05 16:36:08 [Server] INFO /204.237.60.139:50666 lost connection
    02.05 16:36:05 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:35:52 [Server] INFO /108.226.55.123:50465 lost connection
    02.05 16:35:41 [Server] INFO /124.187.15.251:50824 lost connection
    02.05 16:35:39 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:35:30 [Server] INFO /124.187.15.251:50814 lost connection
    02.05 16:35:13 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:34:46 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:34:46 [Server] INFO /178.238.93.101:58832 lost connection
    02.05 16:34:43 [Server] INFO CH: Running original command on player Ranemist ----> /j
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:34:34 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:34:34 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:34:34 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:34:34 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:34:34 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:34:34 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:34:34 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:34:34 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:34:34 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:34:34 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 4
    02.05 16:34:33 [Server] INFO [VanishNoPacket] Ranemist faked joining
    02.05 16:34:33 [Server] INFO Ranemist joined the game.
    02.05 16:34:33 [Server] INFO [VanishNoPacket] Ranemist reappeared.
    02.05 16:34:33 [Server] INFO CH: Running original command on player Ranemist ----> /j
    02.05 16:34:31 [Server] INFO [xAuth] kremington has logged in
    02.05 16:34:31 [Server] INFO [xAuth] Ranemist has logged in
    
     
  10. Offline

    CypherX

    kremington
    Code:
    Table "SESSIONS" not found;
    Did you do anything to your H2 file?
     
  11. Offline

    godhex

    i have some problem i have a few hackers tring to crash my server, they do spam login, and when im in game i allways get kiked " login from another location" is there a way to stop that :(
     
  12. Offline

    kremington

    I converted it with the conversion tool and that was the name of it in my original config...
     
  13. Offline

    vasil7112

    If anyone could help me on how to do the following thing add me on skype to answer me or just answer it here, BUT DETAILED INFORMATION PLEASE!

    How when a user registers here, automaticly registers to my website
     
  14. Offline

    CypherX

    Did it occur right after converting it who did the error start appearing after a while?
     
  15. Offline

    djrazr

    CypherX, i have to tell you that this Problem happened to me aswell now.. No one is able to login, no error and no reaction to /login .... This happened just after updating to R2 Beta... now even the first doesnt work.. -.-
     
  16. Offline

    CypherX

    What does the server output when it's starting?
     
  17. Offline

    Harry8550

    There are so many force-op's which bypass this as the dev sold the code. Don't use it. so many people think their safe :/
     
  18. Offline

    djrazr

    19:20:09 [INFO] [xAuth] Enabling xAuth v2.0.7
    19:20:10 [INFO] [xAuth] v2.0.7 Enabled!

    With:
    bPermissions, MultiInv, Minequery, WorldEdit, AutoGamemode, Vault, LogBlock, FigAdmin, MobileAdmin, WorldGuard, MCDocs, dynmap, BorderGuard, HTTPConsole, StopTalkingAutoBan, iConomy, DragonTravel, xAuth, NoCheat, FalseBookCore, iChat, FalseBookCart, Essentials, Citizens, ShowCaseStandalone, FalseBookBlock, EssentialsSpawn, VanishNoPacket, LWC, FalseBookIC, FalseBookExtra


    Authtype is authurl...
     
  19. Offline

    CypherX

    1. That post is from over a year ago.
    2. The code for my plugin has always been and will always be open source. I didn't sell anything you tool.
    3. This plugin actually prevents the force-op exploit(s).
    Don't come in here and spread false information.
     
  20. Offline

    Harry8550

    You think i cant force op with this plugin on a server? Lets try it mate :)
     
  21. Offline

    CypherX

    Yeah, let's see you do it. I also enjoy how you ignored the other two points I called you out on.
     
  22. Offline

    djrazr

    How bout repairin hat issue? Right now everyone gets op on my server by just puttin my name ...
     
  23. Offline

    CypherX

    So you expect me to magically fix an issue that only exists on your server while knowing nothing about said issue? Yeah, I'll get right on that.
     
  24. Offline

    djrazr

    Cause nobody is usin authurl -.-'
     
  25. Offline

    CypherX

    Plenty of people use it without issue.
     
  26. Offline

    djrazr

    And you know that cause?... Is there no debug mode?
     
  27. Offline

    CypherX

    How do I know it's being used? Maybe because people have requested changes/features, asked for help, and reported issues with it?
     
  28. Offline

    Camberme

    http://dev.bukkit.org/server-mods/xauth/

    403 forbidden?

    What did you do :)

    I really like Xauth, I only have a small family server, (10 players) but it keeps my nephews from playing tricks on eachother.
     
  29. Offline

    djrazr

    Ummhh.. k, maybe my script doesnt work anylonger .. d ya have an example authscript in php somewhere?
     
  30. Offline

    CypherX

    That wasn't mine. Someone else set that up when they updated xAuth during my six month absence so I asked them to remove it once I had returned.

    What versions of xAuth and CrfaftBukkit are you using and what versions did you upgrade from?
     
  31. Offline

    djrazr

    Well, right now i have 2.0.7 +bk 1.2.5-R1.3 , and i had - in last workin state 2.0.5 with bk 1.2.5-R1.0... I totally reconfigured xauth now and dropped all db's (and deleted dbversion file), but authurl is still sayin absolutly nothin..
     
Thread Status:
Not open for further replies.

Share This Page