mIRC Home    About    Download    Register    News    Help

Print Thread
V
viniv
viniv
V
getting disconnected.

About every 10 minutes ?

I run an online NA meeting and this just started happening recently have been doing the meetings for months .

I Appreciate any help and suggestions,

Vini

L
LostShadow
LostShadow
L
Sure could help if you told us the disconnect reason.

V
viniv
viniv
V
I have no idea WHY, I don't get any sort of error or reason, does that help?

Should I check a log or something?


I have very little knowledge of this particular program.

Last edited by viniv; 30/01/08 10:30 PM.
V
viniv
viniv
V
[10053] Software caused connection abort

Joined: Dec 2002
Posts: 1,995
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,995

Try this...

mirc options (alt+o) > connect > options > select check for timed out connection

V
viniv
viniv
V
Rock that one is checked, there all checked except Preserve nicknames

L
LostShadow
LostShadow
L
Looks more like an ISP thing. Your Internet connection.

Or random dos attacks or something.

Contact your ISP for support and see about what they know on their side.

V
viniv
viniv
V
Ok thanks for the help its kicking me every 5 minutes now I don't have trouble with anything else on the internet but this one most important thing.

Appreciate your help.

Joined: Dec 2002
Posts: 1,995
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,995

Try pasting these two lines of code into your remotes (alt+r > remote tab)

Code:

on *:START:.timerAnti-10053 -o 0 60 scon -at1 raw -q ping Anti-10053
on ^*:PONG:if ($2 == Anti-10053) haltdef



Also, undo what I told you before...
mirc options (alt+o) > connect > options > de-select check for timed out connection

~ Edit ~
Restart mIRC to activate that code.


V
viniv
viniv
V
I'll try it rock I have a meeting to run in just a few minutes

earlier today I was able to stay on for awhile I have a feeling someone is messing with me, just my gut but theres a certain person who got banned from the board who knows mIRC wuite well and is upset with me about a decision I had to make, not the banning but some other issue, it may be him.

Been online 15 minutes now seems to be working so far laugh

Last edited by viniv; 31/01/08 03:03 AM.
V
viniv
viniv
V
Originally Posted By: RoCk

Try pasting these two lines of code into your remotes (alt+r > remote tab)

Code:

on *:START:.timerAnti-10053 -o 0 60 scon -at1 raw -q ping Anti-10053
on ^*:PONG:if ($2 == Anti-10053) haltdef



Also, undo what I told you before...
mirc options (alt+o) > connect > options > de-select check for timed out connection

~ Edit ~
Restart mIRC to activate that code.



Ok I have entered that code thanks Rock so far so good time will tell, thanks again

V
viniv
viniv
V
Just going to bump this its been working great until latley so redid the script and see if that fixes it .

K
kevin1gamer
kevin1gamer
K
The code didn't work.

Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Because software aborts are not always fixable by scripts. When they're not, it usually implies that there's something more serious going on-- usually a hardware issue, like your router is dying, NIC is faulty or your line to the ISP (including any ethernet cables) might be screwed up.

But if the script actually works, the software abort is likely due to a misconfigured mIRC or BNC that is suppressing anti-idle events. Basically, if the above script actually fixed your issue, you didn't *really* have the issue to begin with.


Link Copied to Clipboard