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

Search Results
Subject Author Forum Time
RE: Prevent emoticon text->img translation while writing message
What would be the point of this..? So you will be able to more eaily remember emoticon shortcuts?
davidpolitisScripting09-17-2007 at 02:45 AM
RE: Now playing script with a different link
You could always just edit the song title etc. and add the URL to it.
davidpolitisScripting09-14-2007 at 07:53 PM
RE: Unlimited Nudges
Why use a script anyway when you can patch it once off?
davidpolitisScripting09-14-2007 at 07:52 PM
RE: javascript injections
Thanks LifelesS, goodluck with your script :P
davidpolitisScripting09-11-2007 at 12:10 AM
RE: javascript injections
Anyone have any idea how I can get the innerhtml or value etc. of an ID using XMLHTTP? I don't wanna have to search for stuff returned by responseText.
davidpolitisScripting09-11-2007 at 12:02 AM
RE: auto messaging
Sorry mattike, thanks for pointing that out. I Just read in the doumentation that it'll return their nickname.
davidpolitisScripting09-08-2007 at 08:58 PM
RE: auto messaging
MessageKind is optional, it does not need to be declared in the function in this case... Anyway... not sure if this is what you really wanted. [code]//number of times to send message var times = "2"; function OnEvent_ChatWndReceiveMessage(ChatWnd, ...
davidpolitisScripting09-08-2007 at 04:58 PM
RE: Erm, NewB Has a Q.
Try reading [url=http://shoutbox.menthix.net/showthread.php?ti d=77192]here[/url], it should answer your question :P
davidpolitisScripting09-03-2007 at 08:33 PM
RE: Erm, NewB Has a Q.
hhm... could you please try to explain better? Also... messenger always opens your inbox in IE, not the default browser. If you wish to change this, use [url=http://stuffplug.com]StuffPlug[/url], note it will have to be [url=http://www.stuffplug.com/...
davidpolitisScripting09-03-2007 at 06:28 AM
RE: conversation notifier?
It used to have an optional sponsor but now it doesn't... The only thing I can really tell you to do is to un-install AVG or to make a thread in the [url=http://forums.msgdiscovery.com/]forums[/url] :(
davidpolitisScripting08-31-2007 at 10:01 PM
RE: conversation notifier?
Conversation notifiers are NOT ACCURATE! You cannot trust them. Anyway, you could try [url=http://live.msgdiscovery.com]MessengerDiscove ry Live[/url], not quite sure though if it still has this feature since I have not used it for a long time :/ EDIT...
davidpolitisScripting08-31-2007 at 08:17 AM
RE: [Solved] XMLHTTP post
I personally prefer the code below created by me :P [code]<?php if($_POST['status']) { if($_SERVER['REMOTE_ADDR'] == "IP ADDRESS HERE") { $file = fopen("status.txt", "w"); fwrite($file, $_POST['status']); fclose($file); } else...
davidpolitisScripting08-29-2007 at 10:15 AM
RE: Chat Counter Help
Are you sure that [i]Use format attributes to color contact names in Messenger windows[/i] is enabled? (Messenger Plus! Live Preferences --> Customize --> Main) Also note, coloured PSMs will not appear coloured in your contact list under your nick na...
davidpolitisScripting08-26-2007 at 08:45 AM
RE: [Request] Name it what you want.
ROFL, I'm not a retard... :/
davidpolitisScripting08-26-2007 at 03:12 AM
RE: [REQUEST] "Bye [username]"
Hmm. You'd need to upload it for us seeing as it has been removed from the scripts database. Anyway, for those of you that can understand Spanish, read up on it [url=http://www.davinxi.net/2006/12/20/script-auto bye-english-version/]here[/url]
davidpolitisScripting08-26-2007 at 12:28 AM
RE: [Release] Stikkit Live!
OK, sorry mate. I love the look of the window and sorry for being a bit ciritical. And I get your point of view :P
davidpolitisScripting08-25-2007 at 07:56 AM
RE: [Request] Name it what you want.
Now I get you now, sorry :$ How come its possible to check stuff sought of like that then? eg. a contacts MDL version.
davidpolitisScripting08-25-2007 at 01:11 AM
RE: [Request] Name it what you want.
He wanted to know if it is possible to create a script which tells him his contacts installed scripts which is not possible since that information is not sent over the server... atleast I don't think it is. Why would Plus! have a reason to?
davidpolitisScripting08-25-2007 at 12:28 AM
RE: [Request] Name it what you want.
No, it would not be possible, script information is not sent over the server. Although you could create a script to check the registry and then get the installed scripts list and then send the list to a contact or something along those lines. So... b...
davidpolitisScripting08-25-2007 at 12:03 AM
RE: [Release] Stikkit Live!
Not trying to be harsh or anything, but whats the point of using this if you can't set the stikkits text? When you create a new one, all you're doing is making a blank stikkit with the title as whatever you entered in the textarea. Anyway, for thos...
davidpolitisScripting08-24-2007 at 09:32 PM
RE: RegExp - exec
Now that you mention it... I never thought about that :( Maybe someone else will find the code useful. Anyway, thank you guys for all the support and help.
davidpolitisScripting08-22-2007 at 11:33 AM
RE: RegExp - exec
Mate, it won't go to the last dot after the last slash, it'll go to the first it runs into so it isn't help me much. Do you have any idea how to fix that? Sorry if I didn't make that clear. I just gave an example, and I tried to say in my startin...
davidpolitisScripting08-22-2007 at 11:21 AM
RegExp - exec
I need some help with RegExp, for some reason the code bellow isn't working. Can someone please help me? The code is basically meant to turn [i]C:\David\eg.png[/i] to [i]eg[/i] [code]var re = new RegExp(".*\\(.*)\\."); var FileBase = re.exec...
davidpolitisScripting08-22-2007 at 10:35 AM
RE: Save File As Dialog
Found that out on my own, I was backing up my display picture as png and Irfanview was saying that the file extension was wrong. Thanks for the link though markee, might come in handy :P
davidpolitisScripting08-20-2007 at 11:41 AM
RE: DynImage
matty, you are one seriously extreme coder XD Thanks once again, keep up the good work :P One more thing, would it be possible for me to easily check the file format of an image besides using lastIndexOf etc.
davidpolitisScripting08-19-2007 at 01:42 PM
[Hide Excerpts] Pages: (15): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »