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?).
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
Joined: 06 Jan 2004 Posts: 562 Location: Netherlands
Posted: Wed Jan 05, 2005 1:55 am Post subject:
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);
Joined: 14 Feb 2004 Posts: 195 Location: United Kingdom, Europe, Earth, Solar system, The Milky Way, The Universe, the 3rd Dimension.
Posted: Thu Mar 10, 2005 6:00 pm Post subject:
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.