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

Search Results
Subject Author Forum Time
Why does my WMP keeps freezing.
lrac522Tech Talk10-22-2006 at 03:44 AM
RE: Logs encryption problem
[size=1]That program is only for logs created with Messenger Plus! 3. Messenger Plus! Live uses a different (stronger) algorithm to encrypt/decrypt logs. So you wont be able to use that program for logs created with Messenger Plus! Live.[/size] -----...
CookieRevisedWLM Plus! Bug Reports10-22-2006 at 01:59 AM
RE: [Request] imitate msg
RemoteAccess can do exactly as you requested, but PlusRemote and RemoteController have much more features. Both PlusRemote and RemoteController have the ability to 'link' chat, only PlusRemote can link chatwindows (useful in conversations with mor...
Plan-1130Scripting10-22-2006 at 01:52 AM
RE: Manipulating 'following could not be sent'
You are correct that it is a kind of ping-pong.... Only the plugins and other tools which detect open convos don't do the "ping-pong". They only listen to the "pings". They actually only eavesdrop on the conversation. They can't mingle with it,...
CookieRevisedSkype & Live Messenger10-22-2006 at 01:47 AM
RE: [Request] imitate msg
I see what you mean. I don't know about other people who may come across this code, but I honestly do use it just for me and friends. Just the 4 or 5 users added to the account, and 'Only people on my Allow List can see my status or send me messag...
phuzzScripting10-22-2006 at 01:34 AM
RE: Store words outside the scripts
You can use the registry, just look at : [url]http://shoutbox.menthix.net/showthread.php?ti d=64421[/url]
Huhu_ManixScripting10-22-2006 at 01:03 AM
RE: [Request] imitate msg
And together with that you make it EXTREMELY INSECURE and a big safety hazzard for your own computer as anyone can simply do anything they want now with the account this script is running on. Including removing files and yes even screwing up your who...
CookieRevisedScripting10-21-2006 at 08:27 PM
RE: Happy Diwali & Sal Mubarak!
Happy Diwali :) I want to see the pics and video please :)
prashkerGeneral Chit Chat10-21-2006 at 06:00 PM
RE: Happy Diwali & Sal Mubarak!
damn too many fireworks for the past 3 hours and still going on... I have lots of pics of fireworks(100+) and about 2-3 mins video... if someone wants it post asking for it for it [img]http://shoutbox.menthix.net/images/smilies/ms n_happy.gif[/img]. I...
FeluGeneral Chit Chat10-21-2006 at 05:00 PM
RE: Manipulating 'following could not be sent'
Exactly, you need to make it an action text by either using a *.dll or wait until StuffPlug is released to be able to do this properly. Though your example could at least give a non-observative user the idea that it didn't get sent. Although you ...
markeeSkype & Live Messenger10-21-2006 at 02:23 PM
RE: Adding/readding/blocking/unblocking problem.
Nope, but tried it, there is no "regkey" called "Policies" in MSNMessenger. meh, doesn't matter, Im going to reformat this comp...
plawlorSkype & Live Messenger10-21-2006 at 02:11 PM
RE: Adding/readding/blocking/unblocking problem.
So you have done what was suggested [url=http://shoutbox.menthix.net/showthread.php?ti d=67237&pid=743515#pid743515]here[/url]?
AerynSkype & Live Messenger10-21-2006 at 10:42 AM
RE: problem to add new contact
This fix might help you: http://shoutbox.menthix.net/showthread.php?tid=672 37&pid=743515#pid743515
Zahid™Skype & Live Messenger10-21-2006 at 08:07 AM
RE: Happy Diwali & Sal Mubarak!
Yay! Diwali... Fireworks... sweets... gifts [img]http://shoutbox.menthix.net/images/smilies/xs o_cheesy.gif[/img]...Puja's(Religious Ceremonies) which i always run from [img]http://shoutbox.menthix.net/images/smilies/xs o_tongue.gif[/img]. But we have...
FeluGeneral Chit Chat10-21-2006 at 05:59 AM
RE: [request]Key press notifier
blow, [size=1] [noparse][*][/noparse] http://www.hypothetic.org/docs/msn/index.php (site is not updated in a long time so it doesn't contain all the ins and outs of the new protocol versions, though it will give you the most detailed explanation t...
CookieRevisedScripting10-21-2006 at 04:22 AM
RE: [Release] Capitals and full stops(Updated!)V1.1
[size=1]I don't call that a script tbh. It consist of only 1 line, doesn't check for anything at all. It will screw up commands, etc, etc. Never should have been put in the database IMO. Even JimboDude's first draft of his first script is better t...
CookieRevisedScripting10-21-2006 at 03:02 AM
RE: is there any way to display an alert\message box (MsgBox) in a script?
Windows APIs come often in two versions: an ANSI version and a UNICODE version. The ANSI versions are suffixed with the letter A. The UNICODE versions are suffixed with the letter W. eg: MessageBoxA, MessageBoxW In case there are two different APIs, ...
CookieRevisedScripting10-21-2006 at 02:36 AM
RE: Tips
[u][b]To show how things can be made shorter:[/b][/u] As an example I'll take the [url=http://shoutbox.menthix.net/showthread.php?ti d=56747&pid=617148#pid617148]'file existing' routine shown by Chris Boulton[/url].[code]// [u]Checking if a file ex...
CookieRevisedScripting10-21-2006 at 01:44 AM
RE: How to transfer rename contact database from PC to PC
just follow the [url=http://old.msgplus.net/help_tutorials.php?tut =settings-backup]tutorial[/url] that the chickenman ([img]http://shoutbox.menthix.net/images/smilies/m sn_tongue.gif[/img]) has provided, you can safely export preferences on one comput...
SupersonicdarkyWLM Plus! Help10-20-2006 at 10:37 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
i was trying to use MessageBox instead of MessageBoxW what is the difference? EDIT: the problem might not be the msgbox, if there is anything wrong with this script could you please tell me [code]function OnEvent_Initialize(MessengerStart) { } funct...
BagginsScripting10-20-2006 at 09:50 PM
RE: is there any way to display an alert\message box (MsgBox) in a script?
No he meant MsgBox :P BillBoy: try looking at this: [url=http://shoutbox.menthix.net/showthread.php?ti d=67154]Useful Snippets[/url]
MikeScripting10-20-2006 at 09:45 PM
RE: new .pif virus? says .jpg in url, redirect to .pif
try and use either ad-aware (free version) or spybot s&d
skyserpentSkype & Live Messenger10-20-2006 at 07:28 PM
RE: new .pif virus? says .jpg in url, redirect to .pif
He put the hxxp so people didn't accidentally go to the URL.
alexp2_adSkype & Live Messenger10-20-2006 at 06:37 PM
RE: new .pif virus? says .jpg in url, redirect to .pif
hxxp :/. And don't give links out in public [img]http://shoutbox.menthix.net/images/smilies/ms n_tongue.gif[/img].
FeluSkype & Live Messenger10-20-2006 at 06:36 PM
RE: Contacts problem
Thanks sooo much for this!
MetvanSkype & Live Messenger10-20-2006 at 06:12 PM
[Hide Excerpts] Pages: (926): « First « 391 392 393 394 [ 395 ] 396 397 398 399 » Last »