Inactive [SEC/Admn]IpLock -- passwordprotect or mark playernames, linked to an ip, as safe[V 0.5][1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by Sgt_Tailor, Mar 11, 2012.

?

What do you think of this plugin

  1. Awsome

    106 vote(s)
    61.6%
  2. good, but I have some suggestion

    44 vote(s)
    25.6%
  3. I think it is promising

    22 vote(s)
    12.8%
  1. Offline

    elej

    PEOPLE CAN LOGIN INTO OWNERS NICKNAME AND DO /STOP OR TRANSFER MONEY FROM FACTION(if server is in offline mode) .you should add function that kicks player if they use other commands then iplock plugin offers.
     
  2. Everyone,

    I have been working on a whole load of plugins for the past time. I am hoping to get my focus back on IpLock soon and will continue to add features. I know it has been a long time since my last update. I hope you all we get this and will not rage at me.

    Greetings,
    Sgt_Tailor
     
  3. Offline

    Kyphros

  4. Offline

    lipkau

    Hi.
    I am trying to use the ips.yml file as a user db for my website... so people can use their ingame username and password to login.
    however, I seems like the hash saved by this plugin does not match the php md5() function. Examples:
    Code:
    java: 891499dd4832ff1262d4196899c678
    php:  8914099dd4832ff1262d04196899c678
     
    f39b145c558e902150b85410e1ff86f
    f39b145c558e902150b85410e1ff860f
     
    cc175b9c0f1b6a831c399e269772661
    0cc175b9c0f1b6a831c399e269772661
     
    92eb5ffee6ae2fec3ad71c777531578f
    92eb5ffee6ae2fec3ad71c777531578f
     
    4a8a8f09d37b73795649038408b5f33
    4a8a08f09d37b73795649038408b5f33
    I tried googleing the problem and found this article: http://stackoverflow.com/questions/1057041/difference-between-java-and-php5-md5-hash
    But I couldn't find anything what I can do on the website's (php) side for the hashes to match.

    any suggestions?
     
  5. Offline

    grid21

    Hey I use permissionsEX, will my members be able to use this plugin anyway without permission nodes?

    hey does this work with dynmap?? I can't see myself on the dynmap anymore!! Help!

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

    grid21

    This I a fantastic plugin!! Please please keep update this plugin because it's a great way to keep your server safe! Please keep this up to date! I want to keep using it!!
     
  7. Offline

    shaynedtran

    can you plz add somthing where it wont kick the player that are allready playing' if somone else get on that account that wuld be amazing tnx you' i will stay away this plugin' untill its added cuz i really need it ' im using auth me and it has it tnx you so much'
     
  8. Offline

    NVA_Lee22

    Hey nice plugin , i like this very much :)) :)
    but when comes the fix : )) because i have the same error :'(

    2012-06-07 17:34:37 [SEVERE] Error occurred while disabling IpLock v0.4 (Is it up to date?)
    java.lang.NullPointerException
    at iplock.iplock.onDisable(iplock.java:98)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:363)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:399)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:392)
    at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:433)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:522)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
  9. Offline

    olaaxe

    I have to say to the creator of this plugin; I loved the idea, but it will never work.
    Simply because people can change ip and then join with the ip of other people.
     
  10. Offline

    Kyphros

    What the fuck am i reading?

    This is only true if they define safe ips when these ips are unsafe. In short, it's only true if people are stupid. You can't protect them of their own stupidity.
     
  11. Offline

    olaaxe

    What i am saying is that people will think it is safe with that, witch it is not. and safing an IP and locking an IP is the only thing special with this plugin, witch obviously does not work properly.

    And BTW the people playing on my server are not stupid.
     
  12. Offline

    Kyphros

    I never wrote that.
     
  13. Offline

    zaklooz

    Hi, I get the error : [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'login' in plugin IpLock v0.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at iplock.IpLockCommandExecutor.getPass(IpLockCommandExecutor.java:151)
    at iplock.IpLockCommandExecutor.onCommand(IpLockCommandExecutor.java:56)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    What is the problem?
     
  14. Offline

    volpi3000

  15. Offline

    grid21

    I really need to know if this plugin is going to stay up to date because this plugin is very very very important to keeping my server safe and secure!! Some one please reply ASAP!!
     
  16. Offline

    mino9902

    I think you should add a function.
    Admin can know the member's password
     
  17. Offline

    sweetlife24

    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'login' in plugin IpLock v0.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at iplock.IpLockCommandExecutor.getPass(IpLockCommandExecutor.java:151)
    at iplock.IpLockCommandExecutor.onCommand(IpLockCommandExecutor.java:75)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more

    When other people try to log in, they get an internal error ;( Do i have to give them permission to do /login or /setpassword in a groupmanager file? If so, what is the permission nodes?

    Internal Error

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

    Vdrhtc

    Wonderful! Thank you very much, man!
     
  19. Offline

    riyyi

    This

    also I get this during reload/stop of the server, I guess that is because this is for 1.2.5R-1.0 and I use 1.2.5R-4.0
    Code:
    00:27:11 [INFO] [IpLock] Disabling IpLock v0.4
    00:27:11 [SEVERE] Error occurred while disabling IpLock v0.4 (Is it up to date?)
     
    java.lang.NullPointerException
            at iplock.iplock.onDisable(iplock.java:98)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:363)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:400)
            at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginMana
    ger.java:393)
            at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManage
    r.java:434)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:522)
            at org.bukkit.Bukkit.reload(Bukkit.java:182)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    79)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:475)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
  20. Hello everyone,

    I have not been very active on bukkit for a while now. My school is over now so I can get all my attention to bukkit now. That means that I will be working on this plugin again, adding loads of new features :D

    Greetz,
    Sgt_Tailor
     
  21. Offline

    thecrzyguy

    I like this plugin better than xauth and authme. :)
     
  22. Offline

    IsaiahRobichaud

    This will be worth my time if you make account limits configurable, replace "/setpassword <password>" with "/register <password> <password>" and "/changepw <oldpassword> <newpassword> <newpassword>! And maybe add command whitelist for users not registered or logged in congifurable. Other than that great plugin!
     
  23. Offline

    CactusCraft

    Can you add permissions such as iLock.register, iLock.login, iLock.safeip, iLock.admin and also /unlock username, so he will need to re-register, config files with options such as : Do not force register on join, and such things
     
  24. Offline

    Intangir

    it seems to work perfectly, but i did see alot of errors dumping into my server log

    one was after server was already started, and people were making passwords

    also it makes an error each time i shut down the server. but it doesn't seem to effect anything
     
  25. Offline

    joehot2000

    all players must set password, i do not know why, but if they have not, and try to /login without /setpasswording then that is the error.
    i think it is null cos it has a null password?
    im not a very good programmer yet in java.

    all it is it it normally says plz login with /login as server has been reloaded, it is no problem, i have the same thing.

    awsome plugin, best login system ever, and saves me a lot of work, hassle, and hackers.
    thanks for the brilliant plugin, as my server would have had to be online-mode without it :)

    good :D
    i look forward to things that come.
    it is a great plugin.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  26. You are right about that error though, I added a line of code checking if the send command has enough arguments.
     
  27. Offline

    joehot2000

    good idea.
     
  28. Offline

    Sypher40

    I keep getting this error:


    13:45:27 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'logi
    n' in plugin IpLock v0.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    79)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at iplock.IpLockCommandExecutor.getPass(IpLockCommandExecutor.java:151)
    at iplock.IpLockCommandExecutor.onCommand(IpLockCommandExecutor.java:56)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    >



    can anyone give a reason why?
     
  29. Offline

    pepijn.m

    Update?
     

Share This Page