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

    GermanCrafter

    Nice work man!
     
  3. Offline

    The Wizard

    Also please add a command to unban strike bans.
     
  4. Offline

    Boon Pek

    Impressive!
     
  5. Offline

    moparisthebest

    It's pretty well documented how the web script is supposed to work in the example file for SMF I included:
    https://github.com/CypherX/xAuth/blob/master/src/smf_auth.php

    Taken from the top of that file:
    So you just need to write a script, in PHP, ruby, whatever your web server can run that accepts the POST parameters 'user' and 'pass', and returns the above, and your minecraft server running xAuth will allow users to log in with their forum password, while keeping all the other features of xAuth (except registration, password changing and such, those are now handled by the forum).

    I've been using it on my minecraft server/forum for months without a hitch, as far back as xAuth 1, and since the beginning of 2, which is when I made the code clean enough to submit to CypherX as a patch.
     
  6. Offline

    Mrchasez

    Im having an issue, People are logging on with names like Epic 5 1 2
    They are using characters minecraft cant see, so when i try to ban them, Its impossible and they just grief and or break any rules. Is their anyway to stop this? Or they use a name like Matt _5
    before the _ is a space.
     
  7. Offline

    tony687

    What is spout?

    i get this error if someone joins:
    and also I get this error at startup:

    Code:
    2011-08-05 18:18:15 [INFO] [xAuth] 'Permission' support enabled
    2011-08-05 18:18:15 [WARNING] [xAuth] 'Help' isn't detected. No /help support
    2011-08-05 18:18:17 [SEVERE] [xAuth] Could not connect to H2 database!
    org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-153]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.message.DbException.get(DbException.java:144)
    	at org.h2.store.FileLock.getExceptionAlreadyInUse(FileLock.java:443)
    	at org.h2.store.FileLock.lockFile(FileLock.java:338)
    	at org.h2.store.FileLock.lock(FileLock.java:134)
    	at org.h2.engine.Database.open(Database.java:535)
    	at org.h2.engine.Database.openDatabase(Database.java:218)
    	at org.h2.engine.Database.<init>(Database.java:213)
    	at org.h2.engine.Engine.openSession(Engine.java:56)
    	at org.h2.engine.Engine.openSession(Engine.java:159)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
    	at org.h2.engine.Engine.createSession(Engine.java:121)
    	at org.h2.engine.Engine.createSession(Engine.java:28)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:114)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:98)
    	at org.h2.Driver.connect(Driver.java:72)
    	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    	at java.sql.DriverManager.getConnection(DriverManager.java:185)
    	at com.cypherx.xauth.datamanager.DataManager.connectH2(DataManager.java:65)
    	at com.cypherx.xauth.datamanager.DataManager.connect(DataManager.java:42)
    	at com.cypherx.xauth.datamanager.DataManager.<init>(DataManager.java:35)
    	at com.cypherx.xauth.xAuth.onEnable(xAuth.java:64)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:380)
    	at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 18:18:17 [SEVERE] [xAuth] Disabling - No connection to database
    2011-08-05 18:18:19 [SEVERE] [xAuth] Could not connect to H2 database!
    org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another process". Possible solutions: close all other connection(s); use the server mode [90020-153]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.message.DbException.get(DbException.java:144)
    	at org.h2.store.FileLock.getExceptionAlreadyInUse(FileLock.java:443)
    	at org.h2.store.FileLock.lockFile(FileLock.java:338)
    	at org.h2.store.FileLock.lock(FileLock.java:134)
    	at org.h2.engine.Database.open(Database.java:535)
    	at org.h2.engine.Database.openDatabase(Database.java:218)
    	at org.h2.engine.Database.<init>(Database.java:213)
    	at org.h2.engine.Engine.openSession(Engine.java:56)
    	at org.h2.engine.Engine.openSession(Engine.java:159)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
    	at org.h2.engine.Engine.createSession(Engine.java:121)
    	at org.h2.engine.Engine.createSession(Engine.java:28)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:114)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:98)
    	at org.h2.Driver.connect(Driver.java:72)
    	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    	at java.sql.DriverManager.getConnection(DriverManager.java:185)
    	at com.cypherx.xauth.datamanager.DataManager.connectH2(DataManager.java:65)
    	at com.cypherx.xauth.datamanager.DataManager.connect(DataManager.java:42)
    	at com.cypherx.xauth.datamanager.DataManager.getPlayerFromDb(DataManager.java:336)
    	at com.cypherx.xauth.datamanager.DataManager.getPlayer(DataManager.java:312)
    	at com.cypherx.xauth.xAuth.onDisable(xAuth.java:32)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
    	at com.cypherx.xauth.xAuth.onEnable(xAuth.java:67)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:380)
    	at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 18:18:19 [SEVERE] Error occurred while disabling xAuth v2.0b3.5 (Is it up to date?): null
    java.lang.NullPointerException
    	at com.cypherx.xauth.datamanager.DataManager.getPlayerFromDb(DataManager.java:341)
    	at com.cypherx.xauth.datamanager.DataManager.getPlayer(DataManager.java:312)
    	at com.cypherx.xauth.xAuth.onDisable(xAuth.java:32)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
    	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
    	at com.cypherx.xauth.xAuth.onEnable(xAuth.java:67)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:380)
    	at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    I have iConomy 5 installed, and i think its conflicting with xAuth

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

    CypherX

    That's what the filter is for in the configuration.

    http://forums.bukkit.org/threads/de...the-flow-of-endless-possibilities-1000.29259/

    The first error you posted is caused by that players name being too long. The maximum length a name can be is 16 characters which is set by Minecraft. The second error is caused by the xAuth.h2.db file being open by another process. And yes, xAuth and iConomy do have issues when used together.
     
  9. Offline

    Boon Pek

    So, instead of specifying allowed characters, would you allow for negative nodes so that we don't have to whitelist all characters? :confused: :p
     
  10. Offline

    tony687

    Is there a fix to this? the second error only appears on console when i type 'reload'
     
  11. Offline

    kubofonista

    How to get this login screen?
     
  12. Offline

    nellexi

    Hey,

    i'm trying to combine my self written mcHub (php) with the xAuth logins. But i somehow can't reproduce the password Hash xAuth generates.

    Let's assume, that i am using the username "Nellexi" and the password "test":
    xAuth generates the hash code:
    Code:
    b4d73c93709d74fbdcb9a0f6c7e0f07c027fc4ca9ed4b44f4ba83a797d3383484f1bed3e69c8b7e3a0adf2751cbb585dca48d6b31595efcc374b75a9e6ffecb9466247c6c948


    Since the hash in the "smf_auth.php" file is generated like this:
    PHP:
    $sha_passwd sha1(strtolower($member_name) . htmlspecialchars_decode($pass));


    I assumed that:
    PHP:
    sha1("nellexitest")

    should produce the hash above ...

    my Hash:
    Code:
    214a7e5207a0713845b550443edcfd08365fa203


    considering the length difference between both hashes, i'm propably doing something wrong.

    Any idea where or what my mistake is?


    thanks in advance,
    Nellexi
     
  13. Offline

    sheep100

    how do i fix this error?
     
  14. Offline

    Worlther

    When i use /xauth changepw command in-game i get this error. In console works ok.
    Code:
    2011-08-06 20:15:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'xauth' in plugin xAuth v2.0b4
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at com.cypherx.xauth.xAuthPlayer.getPlayer(xAuthPlayer.java:96)
        at com.cypherx.xauth.commands.xAuthCommand.changePasswordCommand(xAuthCommand.java:147)
        at com.cypherx.xauth.commands.xAuthCommand.onCommand(xAuthCommand.java:37)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  15. Offline

    CypherX

    Possibly. The reason I did allowed characters instead of blocked characters is the fact that it's a lot easier to declare exactly what characters you want allowed rather than having to specify every character you don't want allowed (all 47,035 Chinese characters for example).

    The only fix I know of is to have xAuth or iConomy use MySQL and the other use H2. I've been trying to find a fix for a couple weeks but haven't had any luck.

    It's not available yet. If I get it fully implemented in time it'll be in the next update.

    @nellexi - If you're trying to create a hash like the ones xAuth uses, see the PHP functions on this page. The 'smf_auth.php' script is for linking xAuth to a SMF forum database which uses sha1 hashing.

    @sheep100 - Update to the latest recommended build.

    @Worlther - Bah, I forgot a check to see if the target player is offline. It'll be fixed in the next update.
     
  16. Offline

    Trollkemada

    First, thanks for the plugin and for the awesome work. My server would NOT be possible without it.

    Now, is there any way to allow unregistered users to talk? I've been thinking maybe with:
    " allowed-commands: [register, login, l]"
    But not sure if it is possible and what to put there.
     
  17. Offline

    CypherX

    Not at the moment without disabling forced registration. I'll get around to adding customizable restrictions eventually.
     
  18. Offline

    Nofocus

    This is so FUCKING SIMPLE! Nice job man!
     
  19. Offline

    alfskan

    if I use same db(H2 or mysql) on both of iconomy and xauth, no more conflicts?
     
  20. Offline

    kubofonista

    OK, but user will need to have a special MC loader?
     
  21. Offline

    CypherX

    As far as I know they only conflict when both are using H2.

    Yep, players will need the Spoutcraft client and the Spout plugin will have to be enabled on the server. Of course, these will be completely optional.
     
  22. Can you add a function for a limit of accounts per IP
     
  23. Offline

    tony687

    I'd just got another plugin, jobs
    all of a sudden the console is perfectly normal, no more of those errors.
    Then, again, the error pops up, this time it looks like this:

    Code:
    2011-08-08 20:57:43 [INFO] [xAuth] 'Permission' support enabled
    2011-08-08 20:57:43 [WARNING] [xAuth] 'Help' isn't detected. No /help support
    2011-08-08 20:57:43 [SEVERE] [xAuth] Could not connect to H2 database!
    org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "-1 of 537". Possible solution: use the recovery tool; SQL statement:
    CREATE CACHED TABLE IF NOT EXISTS INFORMATION_SCHEMA.LOB_MAP(
        LOB BIGINT NOT NULL,
        SEQ INT NOT NULL,
        HASH INT,
        BLOCK BIGINT
    )
    HIDDEN [90030-157]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.message.DbException.get(DbException.java:144)
    	at org.h2.store.PageStore.readPage(PageStore.java:1244)
    	at org.h2.store.PageStore.getPage(PageStore.java:701)
    	at org.h2.index.PageDataIndex.getPage(PageDataIndex.java:223)
    	at org.h2.index.PageDataIndex.<init>(PageDataIndex.java:81)
    	at org.h2.table.RegularTable.<init>(RegularTable.java:92)
    	at org.h2.schema.Schema.createTable(Schema.java:542)
    	at org.h2.command.ddl.CreateTable.update(CreateTable.java:130)
    	at org.h2.engine.MetaRecord.execute(MetaRecord.java:58)
    	at org.h2.engine.Database.open(Database.java:607)
    	at org.h2.engine.Database.openDatabase(Database.java:220)
    	at org.h2.engine.Database.<init>(Database.java:215)
    	at org.h2.engine.Engine.openSession(Engine.java:56)
    	at org.h2.engine.Engine.openSession(Engine.java:159)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
    	at org.h2.engine.Engine.createSession(Engine.java:121)
    	at org.h2.engine.Engine.createSession(Engine.java:28)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:110)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94)
    	at org.h2.Driver.connect(Driver.java:72)
    	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    	at java.sql.DriverManager.getConnection(DriverManager.java:185)
    	at com.cypherx.xauth.datamanager.DataManager.connectH2(DataManager.java:65)
    	at com.cypherx.xauth.datamanager.DataManager.connect(DataManager.java:42)
    	at com.cypherx.xauth.datamanager.DataManager.<init>(DataManager.java:35)
    	at com.cypherx.xauth.xAuth.onEnable(xAuth.java:64)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-08 20:57:43 [SEVERE] [xAuth] Disabling - No connection to database
    2011-08-08 20:57:43 [INFO] [xAuth] v2.0b3.5 Disabled!
    2011-08-08 20:57:43 [INFO] [Jobs] - Job Citizen is missing the max-level property. defaulting to no limits !
    2011-08-08 20:57:43 [INFO] [Jobs] - Job Citizen is missing the slots property. defaulting to no limits !
    2011-08-08 20:57:43 [INFO] [Jobs v2.4.5] has been enabled succesfully.
    2011-08-08 20:57:43 [INFO] [Jobs] Successfully linked with iConomy 5+.
    2011-08-08 20:57:43 [INFO] [Jobs] Successfully linked with Permissions.
    Is there a problem with this? Or is it still fine, like it won't affect anything as if there was no error?
     
  24. Offline

    Tadas159

    Using your old xAuth v2.0 beta2 version with iConomy both H2 and I don't get any errors, just with the newer beta versions of xAuth
     
  25. Offline

    Techykid3

    How do I get that to show up? I have spout and use the launcher :D

    Thats amazing. Can I know the secret to enabling that?

    How do I allow them to just talk without being logged in?

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

    CypherX

    Sure.

    Looks like the database file was corrupted. You can attempt to recover it using this then importing it into a new database file.

    Thanks for the tip, I'll test it in a bit and see if I can figure out why it suddenly stopped working.

    @Techykid3 - Both your questions have been already answered on this page.
     
  27. Offline

    tony687

    Im not that good at all that SQL files and commands, and what i did was just delete the xAuth folder in the plugins folder. Now it works. For sum reason, it just has errors and sometimes its perfectly fine
     
  28. Offline

    CypherX

    So I just discovered what's causing the iConomy conflict.. sort of. It has something to do with the inventory storage table in the database. Without the table, no error, with the table error. Hopefully I can figure out the root cause and take care of it.

    Edit: It seems that using the CLOB (TEXT) datatype is causing the issue.
     
  29. Offline

    lauris3722

    Where can I find sql file for database creation? Searched everywhere..
     
  30. Offline

    alfskan

    I use mysql.
    But inventory table always empty.
    why?
    is there any config for this?
     
  31. Offline

    JohnPulse

    Hi there!

    I have to unregister a Login name with a " " (black space) in between the nick.
    And it seems that the command can't parse the second part of the nick beacuse of the space.

    How can I workaround this problem?

    I tried via command line and ingame with no sucess.

    Regards,
    John
     
Thread Status:
Not open for further replies.

Share This Page