|
| Author |
Message |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Tue Aug 23, 2005 6:34 pm Post subject: NexGen template V1.0 Alpha |
|
|
This is my new template i am realesing please read the read me included in the zip
Enjoy.. Also dont forget to edit Settings.dat
Download Here: http://hollyoaks-fans.net/NexGen_BOT.zip |
|
| Back to top |
|
 |
MusicChatForums Newbie

Joined: 22 Aug 2005 Posts: 12 Location: england
        
|
Posted: Wed Aug 24, 2005 8:49 pm Post subject: |
|
|
hey ive downloaded your bot and filled in the information and i fixed a few error's myself however now i get this one,
C:\DOCUME~1\COMPUTER>c:\perl\NexGen_Bot\bot.pl
MSN 2.0 (01/21/2005) Rev: 84 - Checksum: 60068-NS18164-SB11447
| Code: | Connecting on the eMail address:
Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/MSN.pm
line 220, <DATA> line 1.
Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/MSN.pm
line 220, <DATA> line 1.
Connecting to messenger.hotmail.com:1863 as /
Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/MSN/Not
ification.pm line 596, <DATA> line 1.
SERVER ERROR : Badly Formated CVR : 1 |
can anyone help me out thanks  |
|
| Back to top |
|
 |
MusicChatForums Newbie

Joined: 22 Aug 2005 Posts: 12 Location: england
        
|
Posted: Wed Aug 24, 2005 9:00 pm Post subject: |
|
|
| i ifixed the problem, simple coding problem, if anyone else has this problem i will explain the problem, its todo with the eMail setting's, and the way its trying to connect |
|
| Back to top |
|
 |
mat007 Almost An Agent

Joined: 12 Jan 2004 Posts: 1375
   votes: 2
|
Posted: Thu Aug 25, 2005 11:14 am Post subject: |
|
|
there are no problems in it trying to connect.. So most probably you made your own error  |
|
| Back to top |
|
 |
MusicChatForums Newbie

Joined: 22 Aug 2005 Posts: 12 Location: england
        
|
Posted: Thu Aug 25, 2005 5:44 pm Post subject: |
|
|
| no becasue me and mojave discussed it, and we didnt know what was wrong with it, however no problem now, nice template and a nice simple bot to start with |
|
| Back to top |
|
 |
pX Newbie

Joined: 02 Sep 2005 Posts: 27 Location: Cleveland, UK
        
|
Posted: Fri Sep 02, 2005 9:13 am Post subject: lo matt |
|
|
wtf?
| Code: | C:\Documents and Settings\Owner\Desktop\NexGen_BOT>C:\Perl\bin\perl.exe bot.pl
MSN 2.0 (MSNP11) (04/13/2005) Rev: 84 - Checksum: 17852-NS9675-SB47413
Connecting on the eMail address:
Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 220
, <DATA> line 1.
Use of uninitialized value in concatenation (.) or string at lib/MSN.pm line 220
, <DATA> line 1.
Connecting to messenger.hotmail.com:1863 as /
Use of uninitialized value in concatenation (.) or string at lib/MSN/Notificatio
n.pm line 637, <DATA> line 1.
SERVER ERROR : Badly Formated CVR : 1
|
|
|
| Back to top |
|
 |
MusicChatForums Newbie

Joined: 22 Aug 2005 Posts: 12 Location: england
        
|
Posted: Mon Sep 05, 2005 10:14 am Post subject: |
|
|
lol same error as what i got
try using this bot.pl - BOT.PL
then see if that helps, thats the one i use, ive edited something but i cannot rmember what it was, so try that out |
|
| Back to top |
|
 |
mikeo Newbie

Joined: 07 May 2005 Posts: 38 Location: Amsterdam, The Netherlands
 
|
Posted: Sat Dec 31, 2005 12:50 pm Post subject: |
|
|
I've found 1 little "bug". isAdmin doesn't work because of a typo.
Here's how to fix it:
Open: bot.pl
Find:
Replace whole isAdmin sub with the following:
| Quote: | sub isAdmin {
my $admin = shift;
open (FILE, "Data/admins.txt");
my @admins = <FILE>;
close(FILE);
chomp @admins;
foreach my $name (@admins){
return 1 if ($name eq $admin);
}
return 0;
} |
Have Fun  |
|
| Back to top |
|
 |
gwafle Newbie

Joined: 15 Jan 2006 Posts: 2
   
|
Posted: Sun Jan 15, 2006 6:29 pm Post subject: |
|
|
| i know this sounds noobish, but what program do you use to open settings.dat? |
|
| Back to top |
|
 |
mattaustin Sentinel

Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA
  votes: 1
|
Posted: Sun Jan 15, 2006 6:40 pm Post subject: |
|
|
| notepad or text program. |
|
| Back to top |
|
 |
jeppeb Newbie

Joined: 15 May 2006 Posts: 7
   
|
Posted: Mon May 15, 2006 5:33 pm Post subject: |
|
|
Since a few days ago, i get a error when i run the script:
SERVER ERROR: Connection error: unknown error.
Does anyone knwo how to fix this?
Thanks,
Jeppe B |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue May 16, 2006 10:20 am Post subject: |
|
|
| i think that its because of MSN releasing the public version of Windows Live.. Try downloading the msn.pm that the other guy made (sorry forgot the name), and re-connecting... You may need to edit parts of your bot to get it to work. |
|
| Back to top |
|
 |
|