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

Help me!
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Help me!
You need to remove the highlighted line. You notice also you have declared OnEvent_Initialize twice?

Javascript code:
function OnEvent_Initialize(MessengerStart) {
                                  MsgPlus.DisplayToast("News", "Clicca qua per andare sul sito", "", "aprisito");
}
 
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
   
    if(Message=="/nws"){
var xhr = new ActiveXObject("Microsoft.XMLHTTP");
var Shell = new ActiveXObject("WScript.Shell");
var getal = Math.round(Math.random() * 99999) + 1;
function OnEvent_Initialize(MessengerStart) {    xhr.open("GET", "http://www.blogtecnologico.altervista.org/pagina.php?id="+getal, false); xhr.send(null);
    if(xhr.responseText=="1"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com aggiornato nel reparto:Msn e MsgPlus", "", aprisito);
    }
    else if(xhr.responseText=="2"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com aggiotnato nel reparto:News", "", aprisito);
    }
    else if(xhr.responseText=="3"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com aggiornato nel reparto:Software Utili", "", aprisito);
    }
    else if(xhr.responseText=="4"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com aggiornato nel reparto:VideoGicohi ed Emulazione", "", aprisito);
    }
    else if(xhr.responseText=="5"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com LO SCRIPT è STATO AGGIORNATO!SCARICALO.", "", aprisito);
    }  
        else if(xhr.responseText=="6"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com nuovi cambiamenti!Visitalo", "", aprisito);
    }  
        else if(xhr.responseText=="7"){
        MsgPlus.DisplayToast("News", "www.ilblogtecnologico.jimdo.com nuovo reparto!Visitalo!", "", aprisito);
    }
 
    }
                 
                  }

07-15-2009 02:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help me! - by rikimasse97 on 07-15-2009 at 01:52 PM
RE: Help me! - by matty on 07-15-2009 at 02:00 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:05 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:10 PM
RE: Help me! - by matty on 07-15-2009 at 02:14 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:19 PM
RE: Help me! - by matty on 07-15-2009 at 02:28 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:38 PM
RE: Help me! - by matty on 07-15-2009 at 02:42 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:43 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:44 PM
RE: Help me! - by matty on 07-15-2009 at 02:45 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 02:49 PM
RE: Help me! - by matty on 07-15-2009 at 02:55 PM
RE: Help me! - by rikimasse97 on 07-15-2009 at 03:00 PM
RE: Help me! - by rikimasse97 on 07-17-2009 at 06:32 AM
RE: Help me! - by rikimasse97 on 07-17-2009 at 06:45 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