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

Search Results
Subject Author Forum Time
RE:
No, it can't be reversed. Read the first posts in this thread.
CholiSkype & Live Messenger09-17-2003 at 08:18 PM
RE:
That's interesting. Ginge uses other way to handle ULongs. It's nice to see other ways to solve the same problem [size=1]but I like more the way I did it, using longs not variants and going bit by bit[/size]
CholiSkype & Live Messenger09-17-2003 at 05:10 PM
RE: Personal reactions to recent news
Chris an sock: Yep, you can monitor the protocol but it's very dificul to know a protocol by looking it through a sniffer (or snifer? :P). Also you can copy the asm code but that will cause legal troubles as wtbw said. Anyway, I know that whatever M...
CholiArchive09-17-2003 at 04:35 PM
RE: Personal reactions to recent news
What Chris said is what happens now. The authentication protocol uses md5 to check the password. What Microsoft wants to do (if I understood well) is change the protocol and use a new one. That new protocol wouldn't be public so 3rd party clients w...
CholiArchive09-16-2003 at 05:09 PM
RE: Personal reactions to recent news
It's hard to say, but MS owns the protocol and it can change it or make a new one. I don't like the idea of MS, but I have to agree with Patchou. I don't like the idea, because I won't be able to connect from linux and there won't be 3rd-party c...
CholiArchive09-15-2003 at 08:08 PM
RE:
The beta version of MSN Msg 6 used emails but now it uses the numbers. Mybe you installed that beta and that folder is there since then. If now you have the "no-beta" version, you can't use that folder
CholiSkype & Live Messenger09-14-2003 at 12:03 PM
RE:
If you use (for example) the Messenger Plus! tab installer, you have to select your folder to install the tab. If you don't know which folder is yours... BTW, in the next version of the messenger plus tab inst, you'll type your email and won't se...
CholiSkype & Live Messenger09-14-2003 at 12:10 AM
RE:
The probability of that is 1 in 4294967296. But in that case, both users will share custom emoticons, display picture, settings, etc...
CholiSkype & Live Messenger09-13-2003 at 10:28 PM
RE:
BTW, wtbw, where did you find that code? or who told it to you?
CholiSkype & Live Messenger09-13-2003 at 09:08 PM
RE:
BooGhost: Yes, Mnjul is right. Given a number, we can't tell the email. The code is a hash function, that means that (in theory) there are several (infinyte, maybe) emails which have the same id number (but don't expect knowing 2 emails with the sa...
CholiSkype & Live Messenger09-13-2003 at 06:59 PM
RE: Messenger Plus! 2.21
That's a bit difficult. Patchou's server should have some "messenger client" connected (signed in). The you add that contact to your contact list and when a new update is aviable that contact (Patchou's server) would send you a message telling ...
CholiArchive09-13-2003 at 05:54 PM
RE: VB-sTagArg
Which tag are you trying to use? (!X[b]what?[/b])
CholiPlug-Ins09-13-2003 at 05:26 PM
RE:
wtbw, the code is great!! and, btw, if someone wants to work out his/her id number... hehe, I've made this: [size=1]updated the program. actually, no big changes, just remove the "6", because the programs works with messenger 7 too (not only versi...
CholiSkype & Live Messenger09-13-2003 at 05:15 PM
RE:
Wow!! I was looking for something like that since the release of MSN Msg 6!! /me is going to test it now!
CholiSkype & Live Messenger09-13-2003 at 03:11 PM
RE: VB-sTagArg
No, I haven't. But it should work. Try this (it's the same, but other way of doing it): [code] Public Function ParseTag(ByVal sTag As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean If LCase$(Left$(sTag, 6)) = "(!xta...
CholiPlug-Ins09-13-2003 at 03:06 PM
RE: VB-sTagArg
What's the problem?
CholiPlug-Ins09-13-2003 at 02:48 PM
RE: VB-sTagArg
[code] If (StrComp(Left$(sTag, 6), "(!XTAG", vbTextCompare) = 0) Then sResult = Mid$(sTag, 7, Len(sTag) - 7) '<----edited ParseTag = True Exit Function End If [/code] You can also check at the [b]if[/b] if [b]Right$(sTag, 1) = ")"[/b...
CholiPlug-Ins09-12-2003 at 08:12 PM
RE: Tired of MSN ads...????
/slap Messenger_Plus! I'm not english, and I was thinking about what I wanted to say, not how to say it. Sorry for my bad english. :( Meksilon: I think there are easier ways to do that (like S7a5 said)
CholiSkype & Live Messenger09-12-2003 at 07:44 PM
RE: Tired of MSN ads...????
I think that those adds has nothing to do with MSN 6, but with the messenger service of NetBIOS, a buggy service of windows to share printers and bla bla bla... in lans
CholiSkype & Live Messenger09-11-2003 at 07:48 PM
RE: New plugin feature
Mnjul: Why don't you put /appearoffline #/online Maybe the first # is not needed, I don't know.
CholiPlug-Ins09-10-2003 at 05:05 PM
RE: Messenger Plus! 2.21.55
(Y) Patchou /me goes to view the version history, but won't download it now because want to see the update window of Plus!
CholiArchive09-09-2003 at 04:22 PM
RE: Messenger Plus TAB
When the installer says "Messenger Plus! Tab was already installed", that means that the code of the tab has been successfully inserted into the configcache.xml file. With msn msg 6.0, the code is read and the tab displayed. With msn msg 6.1, it s...
CholiForum & Website09-09-2003 at 04:14 PM
RE: Messenger Plus! 2.21
Because Plus! checks for a new update once a week. Wait a week and you'll get the update ;)
CholiArchive09-09-2003 at 04:09 PM
RE: Messenger Plus! 2.21
Plus! [b]does[/b] have the Auto-Update feature, but it's disabled to avoid the site to go down. (that's right, isn't it, Patchou?)
CholiArchive09-08-2003 at 08:59 PM
RE: Message encoder - final
PGP will be great, but you have to share your public key with your contacts and, well, I don't know exactly how pgp works neither if there is a dll to encode / decode pgp. Currently, I'm thinking about what i said before: Rijndael, the AES standar....
CholiPlug-Ins09-08-2003 at 12:07 AM
[Hide Excerpts] Pages: (118): « First « 108 109 110 111 [ 112 ] 113 114 115 116 » Last »