User Control Panel
Advertisements

HELP US, HELP YOU!

MSN 2.0 Final
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol modules
View unanswered posts
Author Message
Pepper
Senior Member
Senior Member


Joined: 30 Jul 2004
Posts: 178
Location: Auckland, New Zealand
Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1

PostPosted: Sun Mar 06, 2005 9:54 am    Post subject: Reply with quote

Is the MSN.pm ever going to support MSNP11? Then we could do cool PSM's Very Happy
Back to top
..::BIGmouth( )::..
God Like
God Like


Joined: 05 Feb 2004
Posts: 801

Reputation: 44.1Reputation: 44.1Reputation: 44.1Reputation: 44.1

PostPosted: Sun Mar 13, 2005 8:53 pm    Post subject: Reply with quote

A couple of bugs in this msn.pm while I was skimming through the code which should be fixed in the next version..

Quote:
CREATE OBJECT sub - Type is always 3 while CES uses 2 etc. (same with winks)
PINGS - Automatically ping every 30 seconds (while the proto gives a specific time when to ping again)
if( $cid >= 1073741824 )  { $info->{Client} = 'MSNC5'; } - It should be MSNC4 theres no MSN messenger 8 yet Razz
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Sun Mar 13, 2005 10:21 pm    Post subject: Reply with quote

Quote:
CREATE OBJECT sub - Type is always 3 while CES uses 2 etc. (same with winks)


Matt is hopefully working out whatever that means since he's doing all that stuff now.


Quote:
PINGS - Automatically ping every 30 seconds (while the proto gives a specific time when to ping again)


I knew about this one early on but honestly just plain forgot about it. (Loss of brain cells due to heavy drinking I suspect). Easy fix that Matt could add.


Quote:
if( $cid >= 1073741824 )  { $info->{Client} = 'MSNC5'; } - It should be MSNC4 theres no MSN messenger 8 yet


Is this a bug? Or are we just prepared for when MSN messenger 8 *does* come out? Wink
Back to top
..::BIGmouth( )::..
God Like
God Like


Joined: 05 Feb 2004
Posts: 801

Reputation: 44.1Reputation: 44.1Reputation: 44.1Reputation: 44.1

PostPosted: Sun Mar 13, 2005 10:41 pm    Post subject: Reply with quote

1073741824 (0x40000000) is MSNC4.
MSNC5 would actually be 0x50000000.

Quote:
use constant MSNC1 => 0x10000000; #MSN 6.0
use constant MSNC2 => 0x20000000; # MSN 6.1
use constant MSNC3 => 0x30000000; # MSN 6.2
use constant MSNC4 => 0x40000000; # MSN 7.0

http://biggiem.com/clientid.html

And it should go on like that, until microsoft just stops updating MSN.
Back to top
xaviac
Newbie
Newbie


Joined: 17 Jun 2004
Posts: 47

Reputation: 23.9Reputation: 23.9

PostPosted: Fri Apr 22, 2005 6:27 pm    Post subject: Reply with quote

Trying to install the ms 2.0 on my linux server, Gavin told me it needs to go in lib under a folder called msn. I dont know how to install that on my server via shell.

Any advice or help appreciated Laughing ?
Back to top
draget
Not Yet a God
Not Yet a God


Joined: 29 Dec 2004
Posts: 367
Location: Australia
Reputation: 32.2Reputation: 32.2Reputation: 32.2

PostPosted: Fri Apr 29, 2005 10:27 am    Post subject: Reply with quote

FTP...........


Anyone know how MSN.pm 2.5 is coming along?
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Fri Apr 29, 2005 3:03 pm    Post subject: Reply with quote

well about 2 or more months ago matt austin told me it was comign out that night.... Wink
Back to top
1337Elite
Newbie
Newbie


Joined: 22 May 2005
Posts: 6

Reputation: 11.8

PostPosted: Sun May 22, 2005 6:39 pm    Post subject: Reply with quote

where can i get this??:blink:
i think i'm a little dumb or is it the forums?
ah well...
Back to top
darkmonkey
The Merovingian
The Merovingian


Joined: 18 Apr 2004
Posts: 2557
Location: London, England
Reputation: 39.3Reputation: 39.3Reputation: 39.3Reputation: 39.3
votes: 7

PostPosted: Sun May 22, 2005 7:38 pm    Post subject: Reply with quote

All the attachments are gone. Maybe someone here can upload a copy? (I don't have one)
_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
Addict
Not Yet a God
Not Yet a God


Joined: 21 Jan 2004
Posts: 473

Reputation: 34.4Reputation: 34.4Reputation: 34.4

PostPosted: Sun May 22, 2005 7:39 pm    Post subject: Reply with quote

You can get the updated version of MSN.pm on http://msndev.net Smile but it is beta and has errors.
Back to top
fatjoe151
Newbie
Newbie


Joined: 17 Apr 2005
Posts: 7

Reputation: 13

PostPosted: Sat Jun 04, 2005 11:13 am    Post subject: Reply with quote

QUOTE(TCS @ May 22 2005, 11:39 AM)
You can get the updated version of MSN.pm on http://msndev.net Smile but it is beta and has errors.
[right][snapback]48417[/snapback][/right]

do you have a copy of this? i cant find it anywhere on the site
Back to top
malefactor
Member
Member


Joined: 27 Jan 2005
Posts: 109
Location: Lewiston, ME
Reputation: 17.7Reputation: 17.7

PostPosted: Sat Jun 04, 2005 9:10 pm    Post subject: Reply with quote

try botwork
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Sat Sep 24, 2005 4:53 pm    Post subject: Reply with quote

If MSN.pm is still being developed, some small feature could be added to convert HEX colors to MSN's version of it...

i.e. if you use #FF0000 as its color, it would identify as hex because of the # and turn it into 0000FF to send to MSN...

Code:
if ($color =~ /^\#/) {
   $color =~ s/^\#//;
   my $red = substr ($color,0,2);
   my $grn = substr ($color,3,4);
   my $blu = substr ($color,5,6);

   $color = join ('', $blu, $grn, $red);
}


Something along those lines anyway....

So then color => '0000FF' would be like normal, red text, but
color => '#FF0000' would still be red text.

lol just a little idea. Smile It could make things a little more global for some of our bot templates, when we could set one hex font color that would apply to all media instead of having to provide a second font hex dealy for MSN.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
draget
Not Yet a God
Not Yet a God


Joined: 29 Dec 2004
Posts: 367
Location: Australia
Reputation: 32.2Reputation: 32.2Reputation: 32.2

PostPosted: Sun Jan 08, 2006 10:52 am    Post subject: Reply with quote

'tis me, doubt I was missed though LOL!



Anyway, is MSN.pm still developed? Or a dead project.......



Tom
Back to top
draget
Not Yet a God
Not Yet a God


Joined: 29 Dec 2004
Posts: 367
Location: Australia
Reputation: 32.2Reputation: 32.2Reputation: 32.2

PostPosted: Mon Feb 06, 2006 11:11 am    Post subject: Reply with quote

*bump*
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol modules All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group