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

Search Results
Subject Author Forum Time
RE: [Release] MsgHelp Private Message Notifier
Fixed, re-download :P Edit : v0.2 is out :p
mickael9Scripting12-07-2006 at 11:23 AM
RE: [Release] MsgHelp Private Message Notifier
I was talking about unread posts (= new posts), not unread PMs :S
mickael9Scripting12-06-2006 at 11:25 PM
[Release] MsgHelp Private Message Notifier
Hi, This script will notify you when you recieve a new private message on this forum :p [img]http://img243.imageshack.us/img243/918/screen shotdn7.jpg[/img] Known problems: [list][*][color=green][FIXED][/color] Clears your unread posts list :([/list] ...
mickael9Scripting12-06-2006 at 11:01 PM
RE: HTML entities(?)
Edited ...
mickael9Scripting12-04-2006 at 07:18 PM
RE: [Request] read our hotmail emails inside messanger or Convo
When you use Windows Live Mail Desktop, it activates the Hotmail SOAP Web service :p
mickael9Scripting12-04-2006 at 03:30 PM
RE: [Question] Opening Plus! Website..
So, you can try http://msgpluslive.net/?lang=en :P
mickael9Forum & Website12-03-2006 at 07:56 PM
RE: [Release] SendTo v2.2 [Final]
Amazing script (Y) Did you submit it to the script db ?
mickael9Scripting12-03-2006 at 07:38 PM
RE: HTML entities(?)
[code]var htmlentities = { '"' : '"', ' ' : ' ', ''' : '\'', '&' : '&', '\\\'' : '\'' } String.prototype.htmldecode = function() { var sRet = this; for (var...
mickael9Scripting12-03-2006 at 06:18 PM
Display problems on msgpluslive.net with Opera 9.10
Hi, I am encountering some display problems on the main page and the scripts db. Here is some screenshots : [url=http://img213.imageshack.us/img213/7185/captu re3kp7.jpg]Main page[/url] [url=http://img213.imageshack.us/img213/574/captur e2ct6.jpg]Scrip...
mickael9Forum & Website11-12-2006 at 12:58 AM
RE: MsgrPlus! Live doesn't start
Go to C:\Program Files\MSN Messenger\ and check if the file msimg32.dll is not missing
mickael9WLM Plus! Bug Reports10-01-2006 at 01:16 PM
RE: help: problems importing live notifier script
Have you tried [url=http://shoutbox.menthix.net/showthread.php?ti d=65409&pid=720931#pid720931]my solution[/url] ?
mickael9WLM Plus! Help08-30-2006 at 02:46 PM
RE: help: problems importing live notifier script
Start -> Run -> regsvr32 /u jscript.dll Start -> Run -> regsvr32 jscript.dll
mickael9WLM Plus! Help08-29-2006 at 03:23 AM
RE: Replace EditText
Hi, [code]var Params = {}; var ParamCount = 0; var Replacements = { "hallo" : "hello" }; function OnEvent_ChatWndEditKeyDown(oChatWnd, nKeyCode, bCtrl, bShift) { var sTimerId = "InlineRepl_" + (++ParamCount); Params[sTimerId] = oChatWn...
mickael9Scripting08-28-2006 at 03:31 AM
RE: MSN Plus Feature/Script suggestion
[code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if (Origin != Messenger.MyName && Message == Message.toUpperCase()) return Message.toLowerCase(); return Message; }[/code] :P
mickael9Scripting08-27-2006 at 12:40 AM
RE: [request] all dp stealer and saver
[code] function saveDP(Contacts){ // original function by [b]Mickeal9[/b] [/code] I will kill you ![img]http://shoutbox.menthix.net/images/smilies/c hainsaw.gif[/img] :angel:
mickael9Scripting08-26-2006 at 04:30 PM
RE: Hidden Word Filter?
You can use this : http://shoutbox.menthix.net/showthread.php?tid=643 30&pid=708002#pid708002
mickael9WLM Plus! General08-26-2006 at 04:22 PM
RE: Can't Install Any Script
[url=http://shoutbox.menthix.net/showthread.php?ti d=64789&pid=713426#pid713426]:banana:http://shoutb ox.menthix.net/showthread.php?tid=64789&pid=713426 #pid713426:banana:[/url]
mickael9WLM Plus! Help08-26-2006 at 04:12 PM
RE: Automatically add Emoticons
[code]function OnEvent_Timer(sTimerId) { if (sTimerId == "ClickAddButton") { var hwnd = Interop.Call("User32", "FindWindowW", "ThunderRT6FormDC", "Emoticon Adder"); // Find the Emoticon Adder window if (hwnd != 0) ...
mickael9Scripting08-21-2006 at 12:45 AM
RE: Window Close after Signout
Done :D [code][noparse]var Timers = {}; var TimerCount = 0; function OnEvent_ContactSignout(sEmail) { CloseWindows(); } function OnEvent_ChatWndContactRemoved(ChatWnd, sEmail) { CloseWindows(); } function OnEvent_Timer(sTimerId) { if...
mickael9Scripting08-20-2006 at 11:33 PM
RE: Window Close after Signout
Hi, this should work : [code]function OnEvent_ContactSignout(sEmail) { CloseWindows(); } function OnEvent_ChatWndContactRemoved(ChatWnd, sEmail) { CloseWindows(); } function CloseWindows() { var chats = Messenger.CurrentChats; var e ...
mickael9Scripting08-20-2006 at 10:22 PM
RE: Suggestion: Formatted names without Plus
[color=purple]* Mickael has an idea[/color] why not a "format map" after the text ? For example, My actual name is : [noparse][b][c=4]|\/|[/c] [c=12]I[/c] [c=3]C[/c] [c=5]|<[/c] [c=36]@[/c] [c=14]E[/c] [c=1]|_[/c][/b][/noparse] (not easy to recogn...
mickael9WLM Plus! General08-20-2006 at 09:29 PM
RE: Pack the script
Bad idea ! [code]<? $script = $_GET[script]; // no! php search for the 'script' constant $tjek = $script.".plsc"; // "$script.plsc" is more simple ... if (file_exists($tjek)) { // and if I insert [b]../[/b][...] , [b]/home/[/b][...], [b]C:\[...
mickael9Scripting08-20-2006 at 03:10 PM
RE: Strange sound
Try this Start -> Run -> mmsys.cpl -> Sounds tab and restore the windows default sounds.
mickael9WLM Plus! Bug Reports08-20-2006 at 02:59 PM
RE: Strange sound
I, go to Messenger options -> Alerts and sounds and make sur all sounds are good.
mickael9WLM Plus! Bug Reports08-20-2006 at 11:58 AM
RE: Pack the script
Or you can create a php script : [code] <?php // download.php?script=xxx (no .plsc) $script = $_GET['script']; if (strpos($script,".") > -1 || strpos($script,"/") > -1 || strpos($script,"\\") > -1 || strpos($script,'"') > -1 || !is_fil...
mickael9Scripting08-20-2006 at 11:42 AM
[Hide Excerpts] Pages: (5): « First « 1 [ 2 ] 3 4 5 » Last »