Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2016-10-15 16:50:31

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Get IP of players

No I'm not saying I want his ip, I want a form of it, but not their IP.
You could like hash it if you want, encrypt it with the key as the ip, e.t.c
I want some form of identification on a player, so that even if they make multiple alts, I can still find out who they really are via their hashed/encrypted/whatrevered ip.

Offline

#2 2016-10-15 16:51:36

Nebula
Guest

Re: Get IP of players

2ohRkuQ.png
yesssss

#3 2016-10-15 16:55:19

Processor
Member
Joined: 2015-02-15
Posts: 2,246

Re: Get IP of players

ninjasupeatsninja wrote:

I want some form of identification on a player, so that even if they make multiple alts, I can still find out who they really are via their hashed/encrypted/whatrevered ip.

There are privacy concerns associated with this. If a player is playing on an alt, they surely don't want you to identify them!


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

#4 2016-10-15 16:56:24

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: Get IP of players

Offline

#5 2016-10-15 17:13:54, last edited by SirJosh3917 (2016-10-15 17:15:34)

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: Get IP of players

Processor wrote:
ninjasupeatsninja wrote:

I want some form of identification on a player, so that even if they make multiple alts, I can still find out who they really are via their hashed/encrypted/whatrevered ip.

There are privacy concerns associated with this. If a player is playing on an alt, they surely don't want you to identify them!

But what if a troller comes into a world and trolls using multiple alts

EDIT: You could base64 their IP with the world id then hash it if it's a concern

Offline

#6 2016-10-15 17:14:32

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: Get IP of players

ninjasupeatsninja wrote:
Processor wrote:
ninjasupeatsninja wrote:

I want some form of identification on a player, so that even if they make multiple alts, I can still find out who they really are via their hashed/encrypted/whatrevered ip.

There are privacy concerns associated with this. If a player is playing on an alt, they surely don't want you to identify them!

But what if a troller comes into a world and trolls using multiple alts

Hopefully after enough trials, the room owner will realize they should stop giving alternate accounts code!

Offline

Wooted by:

#7 2016-10-15 18:41:59

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,830

Re: Get IP of players

Sounds like a bad idea to me. Alts are for the mods to deal with, not bots.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

#8 2016-10-15 23:59:13

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: Get IP of players

I can see both sides really.
One side: It's annoying you have to wait for the mods to ban the alt (or whatever), where in the meantime the person can still bully or whatever (an ipkick command would fix this, as a bot can automatically kick again on join).
Other side: You know what "location hash" a certain person has. That way you also know what his/her alts are, and with the concept of big data being somewhat applied on EE, people can share such information, which these people might not want.

Offline

#9 2016-10-16 04:22:40

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: Get IP of players

I mean you can always just combine ip + worldId, then add a salt based on the first simple ID that joined
like
lets say  your ip is 123.456, your on OWaa AAAAAA, and the simpleid of the first user that joined was simpleguest
(123.456OWaa AAAAAAsimpleguest) Would be combined.

Offline

#10 2016-10-16 07:51:49

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: Get IP of players

Also. Whatever you trying to encrypt the ip-address. It wouldn't change anything.
I don't want to be banned by ip in a world. Then everyone would take my alts.

Like trolling. It's not the troller faults. It's the owners. Don't give the code to strangers. That's it.
If anyone is breaking the rules, then report them. Can't be that hard.

Offline

#11 2016-10-16 15:21:03

John
Member
Joined: 2019-01-11
Posts: 1,973

Re: Get IP of players

I do think it's a great idea, as I've suggested it here. It would prevent spammers and hackers from terrorizing your level.


PW?scale=2

Offline

Wooted by:

#12 2016-10-16 15:27:24

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: Get IP of players

Instead of this and user privacy thing or whatever,
we could all just have /ipkick for us to kick a player and they'll stay out based on their ip
can we all agree on ipkick at the least?

Offline

#13 2016-10-16 15:37:15, last edited by John (2016-10-16 15:38:02)

John
Member
Joined: 2019-01-11
Posts: 1,973

Re: Get IP of players

That would only work for the length of the world. You'd have to do /ipkick [Player] for each person on your banlist, for each time the world restarts.

Seeing if a string exists in another string would be much more manageable.

EDIT: Reworded.

Seeing if a string exists in a list would be much more manageable.


PW?scale=2

Offline

#14 2016-10-16 16:09:02

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Get IP of players

ninjasupeatsninja wrote:

Instead of this and user privacy thing or whatever,
we could all just have /ipkick for us to kick a player and they'll stay out based on their ip
can we all agree on ipkick at the least?

You don't understand.

If there is someone in a world and you decide to kick them based on their ip address, it would also kick any of their alts in the world.
This means that you would then know which alts are theirs.


signature.png
*u stinky*

Offline

Wooted by:

#15 2016-10-16 19:14:37

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: Get IP of players

XxAtillaxX wrote:
ninjasupeatsninja wrote:

Instead of this and user privacy thing or whatever,
we could all just have /ipkick for us to kick a player and they'll stay out based on their ip
can we all agree on ipkick at the least?

You don't understand.

If there is someone in a world and you decide to kick them based on their ip address, it would also kick any of their alts in the world.
This means that you would then know which alts are theirs.

Could the system not broadcast the kick for the alt?

Offline

#16 2016-10-16 22:18:44

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: Get IP of players

XxAtillaxX wrote:

If there is someone in a world and you decide to kick them based on their ip address, it would also kick any of their alts in the world.
This means that you would then know which alts are theirs.

If a person does something on one account, and then the same on another, you can also be quite certain that's an alt.
If they want to evade a ban/kick using an alt, then it's on them that other people know their alts. They have a choice and they chose to show their alts.

So yes, I do support an ipkick/ban.

P.S. Not sure about this one, but aren't alts officially against the EE rules? Exactly because you can evade ACTUAL bans too then (unless IP ban, in which case it'd get a bit harder to evade it).

Offline

#17 2016-10-17 01:26:46

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Get IP of players

ninjasupeatsninja wrote:
XxAtillaxX wrote:

You don't understand.

If there is someone in a world and you decide to kick them based on their ip address, it would also kick any of their alts in the world.
This means that you would then know which alts are theirs.

Could the system not broadcast the kick for the alt?

It would be incredibly obvious as they are disconnecting at the exact same time.

den3107 wrote:

If a person does something on one account, and then the same on another, you can also be quite certain that's an alt.
If they want to evade a ban/kick using an alt, then it's on them that other people know their alts. They have a choice and they chose to show their alts.

So yes, I do support an ipkick/ban.

P.S. Not sure about this one, but aren't alts officially against the EE rules? Exactly because you can evade ACTUAL bans too then (unless IP ban, in which case it'd get a bit harder to evade it).

Well that's not quite true, those interactions are not applicable in every scenario.
Alternative accounts are not against the rules unless they are banned, which is not applicable to kicks.


signature.png
*u stinky*

Offline

XxAtillaxX1476664006630332

Board footer

Powered by FluxBB

[ Started around 1713445863.278 - Generated in 0.201 seconds, 12 queries executed - Memory usage: 1.68 MiB (Peak: 1.91 MiB) ]