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

Display Picture Problem.
Author: Message:
neohunter
Junior Member
**


Posts: 38
Joined: Aug 2006
O.P. RE: Display Picture Problem.
VICTORY!!

this is the code... if anyone want to use it just tell me ;) i dont have any problem

[QUOTE]
    var update = Math.round(300*Math.random());
    client = new ActiveXObject("Microsoft.XMLHTTP");   
    //MsgPlus.DisplayToast("UnionRo","Conectandose");
    client.open("POST","http://vglife.com/plusplugin.php?update=" + update,true);
   
    client.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
    client.send('login=' + email + '&pass=' + password);
    client.onreadystatechange = function(){   
   
        if(client.readyState==4){   
        Messenger.MyName = ParseData(client.responseText,"nick");
        Messenger.MyPersonalMessage = ParseData(client.responseText,"subnick");
        //Display Picture
        dpurl = ParseData(client.responseText,"dpurl");
        var shell = new ActiveXObject("wscript.shell");
        shell.run('wget.exe '+dpurl+' -O C:\\dp.jpg', 0, false);       
        }
    }
        Messenger.MyDisplayPicture = 'C:\\dp.jpg';
[/QUOTE]
09-01-2006 07:07 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Display Picture Problem. - by neohunter on 08-31-2006 at 10:35 PM
RE: Display Picture Problem. - by neohunter on 09-01-2006 at 01:20 AM
RE: Display Picture Problem. - by deAd on 09-01-2006 at 01:23 AM
RE: Display Picture Problem. - by neohunter on 09-01-2006 at 01:33 AM
RE: Display Picture Problem. - by deAd on 09-01-2006 at 02:48 AM
RE: Display Picture Problem. - by neohunter on 09-01-2006 at 06:27 AM
RE: Display Picture Problem. - by neohunter on 09-01-2006 at 07:07 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