User Control Panel
Advertisements

HELP US, HELP YOU!

CKS Juggernaut 3.5
Goto page Previous  1, 2, 3
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Bot Depot Forum Index -> Archived Bots
View unanswered posts
Author Message
sk8terboyjj2
Newbie
Newbie


Joined: 24 Sep 2004
Posts: 6

Reputation: 19.8Reputation: 19.8

PostPosted: Fri Sep 24, 2004 8:51 pm    Post subject: Reply with quote

Another problem might be because it isn't compatible with MSN 6.2? Cause I tried that and it still doesn't work.
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Fri Sep 24, 2004 9:31 pm    Post subject: Reply with quote

QUOTE(sk8terboyjj2 @ Sep 24 2004, 04:51 PM)
Another problem might be because it isn't compatible with MSN 6.2? Cause I tried that and it still doesn't work.

It has nothing to do with which version of MSN you have, it uses its own way of connecting to the MSN service. You could still have MSN 5.0 all the way through 6.2 and it wouldn't make a difference.

Try running this test script and see what it returns:

Code:
print "Files in ./bots:\n";<br />opendir (DIR, "./bots");<br />foreach $file (sort(grep(!/^\./, readdir(DIR)))) {<br />   print "\t$file\n";<br />}<br />closedir (DIR);


That will show you all the files that Perl sees are in that directory. You could also do this to delete those files:


Code:
opendir (DIR, "./bots");<br />foreach $file (sort(grep(!/^\./, readdir(DIR)))) {<br />   # Change this to the name of your bot's file<br />   next if $file eq 'mybot@msn.com.txt';<br /><br />   unlink ("./bots/$file"); # delete other files<br />}<br />closedir (DIR);

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
sk8terboyjj2
Newbie
Newbie


Joined: 24 Sep 2004
Posts: 6

Reputation: 19.8Reputation: 19.8

PostPosted: Sun Sep 26, 2004 12:49 pm    Post subject: Reply with quote

K did that, but It still doesnt run and I noticed this error message...

Code:
Can't locate Win32/GUI.pm in @INC (@INC contains: ./lib C:/Perl/lib C:Perl/site/lib .) at ./commands/dos.pl line 32.<br />BEGIN failed--compilation aborted at ./commands/dos.pl line 32<br />Compilation failed in require at ./subroutines/load_commands.pl line 39<br />:: Indexing Commands... Press any key to continue . . .


I hope I didn't typo on anything... It wouldn't let me copy and paste.
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Sun Sep 26, 2004 12:59 pm    Post subject: Reply with quote

That means you need to install Win32:::GUI, if you know how to use PPM, you can get it that way.
_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Sun Sep 26, 2004 1:34 pm    Post subject: Reply with quote

Or if you're not on a Windows computer, OR you really don't care for the !dos command (it turns the Show-DOS-Window on/off), just delete commands/dos.pl Smile
_________________
Current Site (2008) http://www.cuvou.com/
Back to top
sk8terboyjj2
Newbie
Newbie


Joined: 24 Sep 2004
Posts: 6

Reputation: 19.8Reputation: 19.8

PostPosted: Tue Sep 28, 2004 9:06 pm    Post subject: Reply with quote

Hmmm K hold on....
Yey it works! When I can actually give reps Ill give you a + =D
Back to top
Danowiej
Newbie
Newbie


Joined: 11 Oct 2004
Posts: 3

Reputation: 19.2Reputation: 19.2

PostPosted: Sun Apr 10, 2005 4:29 pm    Post subject: Reply with quote

I downloaden Juggernaut 4.0 from your site, but when i am in the menu it doesn't say that i am an Botmaster.. but did config my msn as botmaster..
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Sun Apr 10, 2005 6:10 pm    Post subject: Reply with quote

You need to specify what listener that username is a master for.

So, instead of myname@passport.net, it becomes MSN-myname@passport.net

You need the "MSN-" in front (it's a security measure. For example, AIM and IRC have similar usernames, somebody could be a botmaster on AIM and then an IRC user with the same name could be the master too.)

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
Danowiej
Newbie
Newbie


Joined: 11 Oct 2004
Posts: 3

Reputation: 19.2Reputation: 19.2

PostPosted: Tue Apr 12, 2005 8:18 pm    Post subject: Reply with quote

ok, and sorry for my bad english...
Back to top
Pmarmotte
Newbie
Newbie


Joined: 13 Apr 2005
Posts: 2

Reputation: 13

PostPosted: Wed Apr 13, 2005 8:47 pm    Post subject: Reply with quote

First of all, I would like to thank you for the great job done. I was looking for an efficient bot able to speak with IRC and MSN protocols at the same time and yours do that to the perfection.

My main concern is language. As I am French and my users are likely to be french as well I tried to use the Eliza bot a full AIML sets have been created handling french language. But I don't seem to be able to make the Eliza bot handle anything, it just doesn't answer to any command even with the default AIML files.

Is there anything I should do to enable Eliza brain apart placing Eliza in the brain section of the config file?

Many thanks

Prince Marmotte
Back to top
purcelly
God Like
God Like


Joined: 10 Jun 2004
Posts: 560
Location: North West, England
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Wed Apr 13, 2005 9:48 pm    Post subject: Reply with quote

do the following;
  • Open The Bots Folder,
  • Open The Listner File/s You Want To Add Eliza To (Msn, Aim)
  • Where It Says "Brain: ChaosML" Change "ChaosML" To Eliza

If You Do That The Bot Should Run Using Eliza


(Correct Me If Im Wrong)
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Wed Apr 13, 2005 9:57 pm    Post subject: Reply with quote

Eliza isn't AIML. Alice is AIML. Juggernaut doesn't support AIML.... if you know how to write Eliza scripts (view the source of Chatbot/Eliza.pm down under the __DATA__), you can write your own script and modify brains/eliza_load.pl to load that script.

The ChaosML or Juggernaut brains allow you to give it reply sets similar to AIML, but not quite AIML. You may want to use that instead.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
Pmarmotte
Newbie
Newbie


Joined: 13 Apr 2005
Posts: 2

Reputation: 13

PostPosted: Wed Apr 13, 2005 11:18 pm    Post subject: Reply with quote

QUOTE(Cer @ Apr 13 2005, 01:57 PM)
The ChaosML or Juggernaut brains allow you to give it reply sets similar to AIML, but not quite AIML. You may want to use that instead.
[right][snapback]47745[/snapback][/right]


This implies i modifie the headers of the replies files or your juggernaut brain doesn't check them just the tags?
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Thu Apr 14, 2005 11:39 am    Post subject: Reply with quote

QUOTE(Pmarmotte @ Apr 13 2005, 07:18 PM)
QUOTE(Cer @ Apr 13 2005, 01:57 PM)
The ChaosML or Juggernaut brains allow you to give it reply sets similar to AIML, but not quite AIML. You may want to use that instead.
[right][snapback]47745[/snapback][/right]


This implies i modifie the headers of the replies files or your juggernaut brain doesn't check them just the tags?
[right][snapback]47748[/snapback][/right]


The "Juggernaut" brain is more plain text than the ChaosML brain. The ChaosML one was meant to be similar to AIML so that a lot of (basic) AIML replies would still work.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Bot Depot Forum Index -> Archived Bots All times are GMT
Goto page Previous  1, 2, 3
Page 3 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