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

Search Results
Subject Author Forum Time
RE: Send file
It works perfectly now! Many thanks, guys :-)
SnuZZerScripting07-24-2008 at 03:19 PM
RE: Send file
Still nothing. No errors in the debugtrace. Just sends the two messages - the command and the path. Dosn't send the image.
SnuZZerScripting07-24-2008 at 01:49 PM
RE: Send file
And I'ld like it to send the picture, that I'm refering to after the command "!hitme". The image will then be [i]04052008071_600x800.jpg[/i]
SnuZZerScripting07-24-2008 at 01:24 PM
Send file
Hey. I'm working on a script, which should make it possible to send a file by a comment, but it doesn't send the file. I'm quite sure, that this topic has been before, but I can't seem to find it. Can anybody tell me, what I'm doing wrong? Than...
SnuZZerScripting07-24-2008 at 10:48 AM
RE: Error on length
Thanks. It seems to work now. Okay. What I tried to do is to count number of lines and multiply it with 10 to set the height of the window. Then I would take the number of characters in the longest line and mulitply it with about five for the width....
SnuZZerScripting07-16-2008 at 03:41 PM
RE: Error on length
With \n instead of \\n, I get this error: [quote]Function called: OnEvent_Initialize Function called: OnWinEvent_LstViewDblClicked 1 This neither.\nYou are right.\nIt suxx! Error: 'length' er null eller ikke et objekt (code: -2146823281) ...
SnuZZerScripting07-16-2008 at 03:18 PM
RE: Open page in the background
Hm, okay. I couldn't seem to get POST work right, but it should be the same, if I use GET or POST in this situation, I think.
SnuZZerScripting07-16-2008 at 02:28 PM
Error on length
Hey. Here I am - again. I don't hope, you feel like I'm spamming the forum or so. The other way around, you choose yourself, if you wanna answer or not. Anyway. There's not that much to say. I have the following code: I'm getting my data from th...
SnuZZerScripting07-16-2008 at 02:07 PM
RE: Open page in the background
Thanks, but I don't think, I'm using the script the right way. To something smilar to: [quote]xmlhttp.open("POST", "http://www.snuzzer.dk/wowforge/admin-msgplus.php ?quote=32", true);[/quote]
SnuZZerScripting07-16-2008 at 11:12 AM
RE: Open page in the background
Well, I could use both, what do you have in mind? I guess GET is the easiest way in this case.
SnuZZerScripting07-15-2008 at 06:39 PM
Open page in the background
Hey. I'll start making a quote from the thread, I posted earlier today: As you can see, I've made som of the quote italic. I said, I want the webpage to popup, but that's not really that sensible. It makes the script have no sense at all. Instead...
SnuZZerScripting07-15-2008 at 06:16 PM
RE: Help with GetItemText
Yay! Many thanks ;-) That's problably not the last word, you've heard from me... 8-)
SnuZZerScripting07-15-2008 at 06:06 PM
Help with GetItemText
Hey. I'm making an website for quotes for my IRC channel. The idea is, that people can send in quotes, but I do of course not want everything quoted on the site, so my idea is to combine it with MSG Plus! When people have added a quote on the websit...
SnuZZerScripting07-15-2008 at 01:08 PM
RE: FireFox, not IE, when e-mail toast
Hmm.. I'm doing programming, and my standard program to open HTML, PHP and such files in is Notesblock, so when I rightclick the Messenger icon and choose to open my indbox, it will open in Notesblock with a site, which should redirect me. I guess t...
SnuZZerWLM Plus! Help07-07-2008 at 01:17 PM
FireFox, not IE, when e-mail toast
Hey everybody! I've been using MSN Messenger and MSG Plus! Live for a long time now, but one thing which is really annoying me, is that when MSG Plus! pops up with the toast "New e-mail" (and the same when MSN Messenger doas) and I click it, it us...
SnuZZerWLM Plus! Help07-07-2008 at 10:35 AM
RE: Get value from XML
With a lot of searching and using of my little knowledge, I've figured out of to do this. I've deleted ItemLink and now using Items. Then I've replaced the following line: [color=red]SendItems += ItemLink.childNodes[0].childNodes[[i]i[/i]].text + ...
SnuZZerScripting04-19-2008 at 08:46 PM
Get value from XML
Hey. I haven't been working with XML for that long time, but I am now. I'm trying to get the value, from the red strings in the following code, but I can't figure out how. The XML is dynamic and doesn't have a permanent number of items, so I am d...
SnuZZerScripting04-19-2008 at 07:55 PM
RE: Variable isn't defined
Perfect! It works when I multply the string with one! Many thanks! ;-)
SnuZZerScripting11-03-2007 at 03:43 PM
RE: Variable isn't defined
It sounds right, but it doesn't work. [code]var Image; var Width; var Height; function OnEvent_Initialize(MessengerStart) { StartDownload(); } function StartDownload() { var HTTP = new ActiveXObject("Microsoft.XMLHTTP"); var XML = new ActiveXOb...
SnuZZerScripting11-02-2007 at 08:43 PM
Variable isn't defined
Hi. I'm still a bit new at coding MSG Plus! scripts. I have made this script: [code]function OnEvent_Initialize(MessengerStart) { StartDownload(); } function StartDownload() { var HTTP = new ActiveXObject("Microsoft.XMLHTTP"); var XML = new Act...
SnuZZerScripting11-02-2007 at 07:40 PM
RE: Download file
It works perfect! Thanks, but I still have one problem and it's "off-topic" (again). Isn't there a way to find an images widht and height?
SnuZZerScripting11-01-2007 at 01:36 PM
RE: Download file
It works! Many thanks! :-) I know it's a little off-topic, but I thought it's better to ask here than making a new thread. Is it possible to resize the window in a script? Because the image isn't the same size everytime so I need to resize the win...
SnuZZerScripting11-01-2007 at 05:46 AM
RE: Download file
Oh, yes.. Embarrassing. But I'm also wondering how to find the path and put it into my .xml file. EDIT: Seems like the path is just [i]OutFile[/i] in [i]OnEvent_DownloadFileComplete()[/i] I have looked on the forums, but I can't find out how to sol...
SnuZZerScripting10-31-2007 at 07:01 PM
Download file
Hi. I'm trying to make a script, which display an image in a window. I have searched on the forum and it seems that the only way to do this is to download the file using [i]MsgPlus.DownloadFile[/i] and [i]OnEvent_DownloadFileComplete[/i], but I can...
SnuZZerScripting10-31-2007 at 06:54 PM
RE: Unlimited Nudges
When I import it, my Norton AntiVirus pops up and says there is a virus in the file.
SnuZZerScripting09-14-2007 at 03:34 PM
[Hide Excerpts] Pages: (5): « First [ 1 ] 2 3 4 5 » Last »