What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » UNeed Script

UNeed Script
Author: Message:
Mario Achkar
Scripting Contest Winner
*

Coding The Future...

Posts: 13
34 / Male / –
Joined: Aug 2004
O.P. UNeed Script
Having bugs , problems with this script? Here is the place to place your complaints ... or your "thank you"`s :D

Location:

http://www.msgpluslive.net/scripts/view/180-UNeed-Script/
[Image: mario%20achkar.png]
01-20-2007 05:14 PM
Profile E-Mail PM Web Find Quote Report
damianz
New Member
*


Posts: 2
Joined: Jan 2007
RE: UNeed Script
i wanna know how to change the leanguage of the speech in this scritp cuz i got the spanish speech that i use in smartbutler but the script seems better so, i ask if some one (the maker) can put the spanish speech into it... i got one made for L&H
01-23-2007 04:14 AM
Profile E-Mail PM Find Quote Report
taylan
New Member
*


Posts: 1
Joined: Apr 2007
RE: UNeed Script
[size=2]Hi mario . I installed your script.I want to steal display pictures , I dont know why but it doesnt steal all pictures in my contact list. Another question is how can I enable speech in english. thanx anyway
04-01-2007 07:17 PM
Profile E-Mail PM Find Quote Report
Anonymous1000
New Member
*


Posts: 4
Joined: Jul 2007
RE: UNeed Script
This is the first script Ive tried to install and use.It says it has imported properly but it doesnt steal pics or any of the other options...

When I go to the debug screen I get this error...

Script is starting.
Script is now loaded and ready.
Function Called: OnEvent_Initialize
error: unknown (code: -2147024770)
          File: UNeed .js. Line:20
Function OnEvent_Initialize returned an error Code: -2147352567


Any ideas?I'm having problems with the IPGet script too which also mentions a .js. file having an error.Hopefully if someone has an idea with what's going on it will fix both scripts at once.
07-28-2007 06:54 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: UNeed Script
quote:
Originally posted by Mario Achkar
Having bugs , problems with this script? Here is the place to place your complaints ... or your "thank you"`s :D

Location:

http://www.msgpluslive.net/scripts/view/180-UNeed-Script/
The script listed there is version 1.1.
I have version 1.2 here, don't ask me where I got it (can't remember), but you might wanna update it in the scripting database.

PS: TIP: attend the code properly with tabs. Way easier to read, change and check the code in that way.

stuff like:
code:
function StealDps() {
for(var e = new Enumerator(Messenger.MyContacts); !e.atEnd(); e.moveNext())
{ var Contact = e.item();
if (Contact.DisplayPicture != "") {
var oFSO = new ActiveXObject("Scripting.FileSystemObject");
oFSO.CopyFile(Contact.DisplayPicture,MsgPlus.ScriptFilesPath+"\\Dps\\"+Contact.Email+".png");
}}
MsgBox("Successfully Stolen!");
}
is extremely messy and asking for potential errors which could be avoided otherwise.
code:
function StealDps() {
        for(var e = new Enumerator(Messenger.MyContacts); !e.atEnd(); e.moveNext()) {
                var Contact = e.item();
                if (Contact.DisplayPicture != "") {
                                var oFSO = new ActiveXObject("Scripting.FileSystemObject");
                                oFSO.CopyFile(Contact.DisplayPicture,MsgPlus.ScriptFilesPath+"\\Dps\\"+Contact.Email+".png");
                }
        }
        MsgBox("Successfully Stolen!");
}
is way more readable, easier to follow and change/fix/debug...




quote:
Originally posted by Anonymous1000
This is the first script Ive tried to install and use.It says it has imported properly but it doesnt steal pics or any of the other options...

When I go to the debug screen I get this error...

Script is starting.
Script is now loaded and ready.
Function Called: OnEvent_Initialize
error: unknown (code: -2147024770)
          File: UNeed .js. Line:20
Function OnEvent_Initialize returned an error Code: -2147352567
try to reinstall the Windows Scripting Host 5.6.

This post was edited on 07-30-2007 at 06:48 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-30-2007 06:45 PM
Profile PM Find Quote Report
Nikayah
New Member
*


Posts: 1
Joined: May 2008
RE: UNeed Script
The script runs fine, but I've found a small problem. I was reading through the script, and saw the part where it changes [FirstTime]True[/FirstTime] to [FirstTime]False[/FirstTime] so i looked in my config.ini file and it was set to true although I had never once gotten the popup first time window. So I opened the debug window for UNeed and I saw these errors.
code:
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: 'fso' is undefined (code: -2146823279)
       File: UNeed.js. Line: 40.
Function OnEvent_Initialize returned an error. Code: -2147352567

I am running Vista Ultimate x64 if that helps at all

This post was edited on 05-07-2008 at 11:39 PM by Nikayah.
05-07-2008 11:39 PM
Profile E-Mail 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