Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Yegg on November 08, 2004, 05:38 PM

Title: Strange IPBan
Post by: Yegg on November 08, 2004, 05:38 PM
im not sur y but whenever i try to connect to my bot it gives me a timeout error. and then after this happens and i try connecting through my stealthbot, i get the ipbanned error. then i reconnect the internet to try and fix this problem. and it happens all over again. my bot used 2 connect fine (its using hashes), but after a problem with my dsl internet box it started having this problem. The box is fixed now but im not sur if it may have caused something. if i fix this problem, i'll update my post. also, i just connected through a stealthbot and an older bot of mine that uses bnls, and they both stayed on at the same time. so im guessing the hashes have something wrong with them, temporarily? i was just wondering? when i connect by doing wsBNET.Connect VarServer, "6112" um should 6112 not have quotes around it?
Title: Re: Strange IPBan
Post by: Hdx on November 08, 2004, 06:58 PM
no they shouldn't have "s, mine don't and it works just fine.
Most likly your sedning smething wrong in w/e packets your able to send. Maby wrong order of information 0.o?
Try packetloggin your project. May help you understand whats wrong.
~-~(HDX)~-~
Title: Re: Strange IPBan
Post by: Newby on November 08, 2004, 07:47 PM
...connecting doesn't IPBan you.
Title: Re: Strange IPBan
Post by: Dyndrilliac on November 08, 2004, 07:57 PM
Quote from: Yegg on November 08, 2004, 05:38 PMum should 6112 not have quotes around it?

Is 6112 supposed to be a string?
Title: Re: Strange IPBan
Post by: Yegg on November 08, 2004, 08:34 PM
thats like the port

wsBNET.Connect VarServer, 6112

also, in the following code should it be

    pbuffer.InsertDWORD &HC9

or

    pbuffer.InsertDWORD "&HC9"
Title: Re: Strange IPBan
Post by: Newby on November 08, 2004, 08:42 PM
Quote from: Yegg on November 08, 2004, 08:34 PM
thats like the port

wsBNET.Connect VarServer, 6112

also, in the following code should it be

    pbuffer.InsertDWORD &HC9

or

    pbuffer.InsertDWORD "&HC9"
That's "like" the port? That "is" the port.

*smack*
Title: Re: Strange IPBan
Post by: Yegg on November 08, 2004, 08:46 PM
lol ouch
i change some stuff arond i am now getting the following error.

[9:46:50 PM] Connected!
[9:46:50 PM] The connection is reset by remote side
Title: Re: Strange IPBan
Post by: Dyndrilliac on November 08, 2004, 09:10 PM
Remember that you never put anything in quotes unless it is of the String data type.

Also, your post is cryptic. More information. What did you change it to/from?
Title: Re: Strange IPBan
Post by: Yegg on November 09, 2004, 03:18 PM
Ok i fixed this error, my bot works correctly now.
Title: Re: Strange IPBan
Post by: Minux on November 15, 2004, 08:30 PM
Quote from: Dyndrilliac on November 08, 2004, 09:10 PM
Remember that you never put anything in quotes unless it is of the String data type.

Also, your post is cryptic. More information. What did you change it to/from?

Quote from: Yegg on November 09, 2004, 03:18 PM
Ok i fixed this error, my bot works correctly now.

Thanks for informing the public Mr.Yegg. This will be remembered when you wish for help and the one who figures it out decides Yegg doesn't deserve to know.