• Welcome to Valhalla Legends Archive.
 

Socks4/5

Started by pianka, February 09, 2005, 03:18 PM

Previous topic - Next topic

pianka

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?

QwertyMonster

Heh nice tutorial.

This can belong anywhere to be honest, try posting it in Bot Devolpment as well to get more attention to it.

MyndFyre

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).
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

pianka

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?

Eric

#4
Why would someone want to use that when a much more in-depth tutorial can be found here?

Joe[x86]

Because that link was yet to be posted, milord.
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

pianka

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.