Self Update

07/28/2014 22:11 xKemya#1
-Done-
07/28/2014 22:24 alpines#2
What do you want to do exactly?
07/28/2014 22:48 YatoDev#3
make a var with a string of the current programm version
request a txt file from a webspace with the newest version
if current <> newest then download new
07/29/2014 19:00 xKemya#4
Quote:
Originally Posted by »FlutterShy™ View Post
make a var with a string of the current programm version
request a txt file from a webspace with the newest version
if current <> newest then download new
Thanks, but already made it with another language, anyway thanks for the help.
07/29/2014 21:06 YatoDev#5
Quote:
Originally Posted by "V" View Post
Thanks, but already made it with another language, anyway thanks for the help.
its the same in all languages
08/01/2014 23:13 .SenSatioNx3'#6
i have made in my Bots the InetGet & IniRead Funk and Upload a Textfile on your homepage maybe "www.yourprog.de/data.txt " and check the var.. its better than you can do it like so:
0 = Offline - InetGet("...") and if $InetGet = 0 then exit
1 = Online - InetGet("...") and if $InetGet = 1 then nothing maybe Sleep(1)
2 = Update - InetGet("...") and if $InetGet = 2 then InetGet(your File.exe)