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.
Pages: 1
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
yesssss
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
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
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
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
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
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
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
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
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.
Offline
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.
*u stinky*
Offline
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
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
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.
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.
*u stinky*
Offline
Pages: 1
[ Started around 1731274205.7702 - Generated in 0.099 seconds, 12 queries executed - Memory usage: 1.68 MiB (Peak: 1.91 MiB) ]