User Control Panel
Advertisements

HELP US, HELP YOU!

NexGen template V1.0 Alpha

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Templates
View unanswered posts
Author Message
mat007
Almost An Agent
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Tue Aug 23, 2005 6:34 pm    Post subject: NexGen template V1.0 Alpha Reply with quote

This is my new template i am realesing please read the read me included in the zip Smile

Enjoy.. Also dont forget to edit Settings.dat

Download Here: http://hollyoaks-fans.net/NexGen_BOT.zip
Back to top
MusicChatForums
Newbie
Newbie


Joined: 22 Aug 2005
Posts: 12
Location: england
Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8

PostPosted: Wed Aug 24, 2005 8:49 pm    Post subject: Reply with quote

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 Very Happy
Back to top
MusicChatForums
Newbie
Newbie


Joined: 22 Aug 2005
Posts: 12
Location: england
Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8

PostPosted: Wed Aug 24, 2005 9:00 pm    Post subject: Reply with quote

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
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Thu Aug 25, 2005 11:14 am    Post subject: Reply with quote

there are no problems in it trying to connect.. So most probably you made your own error Smile
Back to top
MusicChatForums
Newbie
Newbie


Joined: 22 Aug 2005
Posts: 12
Location: england
Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8

PostPosted: Thu Aug 25, 2005 5:44 pm    Post subject: Reply with quote

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
Newbie


Joined: 02 Sep 2005
Posts: 27
Location: Cleveland, UK
Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8

PostPosted: Fri Sep 02, 2005 9:13 am    Post subject: lo matt Reply with quote

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
Newbie


Joined: 22 Aug 2005
Posts: 12
Location: england
Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8Reputation: 8.8

PostPosted: Mon Sep 05, 2005 10:14 am    Post subject: Reply with quote

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
Newbie


Joined: 07 May 2005
Posts: 38
Location: Amsterdam, The Netherlands
Reputation: 12.9

PostPosted: Sat Dec 31, 2005 12:50 pm    Post subject: Reply with quote

I've found 1 little "bug". isAdmin doesn't work because of a typo.

Here's how to fix it:

Open: bot.pl

Find:
Quote:
sub isAdmin {


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 Razz
Back to top
gwafle
Newbie
Newbie


Joined: 15 Jan 2006
Posts: 2

Reputation: 3.8Reputation: 3.8Reputation: 3.8

PostPosted: Sun Jan 15, 2006 6:29 pm    Post subject: Reply with quote

i know this sounds noobish, but what program do you use to open settings.dat?
Back to top
mattaustin
Sentinel
Sentinel


Joined: 19 Jul 2004
Posts: 556
Location: Los Angeles, CA
Reputation: 50.7
votes: 1

PostPosted: Sun Jan 15, 2006 6:40 pm    Post subject: Reply with quote

notepad or text program.
Back to top
jeppeb
Newbie
Newbie


Joined: 15 May 2006
Posts: 7

Reputation: 4Reputation: 4Reputation: 4

PostPosted: Mon May 15, 2006 5:33 pm    Post subject: Reply with quote

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
God Like


Joined: 15 Nov 2003
Posts: 673

Reputation: 3.4Reputation: 3.4Reputation: 3.4

PostPosted: Tue May 16, 2006 10:20 am    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Templates All times are GMT
Page 1 of 1

 



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