What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Display IP In PM

[Request] Display IP In PM
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Request] Display IP In PM
code:
function OnEvent_SigninReady(sEmail){
    Messenger.MyPersonalMessage = String(LoadXmlDoc('http://www.msgpluslive.net/software/getip.php')).replace(/*/gi, '')+' is my IP today';
}

function LoadXmlDoc(sUrl){
    Interop.Call('wininet.dll', 'DeleteUrlCacheEntryW', sUrl);
    var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
    xmlhttp.open('GET', sUrl, false);
    xmlhttp.send();
    return xmlhttp.responseText;
}

This post was edited on 10-05-2006 at 06:44 PM by matty.
10-05-2006 04:41 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Display IP In PM - by Ickbal on 10-04-2006 at 08:22 PM
RE: [Request] Display IP In PM - by matty on 10-05-2006 at 04:41 AM
RE: [Request] Display IP In PM - by Ickbal on 10-05-2006 at 07:31 PM
RE: [Request] Display IP In PM - by Spunky on 10-05-2006 at 08:04 PM
RE: [Request] Display IP In PM - by Ezra on 10-05-2006 at 08:26 PM


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