I would like to do something like this:
readfilethingy("www.mywebsite.com/update.txt"); //fail
with update.txt being this:
3.4
http://www.newupdatedownloadlocation.com/
//OR just the http location
with the result being:
*user clicks on update button*
"NEW UPDATE IS AVAILABLE! :D"
*Clicks download*
*Download on .exe starts*
So, is it possible? I have searched and searched on google with no results...