User Control Panel
Advertisements

HELP US, HELP YOU!

MayaBot v4.0
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> Templates
View unanswered posts
Author Message
ruizit0
Newbie
Newbie


Joined: 14 Jan 2006
Posts: 5

Reputation: 4.4Reputation: 4.4Reputation: 4.4Reputation: 4.4

PostPosted: Sun Jan 15, 2006 2:29 am    Post subject: Reply with quote

maybe a noob question ... and maybe a noob error ..
but i made the setup and tryed to run it and gives me this..



i know it maybe is a simple thing but for me.. im in here about 2 days and im starting to figuring out this works . . Embarassed

can anyone sayme why this dont work ?

i even tryed another template (Evolution Bot) and says me the same "print error" Confused

im on a win 2003 server

thanks and sorry my english :s
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Sun Jan 15, 2006 11:08 pm    Post subject: Reply with quote

Look into posts about the SSL updates.

http://bot-depot.com/phpBB2/search.php

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


Joined: 26 Feb 2006
Posts: 1

Reputation: 2.4Reputation: 2.4

PostPosted: Sun Feb 26, 2006 6:05 pm    Post subject: Question Reply with quote

How add the
$msn->setPSM to maya bot Sad sorry for my bad English
Back to top
DisneyKatie
Newbie
Newbie


Joined: 07 Aug 2006
Posts: 4


PostPosted: Thu Aug 10, 2006 12:35 am    Post subject: Rivescript and perl help pls Reply with quote

im using perl to run my mayabot, but have noticed that rivescript appears to be more beginner friendly to use to edit stuff? so iv downloaded that, but im sure i read somewhere(and can't find it) that i neeto do something to let perl know that i am using rivescript? can anyone help?

also my bot is crashing everytime i say "who are you" to it, or asking something it doesnt recognise, can anybody shed some simple light on this?
Back to top
Cer
Upgraded Agent
Upgraded Agent


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

PostPosted: Fri Aug 11, 2006 1:43 am    Post subject: Reply with quote

RiveScript is a response engine, not a bot. All you need to do to make Mayabot use it is make a few additions or changes to the code.

Firstly, near the top of the main bot code with all the use statements (eg use MSN;), you have to use RiveScript and initialize it to use your RiveScript brain.

Code:
use RiveScript;

our $rivescript = new RiveScript;
$rivescript->loadDirectory ("./brain"); # somewhere full of .rs files
$rivescript->sortReplies;


And then, where your bot has its Message handler for receiving messages for MSN, just send their name and message to the RiveScript object, and return the replies.

I'm not entirely familiar with Mayabot's code, but here's the basic gist of it:

Code:
sub Message {
   my ($self,$user,$name,$msg) = @_;

   # get a rivescript reply
   my $reply = $rivescript->reply ($user,$msg, scalar => 1);

   # send it back
   &send ($user,$reply);
}


I'm not sure how Mayabot's &send sub calls are formatted, or what it named their sub for handling messages, or what they named the variables, or anything else... but that's how to do it, you should be able to figure it out from there.

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


Joined: 07 Aug 2006
Posts: 4


PostPosted: Fri Aug 11, 2006 10:20 pm    Post subject: Reply with quote

thanks cer, I'll give it a go. do you know if there are any other bots/bot templates out there that are easier to modify and build on than mayabot? I have been working on my mayabot(adele) template for a good 4-5days now, have been told several times when iv asked for help to "go learn perl" which i and am trying, proving to be quite difficult(well nothing is easy) am only just grasping the basics of learning to read it, let alone write! thanks foryou help i'll put it into some practise now
Back to top
mat007
Almost An Agent
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Sat Aug 12, 2006 5:48 pm    Post subject: Reply with quote

If your working for disney, why not out source? Smile
DisneyKatie wrote:
thanks cer, I'll give it a go. do you know if there are any other bots/bot templates out there that are easier to modify and build on than mayabot? I have been working on my mayabot(adele) template for a good 4-5days now, have been told several times when iv asked for help to "go learn perl" which i and am trying, proving to be quite difficult(well nothing is easy) am only just grasping the basics of learning to read it, let alone write! thanks foryou help i'll put it into some practise now
Back to top
MunkyDai
Newbie
Newbie


Joined: 16 Jan 2007
Posts: 1


PostPosted: Tue Jan 16, 2007 6:07 pm    Post subject: Mayabot 4 Reply with quote

Dude, I've selected the link you gave at the top of the site, which ables you to download Mayabot 4, but it wrote, not found, can somebody help me please!!! HELP ME, IMPORTANT!!! Or maybe you can tell me another link to download Mayabot, I checked out the net and I've found nothing, Please HELP!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Templates All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 



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