Search found 243 matches

by andyc
Tue Oct 09, 2007 9:37 am
Forum: Discussion on MSN for mIRC
Topic: Version 3.63 Discussion (new October 2007)
Replies: 8
Views: 48543

What is it you're trying to do?
by andyc
Sun Oct 07, 2007 16:17 pm
Forum: Discussion on MSN for mIRC
Topic: Version 3.63 Discussion (new October 2007)
Replies: 8
Views: 48543

Version 3.63 Discussion (new October 2007)

Version 3.63 was released today. The most significant update is that the /background errors should now have been eliminated. These were caused by a bug in mIRC 6.3, which the maker assures me is fixed for future mIRC versions. How does v3.63 work for you? I'm specifically interested in how it works ...
by andyc
Sun Oct 07, 2007 15:07 pm
Forum: Discussion on MSN for mIRC
Topic: problem in connecting
Replies: 13
Views: 28770

OK thanks.

I've tracked this down to a problem with the script and mIRC 6.3, and am fixing it now.
by andyc
Sun Sep 30, 2007 23:36 pm
Forum: Discussion on MSN for mIRC
Topic: problem in connecting
Replies: 13
Views: 28770

This seems to happen only on Vista computers, it could even be a bug in mIRC.

Can you tell me what it says when you type:

//echo -a $shortfn($scriptdir) $+ bg.jpg

Also, what does it say when you type:

//echo -a $version
by andyc
Wed Sep 26, 2007 14:39 pm
Forum: Discussion on MSN for mIRC
Topic: problem in connecting
Replies: 13
Views: 28770

Can you change line 121 to:

Code: Select all

if ( %msn.background == $yes ) { background @Messenger $shortfn($scriptdir) $+ bg.jpg } 
and let me know if that fixes it?

Many thanks.
by andyc
Wed Sep 26, 2007 14:37 pm
Forum: Discussion on MSN for mIRC
Topic: Vista support?
Replies: 5
Views: 16096

The latest version (3.63) should work with Vista fine.
by andyc
Wed Sep 26, 2007 14:27 pm
Forum: Discussion on MSN for mIRC
Topic: Vista support?
Replies: 5
Views: 16096

Can you change line 121 to:

Code: Select all

if ( %msn.background == $yes ) { background @Messenger $shortfn($scriptdir) $+ bg.jpg } 
and let me know if that fixes it?

Many thanks.
by andyc
Wed Sep 26, 2007 14:24 pm
Forum: Discussion on MSN for mIRC
Topic: Error on login
Replies: 4
Views: 14112

Can you change line 121 to:

Code: Select all

if ( %msn.background == $yes ) { background @Messenger $shortfn($scriptdir) $+ bg.jpg } 
and let me know if that fixes it?

Many thanks.
by andyc
Thu Sep 20, 2007 10:58 am
Forum: Discussion on MSN for mIRC
Topic: Error on login
Replies: 4
Views: 14112

Can you type:

//echo -a $shortfn($scriptdir)

and tell me what it says?

Many thanks.
by andyc
Thu Sep 06, 2007 0:33 am
Forum: Discussion on MSN for mIRC
Topic: Auth ssl...disconnected
Replies: 1
Views: 9175

What's happening here is that your computer isn't making a secure connection to the Passport server.

If disabling the firewall doesn't work then it won't be a firewall problem.

Are you using the latest version?

Do you get a pop up appear asking whether you want to accept the secure connection?
by andyc
Sun Aug 19, 2007 12:56 pm
Forum: Discussion on MSN for mIRC
Topic: F**king sockwrites!!!
Replies: 12
Views: 32812

How would you connect to the MSN Messenger servers without using sockets?!
by andyc
Sat Aug 18, 2007 22:10 pm
Forum: Discussion on MSN for mIRC
Topic: Auth.. Disc.... Firewall disabled.
Replies: 1
Views: 8827

Have you tried downloading the latest version from this website?

Can you please type //echo -a $msnversion and tell me what it says.

Did you get a screen up asking if you wanted to connect to the secure server?
by andyc
Tue Jul 17, 2007 17:20 pm
Forum: Discussion on MSN for mIRC
Topic: Vista support?
Replies: 5
Views: 16096

Please open msn.mrc and change line 297 from:

if ( $os == 2K ) || ( $os == XP ) {

to:

if ( $os == 2K ) || ( $os == XP ) || ( $os == Vista ) {

I'd be grateful if you could let me know if that works.
by andyc
Wed May 30, 2007 22:41 pm
Forum: Discussion on MSN for mIRC
Topic: sochwrite error
Replies: 1
Views: 9813

Does it work when you close and reopen the chat window?
by andyc
Mon May 21, 2007 18:03 pm
Forum: Discussion on MSN for mIRC
Topic: Authorizing via ssl.............disconnect.
Replies: 11
Views: 26204

Also, do you get a dialog appear about connecting to nexus.passport.com? You need to click accept on that dialog.