SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

ESL check (#54)

--HG--
branch : 1.1
This commit is contained in:
MadMakz 2012-11-14 00:49:05 +01:00
parent 55b0467124
commit 9dab1c7240
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.1.0.65
#AutoIt3Wrapper_Res_Fileversion=1.1.0.66
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1033 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx

View File

@ -3,7 +3,7 @@
;; SMAC XML APi
Func lookupSteamId($input)
HttpSetUserAgent("SMACheck/" & FileGetVersion(@ScriptName, "FileVersion"))
;Local $oXML = InetRead("http://api.spiffytek.com/pub/smacheck/-testing/steamid/" & $input, 19)
;Local $oXML = InetRead("http://api.spiffytek.com/pub/smacheck/steamid/" & $input, 19)
Local $oXML = InetRead("http://labor.spiffytek.com/smacheck/api/steamid/" & $input, 19)
If @error <> 0 Then
_printError("noapi")
@ -75,7 +75,7 @@ Func lookupSteamId($input)
$return[8] = $bEac[1]
$return[9] = $bEsea[1]
$return[10] = $bKac[1]
$return[11] = -1
$return[11] = $bEsl[1]
Else
Local $oStatus = "SteamID is not banned"
Local $return[12]
@ -90,7 +90,7 @@ Func lookupSteamId($input)
$return[8] = $bEac[1]
$return[9] = $bEsea[1]
$return[10] = $bKac[1]
$return[11] = -1
$return[11] = $bEsl[1]
EndIf
Else