What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility

Pages: (25): « First « 4 5 6 7 [ 8 ] 9 10 11 12 » Last »
4 votes - 4 average   [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Author: Message:
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
It doesn't seem to be showing any errors in that log.
[Image: clb2.jpg]
06-05-2007 02:02 AM
Profile E-Mail PM Web Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
welll....i am not good at scripting, but yes it doesn't show any errors, but this is for IP connections:

Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked

and this is for settings

Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked

it show that the function are opened, but it doesn't show that they are closed like for exemple when I click on the update, that  I clicked on the cancel button, and that the window was closed.....

when i remove the script and imported it again, with debuger opened, it showed there is an error:

----------------------------------------

Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: unknown (code: -2147217406)
       File: IPGet_loadsave.js. Line: 28.
Function OnEvent_Initialize returned an error. Code: -2147352567

----------------------------------------


in a file IPGet_loadsave.js  there is this, starting from the line 27:


code:
function ReadDWORDValue(strKey, strValueName){
    var objRegistry = GetObject("winmgmts:root\\default:StdRegProv");
    var method = objRegistry.Methods_.Item("GetDWORDValue");
    var inParams = method.InParameters.SpawnInstance_();
        inParams.hDefKey = intScriptRegRoot;
        inParams.sSubKeyName = strScriptRegPath + strKey;
        inParams.sValueName = strValueName;
    var outParams = objRegistry.ExecMethod_(method.Name, inParams);
    return outParams.uValue;
}



I holp this helps you, and sorry if you can't get what I'm talking 'bout, my english 's bad :D

10x in andvance !
[list]
[/list]

This post was edited on 06-05-2007 at 10:38 AM by Lux.
06-05-2007 10:12 AM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
Ok searching on google gave me 1 possible suggestion, try this:

Right click My Computer
Click Properties
Click the Advanced Tab
Click Environment Variables
Under System Variables at the bottom, click Path
Click Edit
Move cursor all the way to the end of Variable Value
Add here (without the quotes) ";%SystemRoot%\System32\Wbem"
Click OK, Ok, Ok...

Now try restarting the script.
[Image: clb2.jpg]
06-05-2007 10:45 PM
Profile E-Mail PM Web Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
Thanks. but when I did as u said, but it shows same error......

the Variable Valueis is, after adding what you said:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Common Files\Teleca Shared;%SystemRoot%\System32\Wbem



and still no effect.....is the problem in my PC or with the script?

This post was edited on 06-05-2007 at 11:13 PM by Lux.
06-05-2007 11:12 PM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
It can't be the script because I am not having this problem. Is there any other PC you can try it on and see if that gives you the same problem.
[Image: clb2.jpg]
06-06-2007 12:43 AM
Profile E-Mail PM Web Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
yes there is, and chechked it, and it works fine on other PC....so the problem is on my PC.....10x a a lot cooldude_i06, u r really a cool dude ;) ...if you maybe have some sugestions have could I found out what's making the error, please let me know, if not, thanks again for helping me! :D....and btw-I really like your script- too bad I can't use it anymore lol :) and Gmail checker's great!
06-06-2007 09:17 AM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
Don't worry, I'm working on one that will work with Vista, so just wait a little bit more and maybe the newer one will help.
[Image: clb2.jpg]
06-06-2007 11:18 PM
Profile E-Mail PM Web Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
Great ! 10x a lot :D
06-06-2007 11:21 PM
Profile PM Find Quote Report
kryp2nyt
Full Member
***


Posts: 136
38 / – / –
Joined: Oct 2006
RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
Hello guys!

I am having an issue with Windows Vista, the IP windows cannot show !!

Any recommendations?
06-08-2007 07:49 AM
Profile PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: RE: [UPDATE] IPGet v1.11 - get the IP address of your WLM contacts
quote:
Originally posted by kryp2nyt
Hello guys!

I am having an issue with Windows Vista, the IP windows cannot show !!

Any recommendations?


Please read like 2 posts before yours.
[Image: clb2.jpg]
06-08-2007 10:38 PM
Profile E-Mail PM Web Find Quote Report
Pages: (25): « First « 4 5 6 7 [ 8 ] 9 10 11 12 » Last »
« 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