What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Scipts Dont Work with msg plus v5

Scipts Dont Work with msg plus v5
Author: Message:
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: RE: RE: RE: RE: Scipts Dont Work with msg plus v5
quote:
Originally posted by CookieRevised
quote:
Originally posted by Yustme
the doc said to zip it up and rename it to .plcs or something. i use 7zip, should be the same right?
"To ZIP up" means using the ZIP compression format. It doesn't mean compressing the files with whatever compression method you want.

So it doesn't matter what program you use to ZIP files, as long as it is the ZIP format.

Note that you actually do not need any external program for to create ZIP files either. Windows can make ZIP files out-of-the-box. Simply select the files you want to ZIP in Windows Explorer, right click your selection, choose 'Send To' and select 'Compressed Folder'.

;)

oh yea, i forgot windows has zip compression, my bad!

quote:
Originally posted by CookieRevised

quote:
Originally posted by Yustme
is that the only thing that changed? because if i reinstall msg plus 5 i dont wanna do a system restore. takes forever ;(

System Restore should never be used in any case.
If you want to remove Plus! simply remove it using the uninstaller from Windows 'Remove Program and Files'. The same for Windows Live Messenger.
The same for reinstalling; Simply reinstall the programs using their respective setups.

You should only use System Restore when you encounter a severe system crash or whatever. It is NOT a backup tool, NOR an uninstaller!

This said, I don't see why you should re-install or remove anything. The problems are in your own coded script, nothing else.


i've done that in the passed, just uninstall and reinstall a version i had before, but i encountered some problems which i dont remember and i had to do a system restore to fix it.

quote:
Originally posted by CookieRevised

quote:
Originally posted by Yustme
and what reg paths do you mean? this one:
Registry_SetKeyValue()
That is not a reg path, that is a function.
I mean the hard coded registry paths you have store in the variables WLMKey, MPLkey, etc

EDIT: I see that you've changed MPLkey in your new version, but note that it now wont work on Plus!4 though.

quote:
Originally posted by Yustme
well it works, it always has.
that < 2 was test code and also, it started out by itself as soon as msn starts. but that was the wrong way. also that code has been commented out.
It didn't work; it couldn't be working in Plus!5. Second, Always remember it is absolute vital that if you want people to help you debug your script that you provide all and the completely accurate up-to-date script files, even if you think some files don't matter (they usually do matter). It is not possible to properly help out otherwise.

PS: That '< 2' check in the Initialize event shouldn't be testcode. It is actually what you need to use instead of if(WLMRunning() < maxMsnWindows). Aka, it is the if(WLMRunning() < maxMsnWindows) which is part of the trouble too. The reason being that you should only start this script once! And it is this one instance which should drive all the other Messenger instances. Remember that each time a Messenger instance starts all the Plus! scripts will run too, hence all the other "AutoSignin" scripts should NOT perform any actions (unless you want to end up in a dead loop). Only the first one which started the whole chain should open the other Messenger instances. As such, you MUST use '< 2' (or '== 1') and not '< maxMsnWindows'.

;)

i didnt changed it yet, someone else changed it and uploaded it here for me to test it if it works.

no it doesnt work in version 5, i was talking about version 4. it works and always has.

about your PS, the maxmsnwindows is a constant variable. whats wrong with using constants? although im not a javascript programmer, thought its a good practice.

the script starts launching the msn windows after a button is pressed, it doesnt do this automatically when msn windows starts which is what you thought.

i uploaded all scripts that matter, just 2 files. what makes you think i left out some files?

quote:
Originally posted by Fike
quote:
Originally posted by Yustme
quote:
Originally posted by Fike
Not sure exactly what the scripts purpose is but try this.

can you tell me what you changed?

Did it work for you?

i havent tested it, because i didnt install version 5 yet, but i will asap if i checked out the new register settings.
03-19-2011 11:02 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scipts Dont Work with msg plus v5 - by Yustme on 03-16-2011 at 09:54 PM
RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 10:58 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:04 AM
RE: RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 12:42 PM
RE: RE: RE: RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-19-2011 at 04:24 PM
RE: RE: RE: RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-19-2011 at 11:02 PM
RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-19-2011 at 11:23 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:24 AM
RE: Scipts Dont Work with msg plus v5 - by Fike on 03-19-2011 at 11:24 AM
RE: Scipts Dont Work with msg plus v5 - by Spunky on 03-19-2011 at 12:24 PM
RE: Scipts Dont Work with msg plus v5 - by CookieRevised on 03-20-2011 at 12:04 AM
RE: RE: Scipts Dont Work with msg plus v5 - by Yustme on 03-20-2011 at 09:06 AM
RE: Scipts Dont Work in WLM 2011 - by Fike on 03-17-2011 at 12:17 PM
RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:11 PM
RE: RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-18-2011 at 10:34 PM
RE: RE: RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:46 PM
RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 10:47 PM
RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-18-2011 at 10:55 PM
RE: RE: RE: Scipts Dont Work in WLM 2011 - by Yustme on 03-18-2011 at 11:07 PM
RE: RE: RE: RE: Scipts Dont Work in WLM 2011 - by Fike on 03-19-2011 at 09:49 AM
RE: Scipts Dont Work in WLM 2011 - by Menthix on 03-19-2011 at 02:12 AM


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