This is my config file [blockquote]' ============================================================== ' Vbscript' Name: BF2PrivateStats.vbs ' Usage: BF2PrivateStats.vbs ' Author: The Shadow ' Email: shadow42@iinet.net.au ' Desc: This script enables/disables the HOSTS file workaround ' for BF2 Private Statistics. It supports dynamic IPs and can ' Enable/Disable the entry via way of a runtime argument. ' Execution is silent. Change the string lookup variables to suit. ' ============================================================== ' Setup Environment Const FOR_READING = 1 Const FOR_WRITING = 2 Set objFS = WScript.CreateObject("Scripting.FileSystemObject") Set objShell = WScript.CreateObject("Wscript.Shell") Set objWMISrv = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\.\root\cimv2") strHostsFile = objShell.ExpandEnvironmentStrings("%SystemRoot%") & "\system32\drivers\etc\hosts" strMatchContent = "BF2web.gamespy.com" ' ======================================================================== ' String Lookup Variables ' ======================================================================== ' EDIT: This Line includes your game server host name/IP address. 'strLookupAddr = "privatestats.gamespy.host" ' Host Name strLookupAddr = "?" ' IP Address ' ======================================================================== strBF2exe = "bf2_w32ded.exe" ' Executable used to launch BF2 ' ======================================================================== ' ======================================================================== ' Prepare a regular expression object Set myRegExp = New RegExp myRegExp.IgnoreCase = True myRegExp.Global = False myRegExp.Pattern = "\b(??:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b" Set MatchData = myRegExp.Execute(strLookupAddr) If MatchData.Count > 0 Then ' Address is an IP Address Set Match = MatchData(0) ipAddress = Match.Value Else ' Resolve IP Address strLookup = "Address:" strTmpFile = objShell.ExpandEnvironmentStrings("%Temp%") & "\" & strLookupAddr & ".tmp" objShell.Run "%ComSpec% /c nslookup " & strLookupAddr & "> " & strTmpFile, 0, True Set objTF = objFS.OpenTextFile(strTmpFile) i = 1 Do Until objTF.AtEndOfStream strLine = Trim(objTF.Readline) If i > 2 And Left(strLine, len(strLookup)) = strLookup Then Set MatchData = myRegExp.Execute(strLine) If MatchData.Count > 0 Then Set Match = MatchData(0) ipAddress = Match.Value Exit Do End If End If i = (i + 1) Loop objTF.Close objFS.DeleteFile strTmpFile End If ' Check ipAddress If Len(ipAddress) > 0 Then ' Build Output String strOutput = ipAddress & Chr(9) & strMatchContent & Chr(9) & Chr(9) & "# BF2 Statistics Redirect" ' Remove Outsmart Permissions objShell.Run "SetACL.exe -on ""%SystemRoot%\System32\drivers\etc\HOSTS"" -ot file -actn clear -clr dacl", 0, True ' Get HOSTS Contents Set objTS = objFS.OpenTextFile(strHostsFile ,FOR_READING) strContents = objTS.ReadAll objTS.Close ' Set HOSTS for Writing Set objTS = objFS.OpenTextFile(strHostsFile ,FOR_WRITING) arrLines = Split(strContents, vbNewLine) ' Prepare a regular expression object Set myRegExp = New RegExp myRegExp.IgnoreCase = True myRegExp.Global = True myRegExp.Pattern = strMatchContent ' Re-write HOSTS file bUpdated = False For i = 0 To UBound(arrLines) - 1 If myRegExp.Test(arrLines(i)) Then bUpdated = True objTS.WriteLine strOutput Else objTS.WriteLine arrLines(i) End If Next ' Check File Updated If bUpdated = False Then ' Insert Reference at end of File objTS.WriteLine strOutput End If objTS.Close 'Stop DNS Cache service so it doesn't interfer Set colServiceList = objWMISrv.ExecQuery ("Select * from Win32_Service where Name='Dnscache'") For each objService in colServiceList errReturn = objService.StopService() Next ' Outsmart BF2 - Deny Read Permissions on HOSTS file objShell.Run "%ComSpec% /c ipconfig /flushdns", 0, True objShell.Run "%ComSpec% /c ping " & strMatchContent, 0, True objShell.Run "SetACL.exe -on ""%SystemRoot%\System32\drivers\etc\HOSTS"" -ot file -actn ace -ace ""n:S-1-5-32-545;p:read;s:y;m:deny""", 0, True ' Get Arguments Set objArgs = WScript.Arguments strArgs = "" If objArgs.Count >= 1 Then For i = 0 To objArgs.Count - 1 strArgs = strArgs & " " & objArgs(i) Next Else strArgs = " +menu 1 +fullscreen 1" End If ' Run BF2 objShell.Run strBF2exe & strArgs, 1, True ' Remove Outsmart Permissions objShell.Run "SetACL.exe -on ""%SystemRoot%\System32\drivers\etc\HOSTS"" -ot file -actn clear -clr dacl", 0, True 'Restart DNS service Cache Set colServiceList = objWMISrv.ExecQuery ("Select * from Win32_Service where Name='Dnscache'") For each objService in colServiceList errReturn = objService.StartService() Next ' Re-write HOSTS file back to original Set objTS = objFS.OpenTextFile(strHostsFile ,FOR_WRITING) For i = 0 To UBound(arrLines) - 1 objTS.WriteLine arrLines(i) Next objTS.Close Else strErrMsg = "ERROR: Could not resolve '" & strLookupAddr & "'!" & vbCrLf strErrMsg = strErrMsg & "Please Manually update your HOSTS file!" Wscript.Echo strErrMsg End If ' ========================================================================[/blockquote] What ip should i have? Can someone help me? !shy And this my log file [blockquote] ============================================== BF2 Logging Started: 04/20/08 08:05:59 ============================================== Stat constants loaded scoring common init Persistant stats module initialized. End of round module initialized. Snapshot module initialized Medal awarding module initialized Global key string: &info=rank,ktm-,dfcp,rpar,vtm-,bksk,scor,wdsk,wkl-,heal,dsab,cdsc,tsql,tsqm,wins,vkl-,twsc,time,kill,rsup,tcdr,vac- Initializing unlock module... Unlock module initialized Fragalyzer log module initialized. [2008-04-20 08:05:59] Info: Creating Multiplay, ModManager v1.7 (www.multiplay.co.uk) [2008-04-20 08:05:59] Info: Loading config 'mods/bf2/settings/modmanager.con' [2008-04-20 08:05:59] Info: Module 'mm_logger' v1.4 loaded [2008-04-20 08:05:59] Info: Module 'mm_logger' initialised [2008-04-20 08:05:59] Info: Initialising Multiplay, ModManager v1.7 [2008-04-20 08:05:59] Info: Starting ModManager Rcon v5.2 on 0.0.0.0:4711 [2008-04-20 08:05:59] Info: Rcon command handler 'login' registered [2008-04-20 08:05:59] Info: Rcon command handler 'logout' registered [2008-04-20 08:05:59] Info: Rcon command handler 'users' registered [2008-04-20 08:05:59] Info: Rcon command handler 'kick' registered [2008-04-20 08:05:59] Info: Rcon command handler 'ban' registered [2008-04-20 08:05:59] Info: Rcon command handler 'banby' registered [2008-04-20 08:05:59] Info: Rcon command handler 'banlist' registered [2008-04-20 08:05:59] Info: Rcon command handler 'unban' registered [2008-04-20 08:05:59] Info: Rcon command handler 'clearbans' registered [2008-04-20 08:05:59] Info: Rcon command handler 'list' registered [2008-04-20 08:05:59] Info: Rcon command handler 'profileid' registered [2008-04-20 08:05:59] Info: Rcon command handler 'profileids' registered [2008-04-20 08:05:59] Info: Rcon command handler 'maplist' registered [2008-04-20 08:05:59] Info: Rcon command handler 'map' registered [2008-04-20 08:05:59] Info: Rcon command handler 'exec' registered [2008-04-20 08:05:59] Info: Rcon command handler 'help' registered [2008-04-20 08:05:59] Info: Rcon command handler '?' registered (alias) [2008-04-20 08:05:59] Info: ModManager Rcon started [2008-04-20 08:05:59] Info: Module 'mm_rcon' v5.2 loaded [2008-04-20 08:05:59] Info: Module 'mm_rcon' initialised [2008-04-20 08:05:59] Info: Module 'mm_banmanager' v3.5 loaded [2008-04-20 08:05:59] Info: Rcon command handler 'bm' registered [2008-04-20 08:05:59] Info: Module 'mm_banmanager' initialised [2008-04-20 08:05:59] Info: Module 'mm_tk_punish' v1.9 loaded [2008-04-20 08:05:59] Info: Module 'mm_kicker' v2.4 loaded [2008-04-20 08:05:59] Info: Module 'mm_announcer' v1.6 loaded [2008-04-20 08:06:00] Info: Module 'mm_bf2cc' v6.6 loaded [2008-04-20 08:06:00] Info: Module 'mm_autobalance' v2.1 loaded [2008-04-20 08:06:00] Info: Loaded 5 additional modules [2008-04-20 08:06:00] Info: Rcon command handler 'mm' registered [2008-04-20 08:06:00] Info: Module 'mm_tk_punish' initialised [2008-04-20 08:06:00] Info: Rcon command handler 'kicker' registered [2008-04-20 08:06:00] Info: Module 'mm_kicker' initialised [2008-04-20 08:06:00] Info: Rcon command handler 'announcer' registered [2008-04-20 08:06:00] Info: Module 'mm_announcer' initialised [2008-04-20 08:06:00] Info: Rcon command handler 'bf2cc' registered [2008-04-20 08:06:00] Info: Module 'mm_bf2cc' initialised [2008-04-20 08:06:00] Info: Module 'mm_autobalance' initialised [2008-04-20 08:06:00] Info: Initialised 5 modules gpm_cq.py initialized Reset orderiterator to 0 based on highest pid kept Reloading players [2008-04-20 08:06:22] Info: Validating maplist Conquest gamemode initialized. Player Manager module initialized Creating new record for player profileId 135995827 Will retrieve medals from GSI... roundMedals: {} Added player 0, yang1991515 (135995827) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 0 to unlock checking Awards response received: () Player medals: {} Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 0 (yang1991515): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] gpm_cq.py uninitialized Removed player index 0 from player cache [2008-04-20 08:15:58] Info: ModManager shutting down [2008-04-20 08:15:58] Info: Config saved [2008-04-20 08:15:58] Info: Module 'mm_logger' shutdown [2008-04-20 08:15:58] Info: Module 'mm_banmanager' shutdown [2008-04-20 08:15:58] Info: Module 'mm_tk_punish' shutdown [2008-04-20 08:15:58] Info: Module 'mm_kicker' shutdown [2008-04-20 08:15:58] Info: Module 'mm_announcer' shutdown [2008-04-20 08:15:58] Info: Module 'mm_rcon' shutdown [2008-04-20 08:15:58] Info: Module 'mm_bf2cc' shutdown [2008-04-20 08:15:58] Info: Module 'mm_autobalance' shutdown [2008-04-20 08:15:58] Info: 8 modules shutdown ============================================== BF2 Logging Started: 04/20/08 08:18:27 ============================================== Stat constants loaded scoring common init Persistant stats module initialized. End of round module initialized. Snapshot module initialized Medal awarding module initialized Global key string: &info=rank,ktm-,dfcp,rpar,vtm-,bksk,scor,wdsk,wkl-,heal,dsab,cdsc,tsql,tsqm,wins,vkl-,twsc,time,kill,rsup,tcdr,vac- Initializing unlock module... Unlock module initialized Fragalyzer log module initialized. [2008-04-20 08:18:27] Info: Creating Multiplay, ModManager v1.7 (www.multiplay.co.uk) [2008-04-20 08:18:27] Info: Loading config 'mods/bf2/settings/modmanager.con' [2008-04-20 08:18:27] Info: Module 'mm_logger' v1.4 loaded [2008-04-20 08:18:27] Info: Module 'mm_logger' initialised [2008-04-20 08:18:27] Info: Initialising Multiplay, ModManager v1.7 [2008-04-20 08:18:27] Info: Starting ModManager Rcon v5.2 on 0.0.0.0:4711 [2008-04-20 08:18:27] Info: Rcon command handler 'login' registered [2008-04-20 08:18:27] Info: Rcon command handler 'logout' registered [2008-04-20 08:18:27] Info: Rcon command handler 'users' registered [2008-04-20 08:18:27] Info: Rcon command handler 'kick' registered [2008-04-20 08:18:27] Info: Rcon command handler 'ban' registered [2008-04-20 08:18:27] Info: Rcon command handler 'banby' registered [2008-04-20 08:18:27] Info: Rcon command handler 'banlist' registered [2008-04-20 08:18:27] Info: Rcon command handler 'unban' registered [2008-04-20 08:18:27] Info: Rcon command handler 'clearbans' registered [2008-04-20 08:18:27] Info: Rcon command handler 'list' registered [2008-04-20 08:18:27] Info: Rcon command handler 'profileid' registered [2008-04-20 08:18:27] Info: Rcon command handler 'profileids' registered [2008-04-20 08:18:27] Info: Rcon command handler 'maplist' registered [2008-04-20 08:18:27] Info: Rcon command handler 'map' registered [2008-04-20 08:18:27] Info: Rcon command handler 'exec' registered [2008-04-20 08:18:27] Info: Rcon command handler 'help' registered [2008-04-20 08:18:27] Info: Rcon command handler '?' registered (alias) [2008-04-20 08:18:27] Info: ModManager Rcon started [2008-04-20 08:18:27] Info: Module 'mm_rcon' v5.2 loaded [2008-04-20 08:18:27] Info: Module 'mm_rcon' initialised [2008-04-20 08:18:27] Info: Module 'mm_banmanager' v3.5 loaded [2008-04-20 08:18:27] Info: Rcon command handler 'bm' registered [2008-04-20 08:18:27] Info: Module 'mm_banmanager' initialised [2008-04-20 08:18:27] Info: Module 'mm_tk_punish' v1.9 loaded [2008-04-20 08:18:27] Info: Module 'mm_kicker' v2.4 loaded [2008-04-20 08:18:27] Info: Module 'mm_announcer' v1.6 loaded [2008-04-20 08:18:27] Info: Module 'mm_bf2cc' v6.6 loaded [2008-04-20 08:18:27] Info: Module 'mm_autobalance' v2.1 loaded [2008-04-20 08:18:27] Info: Loaded 5 additional modules [2008-04-20 08:18:27] Info: Rcon command handler 'mm' registered [2008-04-20 08:18:27] Info: Module 'mm_tk_punish' initialised [2008-04-20 08:18:27] Info: Rcon command handler 'kicker' registered [2008-04-20 08:18:27] Info: Module 'mm_kicker' initialised [2008-04-20 08:18:27] Info: Rcon command handler 'announcer' registered [2008-04-20 08:18:27] Info: Module 'mm_announcer' initialised [2008-04-20 08:18:27] Info: Rcon command handler 'bf2cc' registered [2008-04-20 08:18:27] Info: Module 'mm_bf2cc' initialised [2008-04-20 08:18:27] Info: Module 'mm_autobalance' initialised [2008-04-20 08:18:27] Info: Initialised 5 modules gpm_cq.py initialized Reset orderiterator to 0 based on highest pid kept Reloading players [2008-04-20 08:18:46] Info: Validating maplist Conquest gamemode initialized. Player Manager module initialized Creating new record for player profileId 72081561 Will retrieve medals from GSI... roundMedals: {} Added player 0, General_reimer (72081561) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 0 to unlock checking Awards response received: () Player medals: {} Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 0 (General_reimer): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Player Manager module initialized Creating new record for player profileId 63532595 Will retrieve medals from GSI... roundMedals: {} Added player 1, Oggy.R (63532595) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 1 to unlock checking Awards response received: () Player medals: {} Stats response received for player 1, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 1 (Oggy.R): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Reset orderiterator to 2 based on highest pid kept Player id=0 found in sessionPlayerMedalMap Resetting unkept round-only medals... roundMedals: {} Readded player 0 to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Player id=1 found in sessionPlayerMedalMap Resetting unkept round-only medals... roundMedals: {} Readded player 1 to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Conquest gamemode initialized. Timer object destroyed (rc 0) Awards response received: () Player medals: {} Awards response received: () Player medals: {} Stats response received for player 1, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response STATS onPlayerSpawn General_reimer STATS ObjectStat: General_reimer Enter type=8 --- enterAt:477.816891339 score:0 STATS onEnterVehicle: Enter vehicle=us_light_soldier type=8 Pos=-80.079,162.548,-159.757 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer newWeapon=usrif_m4 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=2 --- enterAt:477.816891339 score:0 STATS onPickupKit General_reimer kit=US_Specops STATS onPickupKit General_reimer triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: General_reimer Enter type=4 --- enterAt:477.816891339 score:0 STATS onPlayerSpawn Oggy.R STATS ObjectStat: Oggy.R Enter type=8 --- enterAt:477.816891339 score:0 STATS onEnterVehicle: Enter vehicle=mec_heavy_soldier type=8 Pos=-111.377,157.171,7.363 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:477.816891339 score:0 STATS onPickupKit Oggy.R kit=MEC_Assault STATS onPickupKit Oggy.R triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:477.816891339 score:0 STATS ObjectStat: General_reimer Exit type=2 --- timeInObject:2.53188993033 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:480.348781269 score:0 STATS ObjectStat: General_reimer Enter type=0 --- enterAt:480.348781269 score:0 STATS onEnterVehicle: Enter vehicle=ustnk_m1a2 type=0 Pos=-86.437,161.992,-154.565 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:3.68450500226 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:481.501396341 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:0.400085203749 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:481.901481545 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:4.01847418175 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=kni_knife triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=10 --- enterAt:482.235450724 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=kni_knife triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=10 --- timeInObject:0.28413424891 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:482.519584973 score:0 STATS onChangeSquad General_reimer oldSqd=0 newSqd=0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:8.94906884868 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:487.45017964 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:0.685238399078 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:487.735332835 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:9.45296401183 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:488.239227999 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:1.03385872889 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:488.587848328 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:10.2955591499 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:489.430443466 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:1.70197310411 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:490.098557842 score:0 STATS onChangeSquad Oggy.R oldSqd=0 newSqd=0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:29.4035512806 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:509.206549972 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:12.1715013132 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:519.676078182 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:33.2406144755 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:523.513141376 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:34.1248502381 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:545.466490301 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:34.2750913037 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=hgr_smoke triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=20 --- enterAt:546.500967129 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=hgr_smoke triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=20 --- timeInObject:1.84241482632 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:548.343381956 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:84.8736086562 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:598.941899308 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:34.4891475716 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:599.306196642 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:85.2768555611 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:599.709443547 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:36.7351931532 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:601.955489128 score:0 Resetting enterPctAt for player General_reimer 0 is in radius. v= ustnk_m1a2 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:126.583698341 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:643.262331908 score:0 Resetting enterPctAt for player Oggy.R 1 is in radius. v= mec_heavy_soldier STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:42.4038780512 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:648.931016806 score:0 1 is in radius. v= mec_heavy_soldier STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:130.856065786 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurgl_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=1 --- enterAt:653.203384251 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurgl_gp30 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:55.5539808681 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_gp30 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:666.353487068 score:0 STATS onPlayerKilled weapon=Coaxial_browning STATS onPlayerKilled object=ustnk_m1a2 STATS onPlayerKilled vctm=Oggy.R atkr=General_reimer wepn=Coaxial_browning atkr_vehn=ustnk_m1a2 atkr_veht=0 STATS onDropKit Oggy.R kit=MEC_Assault STATS onDropKit Oggy.R triggering --> player.stats.kits[kitType].exit(player) STATS ObjectStat: Oggy.R Exit type=1 --- timeInObject:194.695212235 score:0 STATS ObjectStat: Oggy.R Exit type=0 --- timeInObject:137.014682292 score:0 0 is in radius. v= ustnk_m1a2 STATS onPlayerDeath Oggy.R rootVehicle=mec_heavy_soldier STATS onPlayerDeath Oggy.R triggering ---> onExitVehicle(victim, victim.soldier) STATS ObjectStat: Oggy.R Exit type=8 --- timeInObject:205.58812237 score:0 STATS onExitVehicle: Exit vehicle=mec_heavy_soldier type=8 Pos=-107.552,156.020,40.959 STATS onPlayerSpawn Oggy.R STATS ObjectStat: Oggy.R Enter type=8 --- enterAt:683.405013709 score:0 STATS onEnterVehicle: Enter vehicle=mec_heavy_soldier type=8 Pos=-111.377,157.171,7.363 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:683.405013709 score:0 STATS onPickupKit Oggy.R kit=MEC_AT STATS onPickupKit Oggy.R triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:683.405013709 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:1.01280509749 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:684.417818806 score:0 Resetting enterPctAt for player General_reimer 0 is in radius. v= ustnk_m1a2 STATS onPlayerKilled weapon=chat_eryx STATS onPlayerKilled object=mec_heavy_soldier STATS onPlayerKilled vctm=General_reimer atkr=Oggy.R wepn=chat_eryx atkr_vehn=mec_heavy_soldier atkr_veht=8 0 is in radius. v= ustnk_m1a2 STATS onDropKit General_reimer kit=US_Specops STATS onDropKit General_reimer triggering --> player.stats.kits[kitType].exit(player) STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:208.570339106 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:206.038449175 score:0 STATS ObjectStat: General_reimer Exit type=0 --- timeInObject:206.038449175 score:0 STATS onExitVehicle: Exit vehicle=ustnk_m1a2 type=0 Pos=-101.313,156.547,7.511 Player exiting General_reimer STATS onPlayerDeath General_reimer rootVehicle=ustnk_m1a2 STATS onPlayerDeath General_reimer triggering ---> onExitVehicle(victim, victim.soldier) STATS ObjectStat: General_reimer Exit type=8 --- timeInObject:208.570339106 score:0 STATS onExitVehicle: Exit vehicle=us_light_soldier type=8 Pos=-101.313,156.547,7.511 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:7.18218372011 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:691.600002526 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:1.63095933036 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:692.218156759 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:7.53179456669 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:692.567767606 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:1.96716021753 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:692.903968493 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:7.86744032379 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:693.23961425 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:2.57066399679 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:693.843118029 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:8.26075663375 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:694.236434339 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:3.0728324896 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:694.738602832 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:8.73633515613 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:695.214181354 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:3.4654005714 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:695.606749436 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:9.09863633903 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:695.969050619 score:0 STATS onPlayerSpawn General_reimer STATS ObjectStat: General_reimer Enter type=8 --- enterAt:696.41436124 score:0 STATS onEnterVehicle: Enter vehicle=us_light_soldier type=8 Pos=-60.882,162.548,-141.435 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer newWeapon=usrif_m4 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=2 --- enterAt:696.41436124 score:0 STATS onPickupKit General_reimer kit=US_Specops STATS onPickupKit General_reimer triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: General_reimer Enter type=4 --- enterAt:696.41436124 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:3.93901919703 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:696.442669245 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:9.38574073981 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:696.729773645 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:4.3599082051 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:697.150662654 score:0 STATS ObjectStat: General_reimer Exit type=2 --- timeInObject:4.56708287805 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:698.449554188 score:0 STATS ObjectStat: General_reimer Enter type=4 --- enterAt:698.449554188 score:0 STATS onEnterVehicle: Enter vehicle=usjep_hmmwv type=4 Pos=-66.752,162.141,-141.649 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:10.8349845722 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:698.599906486 score:0 Resetting enterPctAt for player Oggy.R 1 is in radius. v= mec_heavy_soldier STATS ObjectStat: General_reimer Enter type=2 --- enterAt:726.666616185 score:0 STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:28.2170619969 score:0 STATS onExitVehicle: Exit vehicle=usjep_hmmwv type=4 Pos=-126.727,157.283,-16.007 Player exiting General_reimer 1 is in radius. v= mec_heavy_soldier STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:70.6982525888 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:764.93825087 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:11.1386753596 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:765.241941657 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=rurif_bizon triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:71.0878947622 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=chat_eryx triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=6 --- enterAt:765.63158383 score:0 STATS onPlayerChangeWeapon Oggy.R STATS onPlayerChangeWeapon Oggy.R oldWeapon=chat_eryx triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: Oggy.R Exit type=6 --- timeInObject:11.6103449301 score:0 STATS onPlayerChangeWeapon Oggy.R newWeapon=rurif_bizon triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:766.103253401 score:0 STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:80.3845696657 score:0 STATS ObjectStat: Oggy.R Enter type=20 --- enterAt:775.399928304 score:0 STATS ObjectStat: Oggy.R Enter type=4 --- enterAt:775.399928304 score:0 STATS onEnterVehicle: Enter vehicle=jep_vodnik type=4 Pos=-124.497,156.935,55.695 STATS onPlayerKilled weapon=ARS_D30_Barrel STATS onPlayerKilled object=ars_d30 STATS onPlayerKilled vctm=General_reimer atkr=Oggy.R wepn=ARS_D30_Barrel atkr_vehn=jep_vodnik atkr_veht=4 STATS onDropKit General_reimer kit=US_Specops STATS onDropKit General_reimer triggering --> player.stats.kits[kitType].exit(player) STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:296.175847156 score:0 STATS ObjectStat: General_reimer Exit type=2 --- timeInObject:61.9203359832 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:291.608764277 score:0 STATS onPlayerDeath General_reimer rootVehicle=us_light_soldier STATS onPlayerDeath General_reimer triggering ---> onExitVehicle(victim, victim.soldier) STATS ObjectStat: General_reimer Exit type=8 --- timeInObject:297.152388687 score:0 STATS onExitVehicle: Exit vehicle=us_light_soldier type=8 Pos=-154.321,159.105,37.957 STATS onPlayerSpawn General_reimer STATS ObjectStat: General_reimer Enter type=8 --- enterAt:790.002168042 score:0 STATS onEnterVehicle: Enter vehicle=us_light_soldier type=8 Pos=-80.079,162.548,-159.757 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer newWeapon=usrif_m4 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=2 --- enterAt:790.002168042 score:0 STATS onPickupKit General_reimer kit=US_Specops STATS onPickupKit General_reimer triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: General_reimer Enter type=4 --- enterAt:790.002168042 score:0 STATS ObjectStat: General_reimer Exit type=2 --- timeInObject:70.3655959401 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:798.447427999 score:0 STATS ObjectStat: General_reimer Enter type=0 --- enterAt:798.447427999 score:0 STATS onEnterVehicle: Enter vehicle=usapc_lav25 type=0 Pos=-73.227,162.020,-134.303 STATS ObjectStat: Oggy.R Enter type=7 --- enterAt:809.736146765 score:0 STATS ObjectStat: Oggy.R Exit type=4 --- timeInObject:34.3362184602 score:0 STATS onExitVehicle: Exit vehicle=jep_vodnik type=4 Pos=-80.938,162.445,-153.276 Player exiting Oggy.R STATS ObjectStat: Oggy.R Exit type=7 --- timeInObject:82.2204639968 score:0 STATS ObjectStat: Oggy.R Exit type=20 --- timeInObject:38.0145276177 score:0 STATS ObjectStat: Oggy.R Enter type=20 --- enterAt:811.572041096 score:0 STATS ObjectStat: Oggy.R Enter type=0 --- enterAt:811.572041096 score:0 STATS onEnterVehicle: Enter vehicle=ustnk_m1a2 type=0 Pos=-86.437,161.992,-154.565 Resetting enterPctAt for player General_reimer 0 is in radius. v= usapc_lav25 STATS ObjectStat: General_reimer Enter type=2 --- enterAt:868.896998426 score:0 STATS ObjectStat: General_reimer Exit type=0 --- timeInObject:276.488019603 score:0 STATS onExitVehicle: Exit vehicle=usapc_lav25 type=0 Pos=-161.655,169.114,106.687 Player exiting General_reimer STATS ObjectStat: General_reimer Exit type=2 --- timeInObject:71.5469572603 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:363.239696025 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:870.078359746 score:0 STATS ObjectStat: General_reimer Enter type=0 --- enterAt:870.078359746 score:0 STATS onEnterVehicle: Enter vehicle=usapc_lav25 type=0 Pos=-161.656,169.114,106.686 Resetting enterPctAt for player General_reimer 0 is in radius. v= usapc_lav25 STATS onPlayerKilled weapon=ARS_D30_Barrel STATS onPlayerKilled object=ars_d30 STATS onPlayerKilled vctm=General_reimer atkr=Oggy.R wepn=ARS_D30_Barrel atkr_vehn=ustnk_m1a2 atkr_veht=0 0 is in radius. v= usapc_lav25 STATS onDropKit General_reimer kit=US_Specops STATS onDropKit General_reimer triggering --> player.stats.kits[kitType].exit(player) STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:390.657259195 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:377.64491636 score:0 STATS ObjectStat: General_reimer Exit type=0 --- timeInObject:290.893239938 score:0 STATS onExitVehicle: Exit vehicle=usapc_lav25 type=0 Pos=-159.537,169.046,106.146 Player exiting General_reimer STATS onPlayerDeath General_reimer rootVehicle=usapc_lav25 STATS onPlayerDeath General_reimer triggering ---> onExitVehicle(victim, victim.soldier) STATS ObjectStat: General_reimer Exit type=8 --- timeInObject:391.633800727 score:0 STATS onExitVehicle: Exit vehicle=us_light_soldier type=8 Pos=-159.537,169.046,106.146 STATS onPlayerSpawn General_reimer STATS ObjectStat: General_reimer Enter type=8 --- enterAt:894.518505889 score:0 STATS onEnterVehicle: Enter vehicle=us_heavy_soldier type=8 Pos=-89.500,162.548,-158.000 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer newWeapon=usrif_mp5_a3 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=7 --- enterAt:894.518505889 score:0 STATS onPickupKit General_reimer kit=US_AT STATS onPickupKit General_reimer triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: General_reimer Enter type=0 --- enterAt:894.518505889 score:0 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer oldWeapon=usrif_mp5_a3 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: General_reimer Exit type=7 --- timeInObject:1.77829333367 score:0 STATS onPlayerChangeWeapon General_reimer newWeapon=usatp_predator triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=6 --- enterAt:896.296799223 score:0 Resetting enterPctAt for player Oggy.R 1 is in radius. v= ustnk_m1a2 STATS ObjectStat: General_reimer Exit type=6 --- timeInObject:7.14636269861 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:903.443161922 score:0 STATS ObjectStat: General_reimer Enter type=4 --- enterAt:903.443161922 score:0 STATS onEnterVehicle: Enter vehicle=usjep_hmmwv type=4 Pos=-66.864,162.141,-145.886 Player Manager module initialized Creating new record for player profileId 79881246 Will retrieve medals from GSI... roundMedals: {} Added player 2, mini_/2isen (79881246) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 2 to unlock checking Awards response received: ((1031105, 1), (1031109, 1), (1031109, 2), (1031113, 1), (1031115, 1), (1031115, 2), (1031119, 1), (1031120, 1), (1031120, 2), (1031121, 1), (1031619, 1), (1031923, 1), (1032415, 1), (1190304, 1), (1190601, 1), (1191819, 1), (1220104, 1), (1220104, 2), (1220118, 1), (1220122, 1), (1220803, 1), (1222016, 1), (1260602, 1), (1260602, 2), (1260708, 1), (1260708, 2), (1261109, 1), (1261109, 2), (1261113, 1), (1261115, 1), (1261119, 1), (1261121, 1), (1262612, 1), (1262612, 2), (2051902, 16), (2051907, 6), (2051919, 12), (2191608, 1), (3040109, 0), (3150914, 0), (3151920, 0), (3190105, 0), (3190118, 0), (3190318, 0), (3190605, 0), (3191305, 0), (3211305, 0), (3240102, 0), (3240301, 0), (3240703, 0)) Medal 1260602_1 not found in medal data. Medal 1260602_2 not found in medal data. Medal 1260708_1 not found in medal data. Medal 1260708_2 not found in medal data. Medal 1261109_1 not found in medal data. Medal 1261109_2 not found in medal data. Medal 1261113_1 not found in medal data. Medal 1261115_1 not found in medal data. Medal 1261119_1 not found in medal data. Medal 1261121_1 not found in medal data. Medal 1262612_1 not found in medal data. Medal 1262612_2 not found in medal data. Medal 2051902_16 not found in medal data. Medal 2051907_6 not found in medal data. Medal 2051919_12 not found in medal data. Medal 3190605 not found in medal data. Medal 3191305 not found in medal data. Player medals: {'1031113_1': 1, '3240102': 0, '3190318': 0, '1031923_1': 1, '1031119_1': 1, '1031120_2': 1, '1031120_1': 1, '3190118': 0, '3240301': 0, '1031121_1': 1, '3211305': 0, '1031619_1': 1, '1031115_2': 1, '1220122_1': 1, '1220104_2': 1, '1031115_1': 1, '3150914': 0, '1190601_1': 1, '3151920': 0, '1032415_1': 1, '1031109_2': 1, '1031109_1': 1, '1220803_1': 1, '1191819_1': 1, '1190304_1': 1, '1220104_1': 1, '1222016_1': 1, '1220118_1': 1, '3240703': 0, '1031105_1': 1, '3040109': 0, '3190105': 0} Stats response received for player 2, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 2 (mini_/2isen): (11, 44, 55, 66, 77, 111, 222, 333, 444, 555) Kit unlocks: [1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0] STATS ObjectStat: General_reimer Enter type=6 --- enterAt:938.608371335 score:0 STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:63.38227141 score:0 STATS onExitVehicle: Exit vehicle=usjep_hmmwv type=4 Pos=-150.413,161.070,86.662 Player exiting General_reimer 1 is in radius. v= ustnk_m1a2 STATS onPlayerKilled weapon=Coaxial_browning STATS onPlayerKilled object=ustnk_m1a2 STATS onPlayerKilled vctm=General_reimer atkr=Oggy.R wepn=Coaxial_browning atkr_vehn=ustnk_m1a2 atkr_veht=0 STATS onDropKit General_reimer kit=US_AT STATS onDropKit General_reimer triggering --> player.stats.kits[kitType].exit(player) STATS ObjectStat: General_reimer Exit type=0 --- timeInObject:56.6589308556 score:0 STATS ObjectStat: General_reimer Exit type=6 --- timeInObject:19.7154281089 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:425.379191183 score:0 STATS onPlayerDeath General_reimer rootVehicle=us_heavy_soldier STATS onPlayerDeath General_reimer triggering ---> onExitVehicle(victim, victim.soldier) STATS ObjectStat: General_reimer Exit type=8 --- timeInObject:458.837422851 score:0 STATS onExitVehicle: Exit vehicle=us_heavy_soldier type=8 Pos=-151.531,159.918,85.517 STATS onPlayerSpawn General_reimer STATS ObjectStat: General_reimer Enter type=8 --- enterAt:961.722128014 score:0 STATS onEnterVehicle: Enter vehicle=us_heavy_soldier type=8 Pos=-60.882,162.548,-141.435 STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer newWeapon=usrif_mp5_a3 triggering --> player.stats.weapons[newWeaponType].exit(player) STATS ObjectStat: General_reimer Enter type=7 --- enterAt:961.722128014 score:0 STATS onPickupKit General_reimer kit=US_AT STATS onPickupKit General_reimer triggering --> player.stats.kits[kitType].enter(player) STATS ObjectStat: General_reimer Enter type=0 --- enterAt:961.722128014 score:0 STATS ObjectStat: General_reimer Exit type=7 --- timeInObject:3.43270251616 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:963.376537196 score:0 STATS ObjectStat: General_reimer Enter type=4 --- enterAt:963.376537196 score:0 STATS onEnterVehicle: Enter vehicle=usjep_hmmwv type=4 Pos=-66.752,162.141,-141.650 STATS ObjectStat: General_reimer Enter type=7 --- enterAt:966.685326961 score:0 STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:66.6910611749 score:0 STATS onExitVehicle: Exit vehicle=usjep_hmmwv type=4 Pos=-73.913,162.218,-136.596 Player exiting General_reimer STATS ObjectStat: General_reimer Exit type=7 --- timeInObject:5.38635241341 score:0 STATS ObjectStat: General_reimer Exit type=20 --- timeInObject:430.641630846 score:0 STATS ObjectStat: General_reimer Enter type=20 --- enterAt:968.638976858 score:0 STATS ObjectStat: General_reimer Enter type=4 --- enterAt:968.638976858 score:0 STATS onEnterVehicle: Enter vehicle=usjep_hmmwv type=4 Pos=-74.202,162.143,-136.079 Player Manager module initialized Creating new record for player profileId 135890985 Will retrieve medals from GSI... roundMedals: {} Added player 3, waynecool (135890985) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 3 to unlock checking Awards response received: () Player medals: {} Stats response received for player 3, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 3 (waynecool): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] STATS ObjectStat: General_reimer Enter type=7 --- enterAt:1011.28551766 score:0 STATS ObjectStat: General_reimer Exit type=4 --- timeInObject:109.33760198 score:0 STATS onExitVehicle: Exit vehicle=usjep_hmmwv type=4 Pos=-160.557,162.523,32.112 Player exiting General_reimer STATS onPlayerChangeWeapon General_reimer STATS onPlayerChangeWeapon General_reimer oldWeapon=usrif_mp5_a3 triggering --> player.stats.weapons[oldWeaponType].exit(player) STATS ObjectStat: General_reimer Exit type=7 --- timeInObject:7.18893099594 score:0 STATS onPlayerChangeWeapon General_reimer newWeapon=usatp_predator triggering --> player.stats.weapons[newWeaponType].exit(player) [/blockquote]
Hi, try to avoid this script, sometimes it does not work. Create a file hosts.ics in c:\windows\system32\drivers\etc\ add on line: x.x.x.x bf2web.gamespy.com Where x.x.x.x is the IP of your webserver. On client-side use the external IP of your webserver. On server-side (machine where bf2-server is installed): If your webserver is running on the same machine as your bf2-gameserver try 127.0.0.1. If this doesn't work or your webserver is running on another machine as your bf2-gameserver try the external IP of your webserver (there the /ASP dir is)
I have still problem and these erors i get from the website log [blockquote]BF2-strike_at_karkand_20080420_1727.txt 2008-04-22 17:39:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 133255520 2008-04-22 17:39:54 -- INFO: SNAPSHOT Data File Processed: BF2-strike_at_karkand_20080422_1729.txt 2008-04-22 17:51:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 63532595 2008-04-22 17:51:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 72081561 2008-04-22 17:51:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 133255520 2008-04-22 17:51:54 -- INFO: SNAPSHOT Data File Processed: BF2-strike_at_karkand_20080422_1740.txt 2008-04-22 19:01:04 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 44173372 2008-04-22 19:01:04 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 136327615 2008-04-22 19:01:04 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 95959738 2008-04-22 19:01:04 -- INFO: SNAPSHOT Data File Processed: BF2-strike_at_karkand_20080422_1810.txt 2008-04-22 19:11:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 44173372 2008-04-22 19:11:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 136327615 2008-04-22 19:11:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 95959738 2008-04-22 19:11:54 -- ERROR: ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query String: SELECT victim FROM kills WHERE (attacker = 134123568 2008-04-22 19:11:54 -- INFO: SNAPSHOT Data File Processed: BF2-strike_at_karkand_20080422_1901.txt[/blockquote] I am using mysql 5.1 And i have still these erors [blockquote]Stats response received for player 3, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Stats response received for player 1, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Stats response received for player 2, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Removed player index 3 from player cache STATS onPlayerSpawn Oggy.R[/blockquote] My server config something wrong there? [blockquote]sv.serverName ".:Cursegaming:. Only Karkand" sv.password "" sv.internet 1 sv.serverIP "" sv.serverPort 16567 sv.welcomeMessage "" sv.punkBuster 1 sv.allowFreeCam 0 sv.allowExternalViews 1 sv.allowNoseCam 1 sv.hitIndicator 1 sv.maxPlayers 32 sv.numPlayersNeededToStart 2 sv.notEnoughPlayersRestartDelay 15 sv.startDelay 15 sv.endDelay 15 sv.spawnTime 10 sv.manDownTime 15 sv.endOfRoundDelay 15 sv.ticketRatio 100 sv.roundsPerMap 2 sv.timeLimit 0 sv.scoreLimit 0 sv.soldierFriendlyFire 100 sv.vehicleFriendlyFire 100 sv.soldierSplashFriendlyFire 100 sv.vehicleSplashFriendlyFire 100 sv.tkPunishEnabled 1 sv.tkNumPunishToKick 3 sv.tkPunishByDefault 0 sv.votingEnabled 1 sv.voteTime 60 sv.minPlayersForVoting 2 sv.teamVoteOnly 1 sv.gameSpyPort 29900 sv.allowNATNegotiation 1 sv.interfaceIP "" sv.autoRecord 0 sv.demoIndexURL http:// sv.demoDownloadURL http:// sv.autoDemoHook "adminutils/demo/rotate_demo.exe" sv.demoQuality 1 sv.adminScript "modmanager" sv.timeBeforeRestartMap 15 sv.autoBalanceTeam 1 sv.teamRatioPercent 100 sv.coopBotRatio 50 sv.coopBotCount 1 sv.coopBotDifficulty 50 sv.voipEnabled 0 sv.voipQuality 3 sv.voipServerRemote 0 sv.voipServerRemoteIP "" sv.voipServerPort 55125 sv.voipBFClientPort 55123 sv.voipBFServerPort 55124 sv.voipSharedPassword "" sv.useGlobalRank 1 sv.useGlobalUnlocks 1 sv.sponsorText "" sv.sponsorLogoURL "http://img135.imageshack.us/img135/8205/bf2logoprimarycmykun4.jpg" sv.communityLogoURL "http://img261.imageshack.us/img261/2690/conceptart04jf4.jpg" sv.radioSpamInterval 6 sv.radioMaxSpamFlagCount 6 sv.radioBlockedDurationTime 30 sv.friendlyFireWithMines 0[/blockquote] And... [blockquote]# ------------------------------------------------------------------------------ # BF2Statistics 1.4 - Config File # ------------------------------------------------------------------------------ # Conventions: # 0 -> Disable # 1 -> Enable # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # Debug Logging # ------------------------------------------------------------------------------ debug_enable = 1 debug_log_path = 'python/bf2/logs' # Relative from BF2 base folder debug_fraglog_enable = 0 # Detailed 'Fragalyzer' Logs # ------------------------------------------------------------------------------ # Backend Web Server # ------------------------------------------------------------------------------ http_backend_addr = '127.0.0.1' http_backend_port = 80 http_backend_asp = '/ASP/bf2statistics.php' # ------------------------------------------------------------------------------ # Snapshot Manager # ------------------------------------------------------------------------------ snapshot_prefix = 'BF2' # Prefix Snapshots with this tag # ------------------------------------------------------------------------------ # Medals Processing # ------------------------------------------------------------------------------ medals_custom_data = '' # Suffix for your custom medals file(s) # ------------------------------------------------------------------------------ # Player Manager # ------------------------------------------------------------------------------ pm_backend_pid_manager = 1 pm_local_pid_txt_file = 'python/bf2/pid.txt' # Relative from BF2 base folder pm_ai_player_addr = '127.0.0.1' # Not recommended to change # ------------------------------------------------------------------------------ # Clan Manager # ------------------------------------------------------------------------------ enableClanManager = 0 # Use the Clan Manager to control Access to your server! serverMode = 0 # Mode 1: Clan ONLY (Must be on Clan List to Join Server) # Mode 2: Priority Proving Grounds (Clan Members AND those players that meet # the minimum requirements.Clan Members get priority) # Mode 3: Proving Grounds (Clan Members AND those players that meet the # minimum requirements) # Mode 4: Experts ONLY (Only players that meet the minimum requirements) # Mode 0: Public (Free-for-All. No Restrictions!) # Clan Manager Criteria criteria_data = ( ('clantag', ''), # Clan Tag (Matches First Part of Player Name, used for Whitelist) ('score', 0), # Minimum Global Score ('rank', 0), # Minimum Global Rank ('time', 0), # Minimum Global Time Played ('kdratio', 0), # Minimum Global Kill/Death Ratio ('country', ''), # Registered Country of Origin Code (Seperate multiple by comma ',') ('banned', 10), # Maximum banned count! PermBan is ALWAY BlackListed ) # ------------------------------------------------------------------------------ # Backup Central Community Web Server (OPTIONAL) # ------------------------------------------------------------------------------ http_central_enable = 1 # Use settings above (0, 1, 2) http_central_addr = '127.0.0.1' #Address Central STATS Server http_central_port = 80 http_central_asp = '/ASP/bf2statistics.php' # Note: this cabalility is for linking stats data to a centrally maintained STATS # # server. This could be useful for those who are running a LAN or Tournament # # (with local STATS), but wish to have this data credited to their normal STATS # # DB. There are three (3) options for the central DB update: # # 0: Disabled - 'nuff said! # # 1: Sync - This simply copies the SNAPSHOT as-is to the central DB # # 2: Minimal - Record everything, except Rank & Award data (typically use # # for LANs or Tournaments where local db starts blank) # # ------------------------------------------------------------------------------ # END CONFIGURATION # ------------------------------------------------------------------------------[/blockquote]
for "ERROR: ERROR: You have an error in your SQL syntax ..." check this post http://www.bf2statistics.com/e107_plugins/forum/forum_viewtopic.php?3216.0#post_3983 for "Stats response received for player 3, size 0. Key ktm-4 not found in stats response" please check your servers hosts.ics file if you are redirecting bf2web.gamespy.com to 127.0.0.1
If you get this message you used the hosts-file and not the hosts.ics as i wrote. Please make sure there is no redirect entry in the hosts-file for bf2web.gamespy.com!
Same thing again but not the mysql error !stonedagain [blockquote]============================================== BF2 Logging Started: 04/23/08 18:51:49 ============================================== Stat constants loaded scoring common init Persistant stats module initialized. End of round module initialized. Snapshot module initialized Medal awarding module initialized Global key string: &info=rank,ktm-,dfcp,rpar,vtm-,bksk,scor,wdsk,wkl-,heal,dsab,cdsc,tsql,tsqm,wins,vkl-,twsc,time,kill,rsup,tcdr,vac- Initializing unlock module... Unlock module initialized Fragalyzer log module initialized. [2008-04-23 18:51:49] Info: Creating Multiplay, ModManager v1.7 (www.multiplay.co.uk) [2008-04-23 18:51:49] Info: Loading config 'mods/bf2/settings/modmanager.con' [2008-04-23 18:51:49] Info: Module 'mm_logger' v1.4 loaded [2008-04-23 18:51:49] Info: Module 'mm_logger' initialised [2008-04-23 18:51:49] Info: Initialising Multiplay, ModManager v1.7 [2008-04-23 18:51:49] Info: Starting ModManager Rcon v5.2 on 0.0.0.0:4711 [2008-04-23 18:51:49] Info: Rcon command handler 'login' registered [2008-04-23 18:51:49] Info: Rcon command handler 'logout' registered [2008-04-23 18:51:49] Info: Rcon command handler 'users' registered [2008-04-23 18:51:49] Info: Rcon command handler 'kick' registered [2008-04-23 18:51:49] Info: Rcon command handler 'ban' registered [2008-04-23 18:51:49] Info: Rcon command handler 'banby' registered [2008-04-23 18:51:49] Info: Rcon command handler 'banlist' registered [2008-04-23 18:51:49] Info: Rcon command handler 'unban' registered [2008-04-23 18:51:49] Info: Rcon command handler 'clearbans' registered [2008-04-23 18:51:49] Info: Rcon command handler 'list' registered [2008-04-23 18:51:49] Info: Rcon command handler 'profileid' registered [2008-04-23 18:51:49] Info: Rcon command handler 'profileids' registered [2008-04-23 18:51:49] Info: Rcon command handler 'maplist' registered [2008-04-23 18:51:49] Info: Rcon command handler 'map' registered [2008-04-23 18:51:49] Info: Rcon command handler 'exec' registered [2008-04-23 18:51:49] Info: Rcon command handler 'help' registered [2008-04-23 18:51:49] Info: Rcon command handler '?' registered (alias) [2008-04-23 18:51:49] Info: ModManager Rcon started [2008-04-23 18:51:49] Info: Module 'mm_rcon' v5.2 loaded [2008-04-23 18:51:49] Info: Module 'mm_rcon' initialised [2008-04-23 18:51:49] Info: Module 'mm_banmanager' v3.5 loaded [2008-04-23 18:51:49] Info: Rcon command handler 'bm' registered [2008-04-23 18:51:49] Info: Module 'mm_banmanager' initialised [2008-04-23 18:51:49] Info: Module 'mm_tk_punish' v1.9 loaded [2008-04-23 18:51:49] Info: Module 'mm_kicker' v2.4 loaded [2008-04-23 18:51:49] Info: Module 'mm_announcer' v1.6 loaded [2008-04-23 18:51:49] Info: Module 'mm_bf2cc' v6.6 loaded [2008-04-23 18:51:49] Info: Module 'mm_autobalance' v2.1 loaded [2008-04-23 18:51:49] Info: Loaded 5 additional modules [2008-04-23 18:51:49] Info: Rcon command handler 'mm' registered [2008-04-23 18:51:49] Info: Module 'mm_tk_punish' initialised [2008-04-23 18:51:49] Info: Rcon command handler 'kicker' registered [2008-04-23 18:51:49] Info: Module 'mm_kicker' initialised [2008-04-23 18:51:49] Info: Rcon command handler 'announcer' registered [2008-04-23 18:51:49] Info: Module 'mm_announcer' initialised [2008-04-23 18:51:49] Info: Rcon command handler 'bf2cc' registered [2008-04-23 18:51:49] Info: Module 'mm_bf2cc' initialised [2008-04-23 18:51:49] Info: Module 'mm_autobalance' initialised [2008-04-23 18:51:49] Info: Initialised 5 modules gpm_cq.py initialized Reset orderiterator to 0 based on highest pid kept Reloading players [2008-04-23 18:52:11] Info: Validating maplist Conquest gamemode initialized. Player Manager module initialized Creating new record for player profileId 72081561 Will retrieve medals from GSI... roundMedals: {} Added player 0, General_reimer (72081561) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 0 to unlock checking Awards response received: () Player medals: {} Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 0 (General_reimer): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Player Manager module initialized Creating new record for player profileId 63532595 Will retrieve medals from GSI... roundMedals: {} Added player 1, Oggy.R (63532595) to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Unlock module: onPlayerConnect Requesting unlocks: Success Added player 1 to unlock checking Awards response received: () Player medals: {} Stats response received for player 1, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Unlocks received for player 1 (Oggy.R): () Kit unlocks: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Reset orderiterator to 2 based on highest pid kept Player id=0 found in sessionPlayerMedalMap Resetting unkept round-only medals... roundMedals: {} Readded player 0 to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Player id=1 found in sessionPlayerMedalMap Resetting unkept round-only medals... roundMedals: {} Readded player 1 to medal/rank checking Getting Stats... Requesting player STATS Requesting player AWARDS Conquest gamemode initialized. Timer object destroyed (rc 0) Awards response received: () Player medals: {} Awards response received: () Player medals: {} Stats response received for player 1, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response Stats response received for player 0, size 0. Key ktm-4 not found in stats response Key ktm-5 not found in stats response Key ktm-6 not found in stats response Key dfcp not found in stats response Key ktm-0 not found in stats response Key ktm-1 not found in stats response Key ktm-2 not found in stats response Key ktm-3 not found in stats response Key rpar not found in stats response Key vtm-4 not found in stats response Key bksk not found in stats response Key vtm-1 not found in stats response Key vtm-0 not found in stats response Key vtm-3 not found in stats response Key scor not found in stats response Key wdsk not found in stats response Key wkl-9 not found in stats response Key heal not found in stats response Key wkl-5 not found in stats response Key dsab not found in stats response Key wkl-11 not found in stats response Key cdsc not found in stats response Key tsql not found in stats response Key tsqm not found in stats response Key wins not found in stats response Key vkl-1 not found in stats response Key vkl-0 not found in stats response Key vkl-3 not found in stats response Key twsc not found in stats response Key time not found in stats response Key kill not found in stats response Key rsup not found in stats response Key tcdr not found in stats response Key rank not found in stats response[/blockquote] I have create a file in system32/drivers/etc Named hosts.ics i created the file with wordpad and saved in RTF format. The file have this text [blockquote]127.0.0.1 bf2web.gamespy.com[/blockquote]
Are you still getting the error message in your screenshot above? Please do a ping bf2web.gamespy.com if you don't get 127.0.0.1 you have to check the file again. I would prefer using notepad for such things.
Please try this: open notepad type in '127.0.0.1 bf2web.gamespy.com' save as hosts.txt open explorer rename hosts.txt to host.ics copy hosts.ics to c:\windows\system32\drivers\etc (or similar)
Now it´s working i did following: Copy the orginal hosts file and paste into same folder (etc) Renamed it to hosts.ics open the file with notepad and insert 127.0.0.1 bf2web.gamespy.com on a new line saved and exit Working !
when you saved the wordpad file for the HOSTS.ics it probably has the incorrect file extension. Make sure youare able to see the file extensions in that folder and remove the .doc or .txt extension so it looks like just HOSTS.ics
Edited the original hosts file in c:\windows\system32\drivers\etc and it's worked perfect. Thank you.
Zombie post lol but sorry when i name the hosts file .ics vista associates it with icanlander what else can i do?