Re: SimpleUpdater - Rev. 10.66 / 2013/04/24
Posted: 25 Apr 2013 18:12
Ok, everything works fine now, thank you.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Marco wrote:Ah ah yes, originally it was "3600" * "1", i.e. numbers of second in one hour times one hour. Now it should be "3600" * "1.5".PeterH wrote:Sorry to be a bit OT, but isn't
< ("5400" * "1")
absolutely identical to
< 5400
but the latter seems to look "a bit more easy to read"?
I quote everything, you never can tell...admin wrote:Yes, and why quote numbers???
Code: Select all
msg 4*2;
msg "4*2";
No error message, but the command runs extremely long... more than a minute.-in the ini file, clear the value LastModified
-still in the ini file, raise the Delay value to something high like 4000
-then run the attached script; once it goes in stepping mode, go to the variables and paste here the last one, i.e. $command
-click Continue; a dos window will pop up, close it after 4-5 seconds and tell me if it contains any error message
LittleBiG wrote:No error message, but the command runs extremely long... more than a minute.-in the ini file, clear the value LastModified
-still in the ini file, raise the Delay value to something high like 4000
-then run the attached script; once it goes in stepping mode, go to the variables and paste here the last one, i.e. $command
-click Continue; a dos window will pop up, close it after 4-5 seconds and tell me if it contains any error messageHowever, I reach internet in a very tricky way involving VPN for a while... I have just tried with another computer it doesn't work also. I think somehow this whole thing doesn't work behind proxy server, because on my home computer there isn't any problem.
So you're experiencing the same problem of Filehero ( http://www.xyplorer.com/xyfc/viewtopic. ... 016#p78016 )...binocular222 wrote:Me too, it doesn't work if internet is connected via proxy
Code: Select all
html("http://www.xyplorer.com/index.php");No! It shows the webpage of XY correctly!Marco wrote:So, just to get it right, running
Code:
html("http://www.xyplorer.com/index.php");
from XY while behind a proxy does generate a blank page?
Code: Select all
text readurl("http://www.xyplorer.com/index.php");Likewise!Marco wrote:And this?Code: Select all
text readurl("http://www.xyplorer.com/index.php");
Sure. 150000 was the biggest I tried. Not that cuases the problem.Marco wrote:ve you tried raising the Delay value to an high value, like 4000?
No. It is not a slow one. A complete McAffee Endpoint Protection is installed on it.Marco wrote:Do you use a firewall? Are you using a slow computer?
I could rely on one of the many sites that analyze http headers, butLittleBiG wrote:Sure. 150000 was the biggest I tried. Not that cuases the problem.Marco wrote:ve you tried raising the Delay value to an high value, like 4000?No. It is not a slow one. A complete McAffee Endpoint Protection is installed on it.Marco wrote:Do you use a firewall? Are you using a slow computer?
Isn't there any alternative solution getting info into http_response.txt apart from that vbs script?
Yes, I am sure because the problem exists on my other, completely different computer. (Other network, other OS, other security solution)Marco wrote:Are you sure that mcafee doesn't interfere with the vbs connecting to the internet? I know my CIS warns me if that vbs connects to the internet and writes a txt file, so I whitelisted it.