Author | Message | Time |
---|---|---|
vonLandenhausen | i want to check if port 6112 is accesible from the college computer... can someone post the code for doing so here ;D thx | November 5, 2004, 4:45 PM |
Myndfyr | Let's play a game of "What is More Likely?" 1.) You thoroughly know C++ but simply cannot figure out how to understand the C++ library documentation on opening a socket and connecting to a port on another machine. 2.) You know some other language thoroughly but still (beyond all reason) posted in the C++ forum. 3.) You don't know how to program and are just asking to leech. In any case, why do you want *code*? Why can't someone just compile a VERY quick .exe for you? Or even better, if you have ANY Battle.net game or bot, why don't you just try to connect to Battle.net without using BNLS? If it works, then port 6112 is accessible. If it doesn't work, port 6112 is not. | November 5, 2004, 5:14 PM |
Adron | Even better, why doesn't he use the simplest "bot" available on virtually every windows or non-windows installation? It's called "telnet".... | November 5, 2004, 5:25 PM |
Myndfyr | [quote author=Adron link=topic=9428.msg87512#msg87512 date=1099675525] Even better, why doesn't he use the simplest "bot" available on virtually every windows or non-windows installation? It's called "telnet".... [/quote] You know, you're right Adron. I didn't even think about it. The seething wave of rage overtook me and blinded my clairvoyance. | November 5, 2004, 8:25 PM |
Mephisto | [quote author=MyndFyre link=topic=9428.msg87520#msg87520 date=1099686352] [quote author=Adron link=topic=9428.msg87512#msg87512 date=1099675525] Even better, why doesn't he use the simplest "bot" available on virtually every windows or non-windows installation? It's called "telnet".... [/quote] You know, you're right Adron. I didn't even think about it. The seething wave of rage overtook me and blinded my clairvoyance. [/quote] :) | November 5, 2004, 10:49 PM |
vonLandenhausen | [quote author=MyndFyre link=topic=9428.msg87510#msg87510 date=1099674855] Let's play a game of "What is More Likely?" 1.) You thoroughly know C++ but simply cannot figure out how to understand the C++ library documentation on opening a socket and connecting to a port on another machine. [/quote] yep... can someone post the code doing so : ) | November 6, 2004, 1:43 PM |
Myndfyr | [quote author=vonLandenhausen link=topic=9428.msg87614#msg87614 date=1099748631] [quote author=MyndFyre link=topic=9428.msg87510#msg87510 date=1099674855] Let's play a game of "What is More Likely?" 1.) You thoroughly know C++ but simply cannot figure out how to understand the C++ library documentation on opening a socket and connecting to a port on another machine. [/quote] yep... can someone post the code doing so : ) [/quote] [code] Start->Run...->telnet<enter> open<enter> uswest.battle.net 6112<enter> [/code] | November 6, 2004, 7:11 PM |
vonLandenhausen | thats what i needed. thx | November 8, 2004, 1:02 PM |
Yoni | Also a nice way to find out your external IP. Telnet to a Battle.net server on port 6112 and send a lowercase c. | November 8, 2004, 1:37 PM |