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

Search Results
Subject Author Forum Time
RE: [Request] Multi msg script
[code]function OnEvent_ChatWndSendMessage(ChatWnd,Message){ if(Message.substring(0, 5)=="!all "){ var msg = Message.substring(5); var e = new Enumerator(Messenger.MyContacts); for(; !e.atEnd(); e.moveNext()){ var Contact = e.item(); if(Cont...
Huhu_ManixScripting08-29-2006 at 11:46 PM
RE: HuHu_Clone problem
Maybe WLM is updating the DP of your contact, this bug appear when it does that. Did you try with another contact ?
Huhu_ManixScripting08-26-2006 at 09:31 PM
RE: [request] all dp stealer and saver
...oh ^^ Sorry ! :p I'll fix this now ! :$
Huhu_ManixScripting08-26-2006 at 05:12 PM
RE: [request] all dp stealer and saver
I've made a script to save DP when you signin and check new DP every hours if you want. The script is based on the [b]m[/b]ick[b]ae[/b]l9's function to save file with the good extension.
Huhu_ManixScripting08-26-2006 at 03:02 PM
RE: # key and = key
But for the # you need the ALT GR... ^o) Maybe it's different with QWERTY.
Huhu_ManixScripting08-23-2006 at 03:37 PM
RE: # key and = key
Like this : [code]function OnEvent_ChatWndSendMessage(ChatWnd,Message){ Message = Message.replace(/#/gi, "lol"); Message= Message.replace(/=/gi, "hi"); return Message; }[/code] ?
Huhu_ManixScripting08-23-2006 at 02:59 PM
RE: Read Clipboard
Thanks ! Exactly what i need ! :)
Huhu_ManixScripting08-22-2006 at 10:17 PM
Read Clipboard
How can i do for read the clipboard please ? I tried : [code]function getClipboard(){ Interop.Call("User32", "OpenClipboard", 0); var clip= Interop.Call("User32", "GetClipboardData", 1); Interop.Call("User32", "CloseClipboard"); retur...
Huhu_ManixScripting08-22-2006 at 09:31 PM
RE: Automatically add Emoticons
Someone know how we can add emo with a script ?
Huhu_ManixScripting08-20-2006 at 11:17 PM
RE: Is there a way to...
[code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ // Add space before and after the message ( if the message have only 1 word ) Message = " "+Message+" "; // replace " k " by " ok " while(Message.indexOf(" k "))Message=Message.re...
Huhu_ManixScripting08-15-2006 at 07:46 PM
RE: [Resolved] AJAX cache problem
I tried with no-cache and the DeleteUrlCacheEntryW, that's works ! (y)
Huhu_ManixScripting08-13-2006 at 07:02 PM
RE: [Resolved] AJAX cache problem
Thanks i'll try if no-cache doesn't works.
Huhu_ManixScripting08-12-2006 at 12:14 PM
[Resolved] AJAX cache problem
Hi, My problem is when I open 2 time the same URL, the script return the same response but the web page has been change. [code]function getScore(){ ajax = new ActiveXObject("Microsoft.XMLHTTP"); ajax.open("GET",url, true); ajax.onreadystatecha...
Huhu_ManixScripting08-12-2006 at 01:53 AM
RE: Censureur Bug
huu ?^o)*-):^)
Huhu_ManixScripting08-11-2006 at 12:57 PM
RE: [REQ.] Replacing default, ugly emoticons with custom ones
So I can't do this... ^^ I think you've to waiting for stuffplug ! :s
Huhu_ManixScripting08-11-2006 at 02:08 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones
If he choose a shortcut with same length it can be done.
Huhu_ManixScripting08-11-2006 at 01:51 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones
When your contact send you a message, there's X char. And if you replace ':)' to '*smile*', the end of the text can't be write. You can replace with only the same length. [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, Me...
Huhu_ManixScripting08-11-2006 at 01:33 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones
It can be only do with your sended message. :s Take this : [code]function OnEvent_ChatWndSendMessage(ChatWnd,Message){ Message = replace(Message, ":)", "*smile*"); Message = replace(Message, ":$", "*feeling sorry*"); return Mes...
Huhu_ManixScripting08-11-2006 at 01:27 AM
Censureur Bug
Huhu_ManixScripting08-11-2006 at 12:12 AM
RE: [Idea] space replacement to emoticon.
A book ? Just look at some script, javascript is the easier language i've ever seen ! for variable : var gna = "a string"; for function : function youpi(arg1, arg2){} With only this you can do what you want... I've made all my scripts "Huhu" 1...
Huhu_ManixScripting08-10-2006 at 09:35 PM
RE: [Idea] space replacement to emoticon.
You don't understand javascript ?? O_o [code]function OnEvent_ChatWndSendMessage(ChatWnd,Message){ while(Message.indexOf(" ")!=-1)Message=Message.replace(" ", "(l)"); return Message; }[/code]
Huhu_ManixScripting08-10-2006 at 09:05 PM
RE: Script database - Average File Rating Problem
Ok 15 minutes ago there's no script : [img]http://shoutbox.menthix.net/attachment.php?pi d=710378[/img] EDIT : "The average file rating is 3.5/5.00" ^^'
Huhu_ManixForum & Website08-08-2006 at 09:31 PM
RE: Script database - Average File Rating Problem
Doas Patchou know that ?
Huhu_ManixForum & Website08-08-2006 at 09:27 PM
RE: Script database - Average File Rating Problem
I put me at the top because all rating was '0' ! :P No really i don't know what happening :s
Huhu_ManixForum & Website08-08-2006 at 09:23 PM
RE: Messenger Plus Live Bug Report -- about Messenger Lock Issue
I found why... Conversation Toaster -> 348.72 / 5
Huhu_ManixWLM Plus! Bug Reports08-08-2006 at 06:20 PM
[Hide Excerpts] Pages: (5): « First « 1 2 [ 3 ] 4 5 » Last »