What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Delayed Signin

[Release] Delayed Signin
Author: Message:
Joeviocoe
New Member
*


Posts: 1
Joined: Aug 2006
O.P. Grin  [Release] Delayed Signin
I have just recently (26 Aug 06) released a simple script that delays the WLM signin process for 20 seconds.  This is great if you have a wireless connection that does not connect immediately. Msgplus for MSN Messenger 7.5 had a great registry dword value called "delayedsignin" but this does not work from MSN Messenger Plus Live. This script will avoid having to restart Messenger when it receives a connection error.

Delayed Signin Script

How to use this script:
You must TURN OFF the Messenger option to automatically sign in when connected and also you MUST HAVE your email and password stored. You can edit the delay time by editing the script where it shows "20000". Just enter your desired time in milliseconds.

PLEASE, Please let me know if you enjoy this or if there is anything I should now about this script.  This was my first attempt at scripting anything other that DOS batch files and this language is new and scary for me :-# .  Thanks all.

.plsc File Attachment: Delayed Signin.plsc (812 bytes)
This file has been downloaded 237 time(s).

This post was edited on 08-27-2006 at 05:02 AM by Joeviocoe.
08-26-2006 09:18 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [Release] Delayed Signin
Simple and Effective :-)

Also, you don't need to keep the empty events in there :-)
If you don't use them just delete them.
[Image: 1-0.png]
             
08-26-2006 09:39 PM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Delayed Signin
Thats gonna be very useful for me and my trusty little wireless connection :D Wish I'd have thought of making it to be honest
<Eljay> "Problems encountered: shit blew up" :zippy:
08-26-2006 10:05 PM
Profile PM Find Quote Report
JYap
New Member
*


Posts: 14
Joined: Oct 2006
Undecided  RE: [Release] Delayed Signin
Followed the instruction...but messenger just never signs back in....
10-24-2006 01:07 PM
Profile E-Mail PM Find Quote Report
Kenji
Veteran Member
*****

Avatar
Previously: Dazmatic, Dazzy, :zippy:

Posts: 1226
Reputation: 39
32 / Male / Flag
Joined: Jun 2006
Status: Away
RE: [Release] Delayed Signin
Great script, maybe you could make a GUI and let people choose how long the delay is :)
10-24-2006 03:38 PM
Profile PM Find Quote Report
JYap
New Member
*


Posts: 14
Joined: Oct 2006
RE: [Release] Delayed Signin
would mess patch or a patch interfere with this script? things like change status while signing in ..or removing this and that...
coz that might stop it from signing back on..

an update of this would be so great!!

Thanks again!
10-24-2006 10:16 PM
Profile E-Mail PM Find Quote Report
JYap
New Member
*


Posts: 14
Joined: Oct 2006
RE: [Release] Delayed Signin
i think there's a problem with this script that it doesnt allow delay time to be more than certain time...coz i need to waite atleast 1min+ to for my disconnection to get reconnected...

can someone fix this script plzzz....i really need it ....
11-08-2006 08:42 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Delayed Signin
You can edit the script yourself:

Go to Plus! > Preferences > General > Scripts > Delayed Signin > Edit

You will see:
code:
function OnEvent_Initialize(MessengerStart)
{
MsgPlus.AddTimer('delay',20000);
}

function OnEvent_Timer(timerId)
{
if (timerId == 'delay');
Messenger.Autosignin();
}


Now simply change the delay time (the underlined part in the above code) from 20000 to whatever you want. The number is in milliseconds, so:

1000 = 1 second
10000 = 10 seconds
60000 = 1 minute
etc

After you've changed it, press "Close" and you're done.

;)
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-12-2006 03:15 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On