|
| Author |
Message |
2shae Newbie

Joined: 07 Jan 2006 Posts: 14
       
|
Posted: Sat Jan 07, 2006 8:25 pm Post subject: mayabot help |
|
|
im currently using mayabot 4.0 to make an msn status bot, i tried uploading it to my linux server today. but it failed to run, i even tried a fresh download of mayabot, does it need a certain kind of perl or what,
server currently uses cpanel and perl that came with it
this is the error i get
root@ZNova [/home/bot/public_html/bot]# ./bot.pl -help
: bad interpreter: No such file or directory
hopefully someone knows howto fix this |
|
| Back to top |
|
 |
JTW God Like

Joined: 07 Mar 2004 Posts: 579 Location: Maidstone
  votes: 4
|
Posted: Sun Jan 08, 2006 10:13 am Post subject: |
|
|
Read your error message
| Quote: | root@ZNova [/home/bot/public_html/bot]# ./bot.pl -help
: bad interpreter: No such file or directory |
Make sure you have the right path _________________ "Help us, Help you" - BotDepot |
|
| Back to top |
|
 |
2shae Newbie

Joined: 07 Jan 2006 Posts: 14
       
|
Posted: Sun Jan 08, 2006 12:56 pm Post subject: |
|
|
its right, the file is in there, what does it require to run on linux,
does anyone know any other msn bot that runs on linux |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jan 08, 2006 2:25 pm Post subject: |
|
|
Maybe the shebang line at the top of your code isn't pointing to the correct path to your Perl interpreter.
It's this line:
in case ya didn't know. _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
2shae Newbie

Joined: 07 Jan 2006 Posts: 14
       
|
Posted: Sun Jan 08, 2006 3:15 pm Post subject: |
|
|
ive tried chaning that but nothing changed
root@ZNova [/home/bot/public_html/botold]# ./bot.pl
: command not found
./bot.pl: line 5: use: command not found
: command not found
: command not found
./bot.pl: line 8: use: command not found
: command not found
./bot.pl: line 9: use: command not found
: command not found
./bot.pl: line 10: use: command not found
: command not found
./bot.pl: line 11: use: command not found
: command not found
: command not found
./bot.pl: line 14: syntax error near unexpected token `dirname'
'/bot.pl: line 14: `chdir(dirname($0));
what bots have ye used that work on linux |
|
| Back to top |
|
 |
alienz Almost An Agent

Joined: 22 Mar 2004 Posts: 1436 Location: Mars
 
|
Posted: Sun Jan 08, 2006 5:18 pm Post subject: |
|
|
Try it without the period. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Jan 08, 2006 5:29 pm Post subject: |
|
|
In your command line, type:
| Code: | cd botfolder
perl bot.pl
|
If you want it to continue running when you exit shell, do this:
| Code: | cd botfolder
nohup perl bot.pl & |
_________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
2shae Newbie

Joined: 07 Jan 2006 Posts: 14
       
|
Posted: Sun Jan 08, 2006 6:07 pm Post subject: |
|
|
| thank you soo much |
|
| Back to top |
|
 |
Hoodie Newbie

Joined: 28 Sep 2007 Posts: 1
 
|
Posted: Sun Sep 30, 2007 6:33 pm Post subject: New to Mayabot lol |
|
|
Hello I am new to this site and mayabot lol i got it runnin and that and i tryin to figer out the commands to get it to repeat ppls names lol and all that but my question/request lol is if there's a program out like the billy old dos bot that u can talk to it and it learns from what u say and remembers it i was wonderin if there was a code or addon to make mayabot do the same thing when it talks to ppl it learns from what ppl says on msn lol or even a seprite program for me to just talk ot it and it'll learn and i can put a file or somethin onto my mayabot lol basicly like the billy dos but that can go onto msn and talk to ppl and learn stuff lol don't know if this reply is ok in here :S i hope so if not i sorry lol ty for readin! sorry for typos lol |
|
| Back to top |
|
 |
JTW God Like

Joined: 07 Mar 2004 Posts: 579 Location: Maidstone
  votes: 4
|
Posted: Mon Oct 01, 2007 7:05 am Post subject: |
|
|
What you need to find is a brain that you can teach. If i am correct the trigger brain allows you to add "teachers". But I may be wrong. I use rive script and just use the data that comes with that which I can change if i want to. If you are planning on creating the data yourself you have a lot of work to do, think about how many ways you can say hello (hello, hey, hi, yo) and then you have to catch typos and stuff so it wont be easy to teach it to be really smart but I wish you the best of luck.
JT _________________ "Help us, Help you" - BotDepot |
|
| Back to top |
|
 |
|