Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUID in log
#11
(03-25-2012, 02:43)Tylerd86 Wrote: I made a plugin that shows 011000010509blah and there name when they join on the console. dunno how to make log to a file tho

As I said, what is commonly referred to as the "XUID" already shows in the server log, although it labels it as the "GUID". In the ban log, it has a completely different number/letter combo that I have been told is the actual "GUID". It's this number that I need to have logged in the server log so I can manually add bans later. See my replies, above.


(03-25-2012, 09:47)carcdm Wrote: I really need a player log plugin too! The one in the plugin packs is not working.

Using the Server Addon, a log is generated. If it's not working, I suggest a separate thread, because that's really not what this thread is about.
[Image: tanksignature.jpg]
Reply

#12
(03-25-2012, 14:04)GrossKopf Wrote:
(03-25-2012, 02:43)Tylerd86 Wrote: I made a plugin that shows 011000010509blah and there name when they join on the console. dunno how to make log to a file tho

As I said, what is commonly referred to as the "XUID" already shows in the server log, although it labels it as the "GUID". In the ban log, it has a completely different number/letter combo that I have been told is the actual "GUID". It's this number that I need to have logged in the server log so I can manually add bans later. See my replies, above.
I am not talking about player log. Ive created a plugin which tells u their guid and when they connect on ur console so u have the name and guid. Go to server log find name then u have there guid right next to it
Reply

#13
(03-25-2012, 18:16)Tylerd86 Wrote: I am not talking about player log. Ive created a plugin which tells u their guid and when they connect on ur console so u have the name and guid. Go to server log find name then u have there guid right next to it

If I'm in game with them I can ban them with the ban command so I won't need the GUID. I'm looking for a plug in that will log the GUID of players so I can go into the logs, get the GUID and ban a player by manually adding them to the ban file. This would be for when I get evidence of a cheater that had been on the server. I thought I explained that in the original post.
[Image: tanksignature.jpg]
Reply

#14
(03-25-2012, 21:48)GrossKopf Wrote: If I'm in game with them I can ban them with the ban command so I won't need the GUID. I'm looking for a plug in that will log the GUID of players so I can go into the logs, get the GUID and ban a player by manually adding them to the ban file. This would be for when I get evidence of a cheater that had been on the server. I thought I explained that in the original post.

TeknoMW3 and Steam MW3 are different.
Steam uses the player's GUID (GUID = XUID, name does not matter), although TeknoMW3 uses computer hardware ID or something along those lines. Given your previous posts showing "... was kicked for cheating" it seems both the HWID and GUID are used, but the HWID is used for the ban list. More reversing would probably be needed to obtain the HWID.

I'm just going to assume the plugin makers would not know how to do this.
[Image: b_560_95_1.png]
Reply

#15
(03-25-2012, 21:48)GrossKopf Wrote:
(03-25-2012, 18:16)Tylerd86 Wrote: I am not talking about player log. Ive created a plugin which tells u their guid and when they connect on ur console so u have the name and guid. Go to server log find name then u have there guid right next to it

I'm looking for a plug in that will log the GUID of players so I can go into the logs, get the GUID and ban a player by manually adding them to the ban file. This would be for when I get evidence of a cheater that had been on the server.
Thats what im talking about...it logs Guid of players along with there name

Reply

#16
(03-25-2012, 22:01)Nukem Wrote: TeknoMW3 and Steam MW3 are different.
Steam uses the player's GUID (GUID = XUID, name does not matter), although TeknoMW3 uses computer hardware ID or something along those lines. Given your previous posts showing "... was kicked for cheating" it seems both the HWID and GUID are used, but the HWID is used for the ban list. More reversing would probably be needed to obtain the HWID.

I'm just going to assume the plugin makers would not know how to do this.

So you're saying even though I'm using the Server Addon from here, for version 1.4, and even though XUID is logged by the Server Addon, because I'm using Teknogods, the bans are done by GUID?
(03-25-2012, 22:16)Tylerd86 Wrote: Thats what im talking about...it logs Guid of players along with there name

Yeah, but the player has to be on the server when you issue the command to log the GUID. That defeats the whole purpose. I need to be able to get the GUID (the alphanumeric that is recorded in the ban list) to be recorded in the server log. Right now, when a player connects, it records the XUID, which is NOT what is written in the ban list. This will enable to me to go into the log, find a troublesome player and add them to the ban list.

As it stands right now, the ban list does NOT use what is listed as the "GUID" in the server log. It uses a completely different alphanumeric that I'm told is actually the hardware GUID.

So, to clarify, no matter what you may call it, for the purpose of this thread and plugin, this is an example of an XUID, which is found in the server log, and a GUID, which is found in the ban list. They are the XUID and GUID for the same player:

XUID: 0110000105097d34
GUID: 8E3ECBA4B090C350EBC0852A

See the difference? One player with two sets of alphanumerics. The first is logged in the server log as a "guid" ([04:14:41] "Rakan" (guid "0110000105097d34") was kicked for cheating.) and the second is written to the ban log (8E3ECBA4B090C350EBC0852A=128.73.99.135 (Rakan)).

I hope this clarifies what I'm looking for.

Tyler - I just reread your post and I'm a little confused:

(03-25-2012, 18:16)Tylerd86 Wrote: I made a plugin that shows 011000010509blah and there name when they join on the console. dunno how to make log to a file tho

(03-25-2012, 18:16)Tylerd86 Wrote: I am not talking about player log. Ive created a plugin which tells u their guid and when they connect on ur console so u have the name and guid. Go to server log find name then u have there guid right next to it

First you said you don't know how to make it record to the log, then you say just go to the log to get it, so which is it? Does it save it to the log or not?
One more reply here. Tyler, I tried your plugin and all it does is log what I refer to as the "XUID" into a seperate log file. This information is already logged into the server's console log. I still need a way to log the alphanumeric that is recorded in the ban list.
[Image: tanksignature.jpg]
Reply

#17
Nevermind if you don't understand. I said its not the playerlog plugin i released, its one i created awhile back and have not released
Reply

#18
(03-26-2012, 02:44)Tylerd86 Wrote: Nevermind if you don't understand. I said its not the playerlog plugin i released, its one i created awhile back and have not released

You didn't say that. Will you be releasing it?
[Image: tanksignature.jpg]
Reply

#19
(03-26-2012, 02:51)GrossKopf Wrote:
(03-26-2012, 02:44)Tylerd86 Wrote: Nevermind if you don't understand. I said its not the playerlog plugin i released, its one i created awhile back and have not released

You didn't say that. Will you be releasing it?
I did say that if you read what i posted. and no to me there is no point its not what your looking for.


I haven't seen GUID: 8E3ECBA4B090C350EBC0852A in the ban list, ive seen the XUID: 0110000105097d34 in the ban list
Reply

#20
(03-26-2012, 04:57)Tylerd86 Wrote: I did say that if you read what i posted. and no to me there is no point its not what your looking for.


I haven't seen GUID: 8E3ECBA4B090C350EBC0852A in the ban list, ive seen the XUID: 0110000105097d34 in the ban list

So your plugin DOESN'T show what I'm referring to as the GUID? Does your ban list not show GUID's?

This is what my permanent_ex.ban looks like:

Code:
[Bans]
177910915980627E63EEB466=189.155.255.93 (..::$HAR1Y::..)
67CD4A1A28555E3BD97C5166=190.80.202.204 (ohyeah)
8E3ECBA4B090C350EBC0852A=128.73.99.135 (Rakan)
60A44C8DDF460291D8F858C8=178.9.240.93 (BangerHoddy)
7116CD63EA55B93115EA58E7=98.192.168.222 (Real~Death)
2C5B193DFA78B3D2D20D1613=76.196.236.179 (R0x0r)
98273097C1DE68DC10CF1B83=190.148.122.67 (edy47)
5654D6B96B5B40EDA6E014D6=189.183.128.80 (Mex-Worful)

No XUID's at all. All are hardware GUID's.
[Image: tanksignature.jpg]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  incease Damage for GUID only islamsaab 8 3,760 11-13-2012, 10:00
Last Post: islamsaab
  Give Bots a GUID? B3rS3rK3r 9 4,508 03-26-2012, 16:39
Last Post: fatman
  [Request] Guid Puffiamo 4 2,066 08-02-2011, 13:24
Last Post: iBanana

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.