Shoutbox

emoticones in nickname - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: emoticones in nickname (/showthread.php?tid=62072)

emoticones in nickname by hustl3r on 06-30-2006 at 12:03 AM

is there a script that allows us to put emoticones in our nickname, not the default ones that u get automaticly. iam talking about the ones that we share and we can save. if there is a way already can u tell me, cuz i v never seen any one with a nickname and it s got his own emoticone on it, its all them s**ty ones.:S


RE: emoticones in nickname by Voldemort on 06-30-2006 at 12:05 AM

There is no way to do that, because your contacts dont have the emos, so there is no way, sorry....


RE: emoticones in nickname by hustl3r on 06-30-2006 at 12:25 AM

ok :(


RE: emoticones in nickname by Chris4 on 06-30-2006 at 12:30 AM

quote:
Originally posted by Voldemort
because your contacts dont have the emos
Even if they did, it's not possible.


RE: emoticones in nickname by hustl3r on 06-30-2006 at 01:45 AM

but is there a patch or some thing to turn the space wer u write u nikname into a html blog so u can put pictures? :S


RE: emoticones in nickname by upsfeup on 06-30-2006 at 02:01 AM

You wan't to turn your nickname into a webpage?? :o


RE: emoticones in nickname by deAd on 06-30-2006 at 02:04 AM

Even if you did that, it wouldn't send the nickname to the server correctly (because messenger tries to read a textbox), and the list with the contacts wouldn't parse the images.


RE: emoticones in nickname by NiteMare on 06-30-2006 at 02:21 AM

quote:
Originally posted by hustl3r
but is there a patch or some thing to turn the space wer u write u nikname into a html blog so u can put pictures? :S
no, there is no patch or anything that will allow HTML to be used in conversations, PSMs, or Nicknames. this is because if a security issue, it is unsafe to have html run on MSN. for the same reason we have to use Mybb tags here on the forums instead of html

people could put bad code in the message and possable infect your computer

in addition, even if there WAS a patch, which there simple is not, it would only be view the code on the patched version of WLM, other people could not see it.
RE: emoticones in nickname by ruN. on 08-18-2006 at 11:12 PM

Hi all

i wanted the same thing too,

i have a PMS script tht does it and all my friends are seeing this logo too, some of them dnt have messenger plus and some of them have the old msn messenger.

[Image: unbenanntol8.png]



Script:

code:
var INIFILE = MsgPlus.ScriptFilesPath + "\\conf.ini";
var icono = "Music";
/*
By  . f e l i p E
http://mypropiocielo.space.msn.com
greetings from Los Mochis, Mexico
=========================
thanks..
kocoae .. http://kocoae.spaces.msn.com
English pack Translated by aNILEator
*/

function OnGetScriptMenu(nLocation){
var LANG =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","lang","English");
var ScriptMenu = "<ScriptMenu>";
    ScriptMenu    +=     "<MenuEntry Id=\"MnuAuthor1\">&#46;&#32;&#102;&#32;&#101;&#32;&#108;&#32;&#105;&#32;&#112;&#32;&#69;</MenuEntry>";
    ScriptMenu    +=     "<MenuEntry Id=\"MnuAuthor2\">&#107;&#32;&#111;&#32;&#99;&#32;&#111;&#32;&#97;&#32;&#101;</MenuEntry>";
    ScriptMenu    +=     "<Separator/>";
        var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"mnuxPSM","Set xPSM");
    ScriptMenu    +=     "<MenuEntry Id=\"MnuXPSM\">" + x + "</MenuEntry>";
    ScriptMenu    +=     "<Separator/>";
        var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"mnuAbout","About xPSM...");
    ScriptMenu    +=     "<MenuEntry Id=\"MnuCreditos\">" + x + "</MenuEntry>";
    ScriptMenu    +=     "<Separator/>";
        var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"mnuLang","Language");
    ScriptMenu +="    <SubMenu     Label='" + x + "'>";
        var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","1","Unknow");
   


var xx="Unknow";   
var lng=1;   
do {

xx =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs", lng,"Unknow");
if ( xx == "Unknow" ) break;
    ScriptMenu += "        <MenuEntry Id='LNG-"+xx+"'>"+xx+"</MenuEntry>";
lng++;

} while ( x != "Unknow" );

    ScriptMenu +="    </SubMenu>";
    ScriptMenu    += "</ScriptMenu>";

    return ScriptMenu;
}

function OnEvent_MenuClicked(sMenuId,nLocation,iOriginWnd){
var LANG =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","lang","English");
switch (sMenuId)
{
     case "MnuAuthor1" :
      if (nLocation ==2 )
    {    var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"author1","http://mypropiocielo.spaces.msn.com    [xPSM v1.1]");    iOriginWnd.SendMessage(x); }
      else
    Abrir('http://mypropiocielo.spaces.msn.com');
       
     break;

     case "MnuAuthor2":
      if (nLocation ==2 )
    {    var x =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"author2","http://kocoae.spaces.msn.com    [xPSM v1.1 ]");           iOriginWnd.SendMessage(x);        }
      else   
    Abrir('http://kocoae.spaces.msn.com');

     break;

     case "MnuCreditos":   
var LANG =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","lang","English");     
var wnd = MsgPlus.CreateWnd(LANG+'.xml','Creditos');
     break;

     case "MnuXPSM":

  if ( MsgPlus.RemoveFormatCodes(Messenger.MyCurrentMedia)  == "" )
    {
    var MSG1 =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,LANG,"msg1","For xPSM to work please enable the 'What I am listening to' feature");
    MsgPlus.DisplayToast('',MSG1,'notify.mp3');
    }
    var LANG =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","lang","English");
    var wnd = MsgPlus.CreateWnd(LANG+'.xml','WndxPSM');
    wnd.Button_SetCheckState("Music","True");

    default:
    if (sMenuId.substring(0,4) == "LNG-")  var SAVE = new ActiveXObject("felipe.ini").GuardarIni(INIFILE,"langs","lang",sMenuId.substring(4));
/*
    {   
    var WSHShell = new ActiveXObject("WScript.Shell");
    var intDoIt;
    intDoIt =  WSHShell.Popup("Cambiar el idioma a\n"+  sMenuId.substring(4), 0, "Confirmación   ---  xPSM", 65 );

    if ( intDoIt == 1) var SAVE = new ActiveXObject("felipe.ini").GuardarIni(INIFILE,"langs","lang",sMenuId.substring(4));

    }

*/

    break;         
}

}

function OnCreditosEvent_CtrlClicked(Wnd, ControlId){
switch (ControlId)
{
     case "BtnClose" :
     Animar(Wnd);
     Wnd.Close(1);
     break;

     case "kocoae" :          Abrir('http://kocoae.spaces.msn.com');     break;
     case "luisfernando" : Abrir('http://drugged8.spaces.msn.com');     break;
     case "davinxi" :    Abrir("http://davinxi.spaces.msn.com");     break;
     case "aNILEator" : Abrir('http://fukafly.zerogen.co.uk/site/'); break;
}

}

function OnWndxPSMEvent_CtrlClicked(Wnd, ControlId)
{
switch (ControlId)
{
case "Aceptar":
          new ActiveXObject('felipe.sarabia').SetMusicInfo('', '', '', icono, '', Wnd.GetControlText('valor'));
          Animar(Wnd);
    break;
case "Music": icono = "Music"; break;
case "Games": icono = "Games"; break;
case "Office": icono = "Office"; break;
}
}

function Animar(pPlusWnd){
    Interop.Call("User32", "AnimateWindow", pPlusWnd.Handle, 180, "0x10000" | "0x80000");
    FreeDll("User32.dll");
}

function Abrir(URL){
new ActiveXObject('WScript.Shell').Run(URL);
}

function parseCommands(sMessage,iOriginWnd){
    if (sMessage.charAt(0) == '/'){
        if(sMessage.charAt(1) == '/'){
            return sMessage;
        } else {
            var firstSpace = sMessage.search(' ');
            if(firstSpace == -1){
                var command = sMessage.toLowerCase().substr(1);
                var params = '';
            } else {
                var command = sMessage.toLowerCase().substr(1, firstSpace-1);
                var params = sMessage.toLowerCase().substr(firstSpace+1);
            }
            if(params != "") { Debug.Trace("The command \"" + command + "\" with the parameters \"" + params + "\" has been parsed."); }
            else { Debug.Trace("The command \"" + command + "\" has been parsed."); }
            switch(command) {
                case 'xpsm':
            var LANG =  new ActiveXObject('felipe.ini').LeerIni(INIFILE,"langs","lang","English");
            var wnd = MsgPlus.CreateWnd(LANG+'.xml','WndxPSM');
            wnd.Button_SetCheckState("Music","True");
                    sMessage = "";
                    break;

                default:
            }
        return sMessage;
        }
    }
}
function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) {
    if(sMessage.charAt(0) == "/"){
        return parseCommands(sMessage,ChatWnd);
    }
    else{
        return sMessage;
    }
}
function OnGetScriptCommands(){
    var commands = '<ScriptCommands>';
        commands+='<Command>';
            commands+='<Name>xpsm</Name>';
            commands+='<Description>Cambiar PSM</Description>';
            commands+='<Parameters>New Message;Music</Parameters>';
        commands+='</Command>';
    commands+='</ScriptCommands>';
    return commands;


thx for help
RE: RE: emoticones in nickname by Matti on 08-19-2006 at 10:09 AM

quote:
Originally posted by ruN.
[Image: unbenanntol8.png]

That's not a custom emoticon/HTML in your PSM, but a built in PSM icon like the music head telephone. This has nothing to do with HTML in your nickname/PSM. Please mind before posting. ;)