swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« on: September 28, 2011, 04:13:18 pm » |
|
Ive heard from a certain source and i have seen former members that i know personally use a said name tracker??
it suppose to be able to keep track of names for example
Player 1 uses name ----> "Superman"
Player 1 changes his name to something else ----> Changes name to "Clark"
Even though the person changes there name the "Name Tracker" will tell you who that person really is "Player 1 is really superman and not Clark"
Please someone dont tell me this isnt possible because i have seen it used by the person that brought me into openarena
getting it from him is not fairly possible due to he doesnt have ANYTHING of openarena
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #1 on: September 28, 2011, 11:31:24 pm » |
|
smash did a tracker like this long time ago. afaik it was a little script with some fuzzyness in the results. feel free to code it by your own 
|
|
|
|
|
Logged
|
|
|
|
swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« Reply #2 on: September 29, 2011, 06:46:42 am » |
|
where can smash be found these days?
he has so many names as well D=
and he doesnt come in irc anymore..
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #3 on: September 29, 2011, 11:28:29 pm » |
|
sry but havenīt seen him for a while... 
|
|
|
|
|
Logged
|
|
|
|
swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« Reply #4 on: September 30, 2011, 01:52:27 pm » |
|
hmmm but i wonder what it would take to make 1
i know sookee can do it but i doubt he will attempt it
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
RMF
Member
Cakes 12
Posts: 689
|
 |
« Reply #5 on: October 02, 2011, 02:50:34 pm » |
|
You can try sending Smash a PM on GoD forums. Can't tell if he will answer, but it is the only way of contacting him that I know of. And I could make this too, but how much do you want to pay for it  Nah I don't have time now anyway, and I'm not sure if I could make this cross-platform (although PHP should work, but you'd have to initiate the script yourself - I'm assuming name changes are logged btw).
|
|
|
|
|
Logged
|
|
|
|
swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« Reply #6 on: October 03, 2011, 05:08:02 pm » |
|
 well ill try to get him there hehe
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
Gig
Millenial poster

Cakes 39
Posts: 2292
|
 |
« Reply #7 on: October 04, 2011, 01:16:47 am » |
|
Excuse me, can you tell me how would a such program technically work? I'm just curious...
|
|
|
|
|
Logged
|
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #8 on: October 04, 2011, 08:25:52 am » |
|
It would try to get an unique key for a pc. this could be the mac address combined with other things (IP-Address, Browsersettings or whatever). ql and aftershock use a registration process to identify the player. But this scan is problematic regarding privacy: i guess somebody could get your balls in front of a court if he likes... 
|
|
|
|
|
Logged
|
|
|
|
Gig
Millenial poster

Cakes 39
Posts: 2292
|
 |
« Reply #9 on: October 04, 2011, 09:34:30 am » |
|
And how could it acquire data? I mean, would it continuously query client info from all OpenArena servers listed on master server? (Master or normal) servers send semi-confidential data like clients IPs to whoever wants them?
|
|
|
|
« Last Edit: October 04, 2011, 09:56:37 am by Gig »
|
Logged
|
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #10 on: October 04, 2011, 09:50:26 am » |
|
No, it just works in front of OA - as a proxy between the server and his clients. afaik there are no vars to log client IPs or MACs inside the server. anyway: this logging is still some kind of fuzzy, because some ppl play behind a proxy. all this clients would just be visible as one player with hundreds of nicks  you can test this with many mates from italy: blocking an ip (ban) will drop most of them from your server... (remember scassas ban which leads to a discussion about the ban?).
|
|
|
|
|
Logged
|
|
|
|
Cacatoes
Banned for leasing own account
Posts a lot
Cakes 64
Posts: 1429
also banned for baiting another to violate rules
|
 |
« Reply #11 on: October 04, 2011, 01:39:47 pm » |
|
I suppose such app could check DPMASTER's list, and track name changes by analyzing scores/pings/names to identify players. Of course it would be an external, empirical, and unperfect way to do it.
So the other way would just be to check the player ID (UID ? I don't remember the acronym) server-wise, which could mean something like modify OA so that it logs name changes events.
|
|
|
|
|
Logged
|
Todo: Walk the cat.
|
|
|
|
fromhell
|
 |
« Reply #12 on: October 04, 2011, 01:53:57 pm » |
|
Hence my overlooked tripcodes suggestion, where identification is purely voluntary... I don't like ip addresses as player IDs, that'd be stupid for players with dynamic IPs since suddenly you're a TOTALLY NEW UNRELATED PLAYER, plus there's privacy issues and possible malicious intent from unsportsmanlike opponents
|
|
|
|
|
Logged
|
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #13 on: October 04, 2011, 03:00:29 pm » |
|
Tripcodes need activities from userside (entering pw), but AIM swaggerall wants to follow players on servers iirc. i guess he wants to see, which players are using different nicks to play. Without engine modification you just can use the method with a proxy to check network traffic information imho. but as i said: the results are not that 100% and the whole data collection sounds strange for me (which was the reason, why smash stoped his development afaik).
|
|
|
|
« Last Edit: October 05, 2011, 11:13:51 pm by Peter Silie »
|
Logged
|
|
|
|
sago007
Posts a lot
Cakes 50
Posts: 1446
Open Arena Modder/Player
|
 |
« Reply #14 on: October 04, 2011, 03:06:42 pm » |
|
Hence my overlooked tripcodes suggestion, where identification is purely voluntary... I don't like ip addresses as player IDs, that'd be stupid for players with dynamic IPs since suddenly you're a TOTALLY NEW UNRELATED PLAYER, plus there's privacy issues and possible malicious intent from unsportsmanlike opponents You did not give much information in that topic. I have always thought the best way for a player that wanted to be tracked could generate a certificate and prove its identity to all server he joined. So the servers had a public displayable identification for the client. I have mostly considered with as a way to keep track of stats across servers without having to worry about giving password to untrusted servers.
|
|
|
|
|
Logged
|
|
|
|
swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« Reply #15 on: October 05, 2011, 06:49:49 pm » |
|
Tripcodes need activities from userside (entering pw), but AIM wants to follow players on servers iirc. i guess he wants to see, which players are using different nicks to play. Without engine modification you just can use the method with a proxy to check network traffic information imho. but as i said: the results are not that 100% and the whole data collection sounds strange for me (which was the reason, why smash stoped his development afaik).
OK 1) I'm Talking About For OpenArena Not IRC (IRC Maybe) But I Am Originally Talking About OpenArena But IRC Tracker Is Good As Well  And 2) You Dont Have To Give Out Who I Am Just Because You Just Figured It Out Lol xD
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #16 on: October 05, 2011, 11:13:29 pm » |
|
iirc not IRC  Didnīt knew, that anybody hadnīt figured out, that you are swaggerall 
|
|
|
|
|
Logged
|
|
|
|
Gig
Millenial poster

Cakes 39
Posts: 2292
|
 |
« Reply #17 on: October 06, 2011, 12:28:25 am » |
|
|
|
|
|
|
Logged
|
|
|
|
Peter Silie
Member
Cakes 2008
Posts: 590
|
 |
« Reply #18 on: October 06, 2011, 02:44:14 am » |
|
lolI guess that it was obviously, that i didnīt meant IRC, because all is about OA. Just jokin and no offense 
|
|
|
|
|
Logged
|
|
|
|
swaggerall
Member
Cakes -58
Posts: 263
Mega|^AIM
|
 |
« Reply #19 on: October 06, 2011, 08:02:43 pm » |
|
iirc not IRC  Didnīt knew, that anybody hadnīt figured out, that you are swaggerall  ROOOOOAAAAR !  lol peter check the OpenArena Encyclopedia On GoD|Forum
|
|
|
|
|
Logged
|
Mega Rules The World ! Mega Rules The World
|
|
|
|