Is there any reason why any of this would result in endless waiting (status changes to 'downloading' and then it just counts time)
tool fetch url="http://www.some.com/something.hr/mt/upd ... yyyy-mm-dd hh:mm" mode=http
this results the same
tool fetch address="www.some.com" src-path="/something.hr/mt/update.php?u=1&p=b9fedbb1b5952500c58208097c808db1&d=7&i=0.0.0.0&s=x86&v=ver&t=yyyy-mm-dd hh:mm" mode=http
And allso, is there a way to read the file?
The php file enters the information into SQL and if successful, returnd character 1 (or 0 if unsuccessful)
so i can do something if returned 0 or 1?
thanks