Skip to content
MSN

* [10101] Host disconnected

A TG007 community discussion started by Gazzy.

Discussion 6 posts
Page 1 of 1
Open
Topic #6782 · 6 published posts · 1,884 views

Hello, I wrote a new connection for myself with mIRC 6.17 but i get this every so often for some reason

 

* [10101] Host disconnected

-

* Disconnected

-

* Open sockets:

-

meOw 207.68.167.251:6667 tcp active (on: 82.6.77.hax 3420)

-

 

anybody know why?

Edited Jun 3, 2006 2:56 PM by Gazzy

your IP looks leet :lolwave:

 

----

 

but no idea about that..do you have a timer that keeps the ports open and connected ?

Ignorance Is Bliss

Do you use random ports to connect? If not, thats your problem most likely.

I use port 4444 for the mIRC socket? i changed that last bit of my ip to hax on here lol:p yea i use a timer for the finds server but not for the mIRC socket if ($sock(meOw)) sockwrite -n meOw $cr

 

(It ain't the finds that disconnects btw that stays open)

Edited Jun 3, 2006 4:51 PM by Gazzy

After you do a lookup, for the connect, set your port to connect to a random one.

var %port = $rand(1111,9999)

Then check to see if its open

while (!$portfree(%port)) { var %port $rand(1111,9999) }

Something like that should help.

Cheers I'll look into it(B)