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

Search Results
Subject Author Forum Time
RE: [Request] Very Simple Responder
I get what you mean. Here is the new code: [code=JScript]var messages = new Array(), i=new Array(); messages[0] = "First Message"; messages[1] = "Second Message"; messages[2] = "Third Message"; function OnEvent_ChatWndReceiveMessage(ChatWnd, ...
roflmao456Scripting04-18-2009 at 07:00 AM
RE: [Request] Very Simple Responder
Using: - Event [i]ChatWnd_ReceiveMessage[/i] - Func [i]ChatWnd::SendMessage[/i] There is no on/off switch. I want you to try out Plus! scripting and create a boolean variable. [code=JScript]var messages = new Array(), i=0; messages[0] = "First Messa...
roflmao456Scripting04-16-2009 at 04:08 AM
RE: Can I access to another file
Use the FileSystem object (Scripting.FileSystemObject) to edit your js file Then, try out the function "UploadFileFTP" (or similar) to upload the js file into your server :P
roflmao456Scripting03-24-2009 at 09:19 PM
RE: [Request] Now Playing + Lyrics in PSM?
Possible Best if the id3 tags of the mp3 file are correctly filled out then it would be easy..
roflmao456Scripting03-24-2009 at 09:15 PM
RE: [SOLVED]Now Playing 1.3.4 BUG
IIRC, you have to reinstall "Windows Script". http://www.microsoft.com/downloads/details.aspx?fa milyid=47809025-D896-482E-A0D6-524E7E844D81&displa ylang=en
roflmao456Scripting03-18-2009 at 02:32 AM
RE: Suggestion - Skin Database - Browse by creator
similar: http://shoutbox.menthix.net/showthread.php?tid=880 61
roflmao456Forum & Website02-22-2009 at 07:19 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
I've already made this, but GJ (Y).
roflmao456Scripting02-22-2009 at 07:11 PM
RE: [Feature Request] Search Skin DB by version
http://shoutbox.menthix.net/showthread.php?tid=871 26
roflmao456Forum & Website02-22-2009 at 05:46 AM
[?] A MsgPlus."LoadScriptFolder"
It would be helpful if there was a function like this :P Right now I'm using: [code=JScript]function MsgPlus_LoadScriptFolder(f){ for(e=new Enumerator(new ActiveXObject("Scripting.FileSystemObject") .GetFolder(MsgPlus.ScriptFilesPath+"\\"+f).F.. .
roflmao456Scripting02-18-2009 at 09:51 PM
RE: [release] WLMini Music Player 2.42
I have already tried doing that in the past, but it is unstable and sometimes crashes for me.
roflmao456Scripting02-16-2009 at 03:37 AM
RE: [release] WLMini Music Player 2.42
:S Any debug text?
roflmao456Scripting02-14-2009 at 02:27 AM
RE: Prompt to update newer script version
Confirmed. My MiniContacts 2.1 script is telling me to get 2.0 when I incremented the BuildNumber by 1 :P
roflmao456WLM Plus! Bug Reports02-13-2009 at 08:41 PM
RE: I need Beta Testers...
I wonder how many people actually clicked rules.html :P
roflmao456General Chit Chat02-13-2009 at 08:38 PM
RE: [release] WLMini Music Player 2.42
You mean this? [img]http://shoutbox.menthix.net/attachment.php?pi d=951817[/img]
roflmao456Scripting02-13-2009 at 08:34 PM
RE: Coding some c. (FFmpeg/libavcodec)
i see. I'll try and find a port. Thanks
roflmao456Tech Talk02-12-2009 at 03:18 AM
RE: [release] WLMini Music Player 2.42
BUMP So is that all the bugs found or are there more? If there are no more replies with bug reports then I will just check the code one more time, make a bit of optimizations and/or changes (if needed), and then release the script.
roflmao456Scripting02-11-2009 at 08:26 AM
RE: [Release] Ev0 4
Love the update! :D
roflmao456Skinning02-11-2009 at 08:16 AM
RE: WLM Safe 4.0 - What is this!
/me is sniffing some script rivalry coming up o.0 Oh and the ftp login doesn't work :P
roflmao456Scripting02-11-2009 at 05:43 AM
RE: Coding some c. (FFmpeg/libavcodec)
I don't know, I just svn download, ./configure --enable-shared, make :P I looked up the error that the PSP was spitting out and it was "Library not found" o_O
roflmao456Tech Talk02-09-2009 at 05:12 AM
RE: [Release] Ev0 4
I don't like the media personal message (how it looks on the window) :/ And suggestion (contact list): - Add options to remove those three buttons beside the search - Add an option so that the big buttons at the top will be small (so small 16x16 ico...
roflmao456Skinning02-08-2009 at 06:01 PM
RE: [Release] Ev0 4
Wow, it looks awesome! Options panel is very user-friendly too!
roflmao456Skinning02-08-2009 at 06:11 AM
RE: Coding some c. (FFmpeg/libavcodec)
ok, i managed to compile it successfully and now it won't load at all o_o (PSP btw.)
roflmao456Tech Talk02-06-2009 at 01:36 AM
Coding some c. (FFmpeg/libavcodec)
I'm trying to put in libavcodec but the compiler (gcc) is always saying "undefined reference to `avcodec_init'" or any other avcodec function :/ Everything compiles properly but it just comes to a stop when I call a libavcodec function. Everythin...
roflmao456Tech Talk02-04-2009 at 07:41 AM
RE: [release] WLMini Music Player 2.42
Thanks, I found the error and fixed it :P (hmm i wonder why it didn't show that as an error on my debugger o.0). [code]for(pos=str.indexOf("|",pos);[/code] needs to be [code]for(pos=str.indexOf("|");[/code]
roflmao456Scripting02-03-2009 at 01:14 AM
RE: Help Willz.
[offtopic] I was expecting a post from Willz saying that he needed help :sad:
roflmao456Skinning02-02-2009 at 04:57 AM
[Hide Excerpts] Pages: (39): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » Last »