Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: pianka on February 09, 2005, 03:18 PM

Title: Socks4/5
Post by: pianka on February 09, 2005, 03:18 PM
There have been a lot of questions about how to add proxy support to a bot in this forum; I wrote a tutorial:

http://pianka.net/tutorials/Socks.txt

I just figured I'd post it here if anybody wanted it.

Edit: Should this go in the Bot Development forum?
Title: Re: Socks4/5
Post by: QwertyMonster on February 09, 2005, 03:58 PM
Heh nice tutorial.

This can belong anywhere to be honest, try posting it in Bot Devolpment as well to get more attention to it.
Title: Re: Socks4/5
Post by: MyndFyre on February 09, 2005, 06:16 PM
Overall a nicely-written tutorial.  I liked:
Quote
Our server will be 12.34.56.789 and port will
be 1080.
which completely ignores the fact that 789 is outside the valid range of values that an individual part of an IP address can take (as each is supposed to be only a single byte).
Title: Re: Socks4/5
Post by: pianka on February 09, 2005, 06:37 PM
Quote from: MyndFyre on February 09, 2005, 06:16 PM
which completely ignores the fact that 789 is outside the valid range of values that an individual part of an IP address can take (as each is supposed to be only a single byte).

Valid point, but I'm not sure that anybody will actually try to use that as a proxy...otherwise I doubt they'd actually understand the rest of the tutorial. It was just an example. If your heart so desires, I can change it?
Title: Re: Socks4/5
Post by: Eric on February 09, 2005, 06:40 PM
Why would someone want to use that when a much more in-depth tutorial can be found here (http://www.socks.permeo.com/TechnicalResources/ProtocolDocuments.asp)?
Title: Re: Socks4/5
Post by: Joe[x86] on February 09, 2005, 09:59 PM
Because that link was yet to be posted, milord.
Title: Re: Socks4/5
Post by: pianka on February 10, 2005, 05:27 PM
LoRd: You forget that the point of a tutorial is to learn and the link you just posted is documentation. Someone who doesn't know how to code it, can use my tutorial; someone who knows how to code but needs the protocol layout, can use the documentation provided.