mIRC Home    About    Download    Register    News    Help

Print Thread
#73379 02/03/04 05:57 PM
Joined: Mar 2004
Posts: 7
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Mar 2004
Posts: 7
Can i use a mIRC script to open a web page though a proxy ? An alias for example ! wen i use /alias [www.webpage.com] [proxy] the script to open me the page www.webpage.com through proxy in IE !


Just Be Original !
#73380 02/03/04 08:50 PM
Joined: Nov 2003
Posts: 25
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Nov 2003
Posts: 25
Maybe try a link http://[proxy host]:[proxy port]/http://www.webpage.com

Of course, this is only for http proxies, not a SOCKS.

#73381 02/03/04 10:53 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Only HTTP Proxies?

#73382 02/03/04 10:57 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
I heard that with older versions of IE (probably 5 and former) you could use this syntax in the address bar:
  • http://proxy:host/-_-http://proxy:host/-_-http://site.com/
But, not anymore. Apparently MS didn't like the idea of kiddies avoiding webmasters by hiding behind proxy chains.

#73383 02/03/04 11:46 PM
Joined: Nov 2003
Posts: 25
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Nov 2003
Posts: 25
I attempted to check.. did'nt work with IE 5.0 frown

#73384 02/03/04 11:54 PM
Joined: Nov 2003
Posts: 25
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Nov 2003
Posts: 25
IE have been inserted slash before URL (/http://www.website.com).
Maybe simple proxy in mirc script (for modify URL and redirect to upstream proxy) has a solution?

#73385 02/03/04 11:56 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Yea, maybe it's the only solution.

#73386 03/03/04 06:10 AM
Joined: Nov 2003
Posts: 25
B
Ameglian cow
Offline
Ameglian cow
B
Joined: Nov 2003
Posts: 25
Another method.
You can use that script, to operate Windows registry trough COM. .txt]http://www.mircscripts.org/downloads/regman[12-18].txt
IE stores proxy settings in a key: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
Format is http=host:port;ftp=host:port;socks=host:port etc.
Use regedit to examine that settings.
HEX value on HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnabled must be set to 1.
But be carreful. Windows registry is a dangerous place for experiments smile

Sorry for my english.

#73387 03/03/04 06:06 PM
Joined: Mar 2004
Posts: 7
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Mar 2004
Posts: 7
10x , I really dindn't think about that . I heard about the http://proxy:host/-_-http://proxy:host/-_-http://site.com/ , i tried it and it doesn't work (IE 5.0 ) neighter the http://[proxy host]:[proxy port]/http://www.webpage.com doesn't work !
The version with the registry is verry helpfull !


Just Be Original !

Link Copied to Clipboard