mIRC Home    About    Download    Register    News    Help

Print Thread
#71299 13/02/04 02:56 PM
Joined: Jan 2004
Posts: 24
W
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Jan 2004
Posts: 24
Hey, how can I make sockets change their ip's? by using an HTTP proxy thing.
This is what I made:
on *:sockopen:cloner*:{
if ($sockerr > 0) { return }
sockwrite $sockname CONNECT 64.152.4.145 8080 HTTP/1.0
sockwrite $sockname $crlf
sockwrite $sockname $crlf
}

I'd appreciate it if you could help me.

#71300 13/02/04 03:20 PM
Joined: Dec 2002
Posts: 25
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 25
Take a look at RFC2068. It has information on HTTP proxies. It's a big document that covers the entire HTTP1.1 standard, but if you're persistant and curious I'm sure you'll love exploring it :-)

#71301 13/02/04 03:26 PM
Joined: Jan 2004
Posts: 24
W
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Jan 2004
Posts: 24
Alright thanks man


Link Copied to Clipboard