A standard part of the PB server logs
.
[07.25.2005 16:23:32] Download request for pbcl (w 1110 -> 1199) from (slot# 1 [0,1]) 81.7.148.*:1048 Decastro
[07.25.2005 16:23:45] New Connection (slot #2) 81.7.148.*:1052 [?] Moeskaer
[07.25.2005 16:23:45] Player GUID Computed 0736e4ffeb8e5f7ef03118d34ef2*(-) (slot #2) 81.7.148.*:1052 Moeskaer
When players are banned through BF2CC rcon they goto the hall of shame - the banlist.con file. It doesn't give you any information who that player is or when they were banned - it's a generated hash. Also in the log files it doesn't seem to show that information about who banned someone anywhere. I've got people banned on the server, but who knows who they are and what they did?
I'm attempting to make a database to link up log files to bans.
From the master banlist at http://www.pbbans.com/ it generates the file 'pbbans.dat'. Does that banlist use GUIDs?
Anyone know of a way of making a link (e.g. ban shown on the PB logs, therefore can be linked because it will be the next hash ban on the banlist.con file) between the banlist.con file and the punkbuster server logs?
.
[07.25.2005 16:23:32] Download request for pbcl (w 1110 -> 1199) from (slot# 1 [0,1]) 81.7.148.*:1048 Decastro
[07.25.2005 16:23:45] New Connection (slot #2) 81.7.148.*:1052 [?] Moeskaer
[07.25.2005 16:23:45] Player GUID Computed 0736e4ffeb8e5f7ef03118d34ef2*(-) (slot #2) 81.7.148.*:1052 Moeskaer
When players are banned through BF2CC rcon they goto the hall of shame - the banlist.con file. It doesn't give you any information who that player is or when they were banned - it's a generated hash. Also in the log files it doesn't seem to show that information about who banned someone anywhere. I've got people banned on the server, but who knows who they are and what they did?
I'm attempting to make a database to link up log files to bans.
From the master banlist at http://www.pbbans.com/ it generates the file 'pbbans.dat'. Does that banlist use GUIDs?
Code:
[07.26.2005 00:32:20] 9cd5cb863d20ab84e2ddaac1a75845b0 "Caliber^M.Cooper" "72.240.97.210:1487" "VIOLATION (MULTIHACK) #70309" [07.18.2005 09:59:13] b65ec65b8f0a131dd5fdd92426e5b8a7 "OldSarge.AKT" "68.228.222.67:1504" "VIOLATION (MULTIHACK) #70309" [07.19.2005 14:19:59] f34f634403f2540f8326b1ef03287938 "KiLLer_898" "84.80.0.181:1294" "VIOLATION (MULTIHACK) #70331" [07.19.2005 06:45:04] 2ca8733ae4b66efb7847e6eeb30baada "timekeepers" "219.95.220.210:4157" "VIOLATION (MULTIHACK) #70331" [07.14.2005 19:45:52] 2588a2884303f9e60cf15cab63a31bf2 "Gorepig" "24.203.12.253:1102" "VIOLATION (MULTIHACK) #70309" [06.27.2005 20:43:34] 3cd686298dfbd79d5b75451c0554b1c0 "MajorFire" "67.186.31.58:1296" "VIOLATION (GAMEHACK) #89015"
Comment