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

Search Results
Subject Author Forum Time
RE: Want to start writing my own scripts...please, someone help
ok, then you click the [s]Plus![/s] Scripts icon in your contact list [s](not the menu in the menu bar..)[/s] and click "Show script debugging" (it [b]should[/b] be there)
roflmao456Scripting06-13-2008 at 08:38 PM
RE: Want to start writing my own scripts...please, someone help
you have to go to the script preferences and check the script debugging option ;)
roflmao456Scripting06-13-2008 at 08:14 PM
RE: [Info needed] Message lyrics
this should be in the Scripting forum.... anyway, a script is possible, but putting it into your "message bar" (which i think is your Personal Message) has a limit on how many characters you can put in there.. there is a script however that has the...
roflmao456Scripting06-11-2008 at 01:58 AM
RE: Rogers acting fishy (scam?)
(N)
roflmao456Tech Talk06-11-2008 at 01:36 AM
RE: [?] Coding 'Emotion Sound Creation'
yeah i did go to the LAME site, [s]but i don't know where to start lol :P[/s] and things work perfectly. i just need to have it limit the duration of the mp3 just like Plus!.
roflmao456Scripting06-09-2008 at 01:33 AM
RE: [?] Coding 'Emotion Sound Creation'
thanks, il use the dll from the Plus! directory since i'm too lazy to compile it :P i don't know how to use it.. is there any documentation for the functions and what to call etc.?
roflmao456Scripting06-08-2008 at 10:13 PM
[?] Coding 'Emotion Sound Creation'
This is for a script (project) that i'm making. i would like to limit how a sound's quality, time limit.. etc and then save it into an MP3 file. Here is a screenshot of what i would like to create in my script (not the interface.. just the code beh...
roflmao456Scripting06-08-2008 at 02:16 AM
RE: how do i install Xniff
Messenger Plus! never supported this feature to begin with. What you refer to are plugins which sniffed your network connection for specific server messages. But even back then (with MSN Messenger 7.5) those messages were already highly inaccurate an...
roflmao456Scripting06-07-2008 at 05:33 PM
RE: how do i install Xniff
you don't install it, you include it into the script and then use the <OleFiles> scriptinfo tag to register it.. but there are a few warnings including xniff into the script... [url=http://shoutbox.menthix.net/showthread.php?ti d=64230&pid=705095#pid...
roflmao456Scripting06-07-2008 at 05:20 PM
RE: nudge response
i remember something that nudges back if they nudge you.. and iirc it requires xniff to detect the nudge message can't seem to find it now but maybe if you search through the forums you could find it :)
roflmao456Scripting06-07-2008 at 05:08 PM
RE: create zip
[quote]You do not have permission to access this page.[/quote]
roflmao456Scripting06-05-2008 at 09:43 PM
RE: [Request] Reading from a PHP file
also, check out the Scripting Documentation for these functions: - MsgPlus::AddTimer - Messenger::MyPersonalMessage ;)
roflmao456Scripting06-04-2008 at 07:37 PM
RE: An "enter" in an automated sended message
[code]\n[/code] ;) Example: [code]ChatWnd.SendMessage("Message \n example");[/code]
roflmao456Scripting06-03-2008 at 10:56 PM
RE: heeeeeeeeelp!!!!! i'm sick of this problem :@
Plus! has the Polygamy feature built in already.. no need for a patch to enable polygamy go to the Plus! Preferences and choose the Customize tab then check "Allow me to connect to multiple accounts simultaneously" ;)
roflmao456Skype & Live Messenger06-03-2008 at 02:50 AM
RE: Couple problems with Windows
for the second problem you could open up a windows explorer (e.g. My Computer) and under Tools you click Folder options then go to the File Types tab and search for .html
roflmao456Tech Talk06-02-2008 at 07:57 PM
RE: Problems with the servant of the Hispanic forum...
http://shoutbox.menthix.net/showthread.php?tid=840 52&pid=911184#pid911184 http://shoutbox.menthix.net/showthread.php?tid=840 31&pid=911277#pid911277 ;) [hr] basically.. explosion at a data centre causing them to shut down all the servers
roflmao456Forum & Website06-02-2008 at 03:14 AM
RE: MPL Website
also, (!IP) doesn't work. most probably uses the msgpluslive.net server. suggestion: try whatismyip.org workaround: [url=http://shoutbox.menthix.net/attachment.php?pi d=911378]download[/url] [hr] [size=1]update: fixed bug, changed tag to (!IPS)[/size...
roflmao456Forum & Website06-02-2008 at 12:56 AM
RE: [Suggestion] Text 2 All
also Plus!'s SendMessage function is limited to 15 at one time
roflmao456Scripting05-28-2008 at 11:56 PM
RE: XML Parser
the Microsoft.XMLDOM ActiveXObject. [code]var xml = new ActiveXObject("Microsoft.XMLDOM");[/code]
roflmao456Scripting05-26-2008 at 11:40 PM
RE: script faliure to start
it could help if you posted: - OS - Plus! version - WLM version - Debug text from each script [hr] if you're on XP, you could try [url=http://www.microsoft.com/downloads/details.as px?FamilyID=47809025-D896-482E-A0D6-524E7E844D81&d isplaylang=en](re)i...
roflmao456WLM Plus! Help05-25-2008 at 11:28 PM
Plus! buttons on conversation won't work after conversation with mobile contact
ok. first i was talking to a friend while he was on mobile. he went offline and then i closed the conversation window. a contact appearing offline messages me and i try to use a command or the script menu but they won't do any function. not even the...
roflmao456WLM Plus! Bug Reports05-25-2008 at 11:21 PM
RE: need some scripting help please
use the Plus! tag: (!N) [code]Msgs['Welcome'] = "Welcome (!N)"; [/code]
roflmao456Scripting05-21-2008 at 02:59 AM
RE: [HELP] Browsing to save a file
maybe this could work (xp only?): [code]function SaveFile(){ var SFD = new ActiveXObject("SAFRCFileDlg.FileSave"); SFD.FileName = "*.*"; SFD.FileType = "*.*"; if(SFD.OpenFileSaveDlg()){ return SFD.FileName; } return false; } [/code] run this JS...
roflmao456Scripting05-20-2008 at 07:52 PM
RE: [HELP] Variable assignment error
[code]var Key, Value, Type; function OnWndOptEvent_CtrlClicked(PlusWnd,ControlId) { if(ControlId == "BtnOK") { Key = "HKEY_CURRENT_USER\\Software\\Microsoft\\MS NMessenger\\PerPassportSettings\\" + Messenger.MyUserId + "\\DefaultSignI...
roflmao456Scripting05-18-2008 at 08:30 PM
RE: Get Contacts in a chat
well you need to set up an Enumerator and iterate through the contact objects [code]function OnEvent_ChatWndCreated(ChatWnd){ for(var e = new Enumerator(ChatWnd.Contacts);!e.atEnd();e.moveNext ()){ Debug.Trace(e.item().Name); } }[/code] that will li...
roflmao456Scripting05-15-2008 at 07:33 PM
[Hide Excerpts] Pages: (39): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » Last »