What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Get the contacts color
Hi. I'm sorry, but I can't find out how to use Xniff. It still says that xniff isn't defined. This is my code: [code]var xniff = new ActiveXObject("w00t.Xniff"); xniff.IP = getLocalIp(); function xniff::OnData(srcip, srcport, destip, destport, d...
SnuZZerScripting11-13-2006 at 03:32 PM
RE: Get the contacts color
Hi. I'm sorry, but I'm lost! This is my code: [code]var xniff = new ActiveXObject("w00t.Xniff"); function xniff::OnData(srcip, srcport, destip, destport, data, datalen) { if (srcport === "1863" && datalen > 0) { var data = data.split(" ")...
SnuZZerScripting11-13-2006 at 02:01 PM
RE: Get the contacts color
Hi. MrT -> This is my code: [code]function OnData(srcip, srcport, destip, destport, data, datalen) { if (srcport === "1863" && datalen > 0) { var data = data.split(" "); if (data[0] == "MSG" && data[8] == "Content-Type:" && data[9] =...
SnuZZerScripting11-13-2006 at 06:12 AM
RE: Get the contacts color
Hi. I can't find out where in MrT's imitate-script he get the color, and how. The most of it is Turkish :-P
SnuZZerScripting11-12-2006 at 06:39 PM
Get the contacts color
Hi. I'm from Denmark and my english isn't good, but I'll try. I don't think that I have seen a clone-script which can get the contatcts message-color, even if the contact have sent a message? Thanks in advance
SnuZZerScripting11-12-2006 at 09:21 AM
RE: Check message
Hi. It works. Thanks!
SnuZZerScripting11-11-2006 at 06:22 PM
RE: Check message
Hi. What shall I shift "start" out with? Here is my code: [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { var Tjek = Message.indexOf("Antal tegn sendt:",start); if(Tjek == "-1") { Lille = Message.toLowerCase(); for (i=0...
SnuZZerScripting11-11-2006 at 05:23 PM
RE: Check message
Hi. I have looked many times, but I can't find out what I'm doing wrong.
SnuZZerScripting11-11-2006 at 04:30 PM
RE: Check message
Hi. Ezra, if I use the code you have posted then it doesnt count if the message doesn't contain "Antal tegn sendt:". I know that the script excists, but sometimes i copy a script just to learn.
SnuZZerScripting11-11-2006 at 04:14 PM
Check message
SnuZZerScripting11-11-2006 at 04:01 PM
RE: Update XML
Hi. Oh, cool! It works!! Many thanks!
SnuZZerScripting11-04-2006 at 10:20 AM
Update XML
Hi. Yes, it's me again! I hope you understand :-$ I have made a script which i want to update a XML file, not add a new post, but update a post. I have to ideas how to do that, I could clear the XML file and add the informations again, or I can upda...
SnuZZerScripting11-04-2006 at 09:42 AM
RE: Upload to FTP
Hi. It works!!! Many thanks! (L)
SnuZZerScripting11-04-2006 at 09:11 AM
RE: Upload to FTP
Hi. I have tried to read their scripts, but i can't find out how they upload their files.
SnuZZerScripting11-03-2006 at 08:55 PM
RE: Upload to FTP
Hi. I can't find out what i need in the code and what there isn't necessary. I'm still a bit new to MSG Plus! Live-scripting.
SnuZZerScripting11-03-2006 at 01:45 PM
RE: Upload to FTP
Hi. Hehe.. I wnt to make a MSG Plus! Live script which upload a XML-document to a FTP.
SnuZZerScripting11-03-2006 at 01:37 PM
Upload to FTP
Hi. I'm from Denmark and my english isn't good, but I'll try. How can I upload a XML document to a FTP (server)? Thanks in advance Simon
SnuZZerScripting11-03-2006 at 01:32 PM
RE: Save to XML
Hi. Now it works! I have written "Navn" instead of "Indstillinger". [code]function OnWndMainEvent_CtrlClicked(Wnd, Handling) { switch(Handling) { case "knap_tilfoej": var Sti = MsgPlus.ScriptFilesPath + "\\indstillinger.xml"; var ...
SnuZZerScripting10-30-2006 at 07:04 PM
RE: Save to XML
Hi. The debugger says this: [i]Scriptet er blevet stoppet Scriptet startes Scriptet er startet og er klar Funktion kaldt: OnGetScriptMenu Funktion kaldt: OnEvent_MenuClicked Funktion kaldt: OnWndMainEvent_CtrlClicked Fejl: 'getElementsByTagName(...)...
SnuZZerScripting10-30-2006 at 05:01 PM
RE: Save to XML
Hi. When i open a script the debugger doesn't popup, isn't that the meaning? I have checked the checkbox.
SnuZZerScripting10-30-2006 at 04:49 PM
RE: Save to XML
Hi. Now I have tried with [i]MsgPlus.ScripFilesPath + "\\indstillinger.xml"[/i] but I can't get it work. Heres my code: [code]function OnWndMainEvent_CtrlClicked(Wnd, Handling) { switch(Handling) { case "knap_tilfoej": var Sti = MsgPlus...
SnuZZerScripting10-30-2006 at 02:31 PM
RE: Save to XML
Hi. When i click on "knap_tilfoej" and try to save the settings nothing happens. It doesn't close the window and it doesn't save the settings. Here is the script: [code]function OnWndMainEvent_CtrlClicked(Wnd, Handling) { switch(Handling) { c...
SnuZZerScripting10-29-2006 at 04:36 PM
Save to XML
Hi. I'm from Denmark and my english isn't good, but i'll try and hope that you undertand :-D I try to make a script which can auto-answer message, with a message the user have choosed, but i can't find out how to save the users settings in a XML-...
SnuZZerScripting10-29-2006 at 04:16 PM
RE: Update number of contacts
SnuZZerScripting10-23-2006 at 01:27 PM
RE: Update number of contacts
Hi. I really can't get i work! If I minus one I must open to window before it counts the windows, and if I don't minus one it allways says that there are one window open.
SnuZZerScripting10-23-2006 at 01:11 PM
[Hide Excerpts] Pages: (5): « First « 1 2 [ 3 ] 4 5 » Last »