mIRC Home    About    Download    Register    News    Help

Print Thread
#111491 16/02/05 06:50 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
Can anyone tell me what protocol or how sock4,sock5 or proxy connect to irc server using socket?

#111492 16/02/05 03:31 PM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
You should look up the irc rfc and you do sockopen IRCPROXY ProxyIP ProxyPort
when you write to the proxy
/sockwrite -n IRCPROXY connect irc.myserver.com
then you have to write your user name and nickname and what not thats in the rfc

#111493 17/02/05 04:27 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
I already know that one but some one told me that sock4,sock5 and proxy have a different method to connect to irc. and... what is the method? can anyone help..

#111494 17/02/05 08:31 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
well the above will work for normal proxy for socks youll have to look up the rfc's

#111495 17/02/05 08:52 AM
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
can you give the url pls?
i have rfc for smtp and http.. should i look in there? tq

#111496 17/02/05 11:23 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
http://www.socks.permeo.com/TechnicalResources/ProtocolDocuments.asp

If you want to implement these protocols in mIRC, you have to be familiar with the use of binary variables.


Link Copied to Clipboard