SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

Push version

This commit is contained in:
MadMakz 2012-11-15 12:14:28 +01:00
parent e99cf2b001
commit 0504d8ee04
2 changed files with 3 additions and 6 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.69
#AutoIt3Wrapper_Res_Fileversion=1.1.0.72
#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
@ -28,11 +28,9 @@
#AutoIt3Wrapper_Res_Description=SMACheck - smacbans.com
#AutoIt3Wrapper_Res_LegalCopyright=SMACbans.com
#AutoIt3Wrapper_Res_Field=CompanyName|SpiffyTek (http://spiffytek.com)
;#AutoIt3Wrapper_Res_Field=Author|
#AutoIt3Wrapper_res_file_add=.\resources\gfx\guibg.jpg, rt_rcdata, img_bg ; http://www.autoitscript.com/forum/topic/51103-resources-udf/
#AutoIt3Wrapper_res_file_add=.\resources\gfx\GUiBG_PopUp.jpg, rt_rcdata, img_bg_popup
;#AutoIt3Wrapper_Res_File_Add=.\bg.bmp, rt_bitmap, img_bg
;; Ui Statuscions
#AutoIt3Wrapper_res_file_add=.\resources\gfx\tick16.png, rt_rcdata, tick.png
@ -297,7 +295,7 @@
;############################################################################################
Global $VERSION = "1.1.0 DEV"
Global $VERSION = "1.1.1 DEV"
#NoTrayIcon

View File

@ -3,8 +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://labor.spiffytek.com/smacheck/api/steamid/" & $input, 19)
Local $oXML = InetRead("http://api.spiffytek.com/pub/smacheck/steamid/" & $input, 19)
If @error <> 0 Then
_printError("noapi")
Return "ERROR_HANDELED"