Jump to content

Recommended Posts

Posted

Tired to ban someone and he logs again and again??? here is the solution!

 

I was selling this shit but now i share it for free!

 

 

also if you want to remove a ip-mac and the player is off you can do it by deleting with your hand the ip , mac and the name from the txt file.

 

here is the code(updated): http://pastebin.com/gFUrqZPY

 

ps: if you want the banned char to log out immediately just remove these // from the //targetPlayer.logout();

 

NikosP aka AbsolutePower

 

 

Posted

 

Yes, he is.

 

NikosP aka AbsolutePower

 

who? i can't see it...

 

He lined your old acc, AbsolutePower. :P

Posted

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

 

for some reason the byte[] returns null on my local server

Posted

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

 

for some reason the byte[] returns null on my local server

thats not my code...
Posted

thats not my code...

 

its mine, but the prob is on the network which comes from ur code

 

this is the full String

 

public static String getHwid(L2PcInstance player)

{

String s = "";

NetworkInterface network;

try

{

network = NetworkInterface.getByInetAddress(player.getClient().getConnection().getInetAddress());

for (byte b : network.getHardwareAddress())

s += "."+b;

}

catch (SocketException e)

{

return "Could not find HWID";

}

if (s == "")

return "Could not find HWID";

s.substring(1);

return s;

}

 

The red part is ur code, and the source of the null byte[]

 

  • 5 months later...
Posted

I am using this code in H5, however when I give one / / permaban a player no other player can join the game.

 

everyone is taking kicks and no one else enters, only enter if I clean the ips.txt

 

what can this be?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock