User Control Panel
Advertisements

HELP US, HELP YOU!

MSN 2.0
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol modules
View unanswered posts
Author Message
Art
God Like
God Like


Joined: 25 May 2004
Posts: 551
Location: Amsterdam, Holland
Reputation: 35.2Reputation: 35.2Reputation: 35.2Reputation: 35.2

PostPosted: Sat Nov 27, 2004 10:36 am    Post subject: Reply with quote

ClientCaps is great! Nice work guys! Very Happy
Back to top
ChrisBOT
Newbie
Newbie


Joined: 15 Dec 2004
Posts: 1

Reputation: 17Reputation: 17

PostPosted: Wed Dec 15, 2004 8:03 am    Post subject: Reply with quote

Hey Guys. Im new to BOT's and thought that a good way to start would be to get an echo BOT and play around with it. Well I searched high and low and found this one. I installed the latest Perl Version onto my computer also.

Though when I try to log in I get this:

Code:
Microsoft(*lazy*) Windows DOS<br />(C)Copyright Microsoft Corp 1990-2001.<br /><br />C:\DOCUME~1\CHRIS>cd C:\bot1<br /><br />C:\BOT1>Perl echobot.pl<br />MSN 2.0 (11/23/2004) Rev: 81  - Checksum: 44763-NS10325-SB52719<br /><br />SERVER ERROR : Authentication Error: No response from Passport server<br />ERROR : Trying to print 'PNG<br />' on an undefined socket<br />Caller trace:<br />  0: MSN::error (MSN/Notification.pm, line 102)<br />  1: MSN::Notification::error (MSN/Notification.pm, line 189)<br />  2: MSN::Notification::_send (MSN/Notification.pm, line 495)<br />  3: MSN::Notification::ping (MSN.pm, line 655)<br />  4: MSN::do_one_loop (echobot.pl, line 45)<br />ERROR : Trying to print 'PNG<br />' on an undefined socket<br />Caller trace:<br />  0: MSN::error (MSN/Notification.pm, line 102)<br />  1: MSN::Notification::error (MSN/Notification.pm, line 189)<br />  2: MSN::Notification::_send (MSN/Notification.pm, line 495)<br />  3: MSN::Notification::ping (MSN.pm, line 655)<br />  4: MSN::do_one_loop (echobot.pl, line 45)<br />


I have a mate who has already done this and his works fine. I even give him the echobot.pl file and he can log in no problems.

If someone happens to know what it means and a way to fix it I would be very appricative(sp?).
Back to top
JTW
God Like
God Like


Joined: 07 Mar 2004
Posts: 579
Location: Maidstone
Reputation: 67.1
votes: 4

PostPosted: Wed Dec 15, 2004 12:16 pm    Post subject: Reply with quote

I am not to sure about this but it is most likley the ssl updates make sure you have installed them and installed them correctly if you installed them
_________________
"Help us, Help you" - BotDepot
Back to top
Siebe
God Like
God Like


Joined: 06 Jan 2004
Posts: 562
Location: Netherlands
Reputation: 39.8Reputation: 39.8Reputation: 39.8Reputation: 39.8

PostPosted: Wed Jan 05, 2005 1:55 am    Post subject: Reply with quote

The first line should be the PL list (Pending List). Please refer to this post on Hypothetic to see why.

Code:
$self->{Lists}->{RL}->{$email} = 1     if ($bitmask & 16);  # <-- seems to be set for users who have added you while you were offline<br />   $self->{Lists}->{RL}->{$email} = 1     if ($bitmask & 8);<br />   $self->{Lists}->{BL}->{$email} = 1     if ($bitmask & 4);<br />   $self->{Lists}->{AL}->{$email} = 1     if ($bitmask & 2);<br />   $self->{Lists}->{FL}->{$email} = $contact if ($bitmask & 1);
Back to top
davidk
Senior Member
Senior Member


Joined: 14 Feb 2004
Posts: 195
Location: United Kingdom, Europe, Earth, Solar system, The Milky Way, The Universe, the 3rd Dimension.
Reputation: 31.1Reputation: 31.1Reputation: 31.1

PostPosted: Thu Mar 10, 2005 6:00 pm    Post subject: Reply with quote

Code:
MSN 2.0 (11/23/2004) Rev: 81  - Checksum: 36841-NS49821-SB717<br /><br />                                                                          v0.3.4<br /><br />  >> Klik v0.3.4<br />  >> Made by MyCreations, Inc (http://mcreate.morphious.co.uk/)<br /><br /> ~ Welcome to Klik. Please choose an option from below.<br />         + 1 Run your Bot<br />         + 2 Export Installation<br />         + 3 Import Installation from this Version<br /><br /> ~ Please enter a number<br />         + 1<br /><br /> ~ Loading Files...<br />         + evalcommands.pl...<br />         + send.pl...<br />         + staff.pl...<br />         + cmd_owner.pl...<br />         + cmd_admin.pl...<br />         + cmd_smod.pl...<br />         + cmd_mod.pl...<br />         + cmd_public.pl...<br />         + cmd_guest.pl...<br /><br /> ~ Connecting...<br /><br />Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 220<br />, <STDIN> line 1.<br />Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 220<br />, <STDIN> line 1.<br />Use of uninitialized value in concatenation (.) or string at lib/MSN/Notificatio<br />n.pm line 572, <STDIN> line 1.<br />SERVER ERROR : Badly Formated CVR : 1


Since I added my register command that's been appearing. It's nothing to do with the command, I've deleted it, it just flared up on that moment.
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Thu Mar 10, 2005 6:23 pm    Post subject: Reply with quote

If you look at both of those lines, you'll see they both reference $self->{Handle}. Obviously, you haven't set your Handle properly.
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
Page 2 of 2

 



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