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?
A TG007 community discussion started by Gazzy.
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?
your IP looks leet ![]()
----
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)
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(![]()
Sign in to reply or start a new topic where your account has permission.