Switch to full style
Discussions about Coollector.
Post a reply

Thu Jul 17, 2008 7:29 am

mchangizi wrote:thank u very much for your perseverence

Thank YOU for helping me make Coollector work with proxies. Probably others also had this problem, but didn't report.

mchangizi wrote:sting value name is ''AutoConfigUrl'' , type is ''REG_SZ'' , data is "http://internet.edbi.ir/proxy.js"

Unfortunately, it's not what I need. The proxy server info should have the form "<address>:<port>", for instance "coollector.com:80".

On my system, the interesting keys are named "ProxyServer" and "ProxyEnable". I must find how they are named on your system.

mchangizi wrote:how can i upload the photo of these setting for u :cry2:

Please mail me the photo at this address: support at coollector dot com

Thu Jul 17, 2008 11:16 am

as u know the setting of my proxy server in internet explorer is expty and in ''automatic configuration script'' section i have to write http://internet.edbi.ir/proxy.js . i think i did something useful for u . i downloaded the java script proxy.js and i will let u see what's inside :


function FindProxyForURL (url,host) {
if (isInNet(host, "192.168.0.0","255.255.0.0") || isInNet(host, "127.0.0.1","255.255.255.255") || isInNet(host, "10.10.10.0","255.255.255.0") )
return "DIRECT";
else if (isInNet(myIpAddress(), "192.168.204.0", "255.255.252.0") || isInNet(myIpAddress(), "192.168.0.0", "255.255.255.0"))

return "PROXY 10.10.10.9:8080";
else

return "PROXY 192.168.168.11:80" ;

hope it may help

Thu Jul 17, 2008 12:00 pm

Thank you, I didn't have permission to access http://internet.edbi.ir

I will prepare several versions, and you'll tell me if some are working.

Thu Jul 17, 2008 12:12 pm

Do you get something with one of those versions ?

http://www.coollector.com/Coollector_proxy.exe

http://www.coollector.com/Coollector_proxy2.exe

Sun Jul 20, 2008 8:12 am

unfortunately it did not work. i got an antivirus called avast and in it's setting tab (upgate connection) proxy tab there is a choice (auto detect ) use iternet explorer settings. isn't it possible to add such a thing in coollector update section ?

Sun Jul 20, 2008 8:47 am

I had some hope that one of the two versions would work, but I'm not really surprised that it doesn't. I will prepare 2 other versions, and I'm nearly sure that one of them will work. They'll be ready in a few hours.

Sun Jul 20, 2008 1:26 pm

I have made 2 new versions:

http://www.coollector.com/Coollector_proxy.exe

http://www.coollector.com/Coollector_proxy2.exe

I'm almost sure one of the two will work, I just need to know which one...

Thank you very much for your help !
Post a reply