![]() |
Quote:
|
Which hacks are required to be installed before installing [vB3.0.0] - TalkerBot Add-on - Learning System?
I saw this but it is unclear to me what is required to be installed: "Talkerbots and variants: VB2: C. birch https://vborg.vbsupport.ru/showthread.php?t=48053 VB3: Rapid Gaming https://vborg.vbsupport.ru/show...?t=60013&page=1 Extremetim https://vborg.vbsupport.ru/showthread.php?t=60329 Teachbot for Vb2 https://vborg.vbsupport.ru/show...hlight=teachbot And based around Program E. Copyright 2002, Paul Rydell Portions by Jay Myers Program E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." Thanks in advance! |
Ok, something is wrong with my Bot.. I teach him stuff and he just comes up with his own stuff...
I teached him "Who is Ali?" Answer "Ali is the owner of sitename." Asked him "Who is Ali?" response "I do not recognize the name.<br></br> Oh now I see." Teached him "What is your name?" Answer "My name is Mr. Boto" Asked him "What is your name?" Response "My name is Program E." |
some of that stuff will conflict. Its a matter of finding the right keywords.
|
I give up, I have tried just about everything and can get it to work correctly. Oh well, guess my bot will never learn anything at all.
Thanks Tim for trying to help me out. |
I don't think the learning addon works for me :(
|
Quote:
|
Quote:
Either of these will operate fine with this hack add-on for VB3. VB3: Rapid Gaming https://vborg.vbsupport.ru/show...?t=60013&page=1 Extremetim https://vborg.vbsupport.ru/showthread.php?t=60329 If you are using VB2, then use the VB2 version and the Teachbot hack by martin64. ;) |
Quote:
To all those having trouble, extremeTim asked me if he could integrate this with the next version of Talkerbot, I think it's an excellent idea, and hopefully this will make the installation process easier for those having trouble. He's even fixed a couple of the quirks that I left out of my code, such as post count data. ;) |
Quote:
an if - else chain is a way to execute different code under different circumstances. In this example of external.php we have these options JS, XML,RSS Code:
if ($_REQUEST['type'] == 'JS' AND $vboptions['externaljs']) We want to insert that else if block I posted into that structure, to make it easy... just go to the end of the file, find Code:
/*======================================================================*\ |
Great Hack!
Ok, I got it to move the thread from the teaching to learning thread when I run botlearner but I am not getting a response in the forum when I ask the question. Any ideas what I need to fix here? BTW Anyone who wants my learned files they are going to be at <learn>http://www.rozhon.com/forums/external.php?type=AIML</learn> <learn>http://www.US-ships.com/forums/external.php?type=AIML</learn> |
Does it matter if the tables have a prefix of vb3 in front of them? When i installed the forums i made a vb3 prefix in the config.php file.
Thanks for any responses. :squareeyed: |
Code:
Loading learnwhat.xml |
does it learn just by over time, or is there a proccess i must do as an admin to teach it?
|
can some one please explain how i can teach it.. like after i do the threads, what do i run to insert that into his brain
|
I'm not feeling very well at the moment, try again later.
^^ it keeps saying that only.. is something wrong with my Bot? |
has anyone figured out how to make him answer math problems? like 4+3 or 3434/34343
|
Hi exasko.
Sorry I haven't been able to offer much support for those using this. Unemployed recent college grad = busy stressed out broke ass mo'fo me.... For those who haven't installed this, please check out the newest implementation of talkerbot hack in full release section. I believe there is already a math AI file? Check the file names... I believe it is already capable of math problems... try asking it "What is two plus two?" perhaps.... Try using words instead of the symbolization and such... |
Where or what table is the learned info stored..My teach / Learn forums appear to work ok but the bot simply learns nothing. Not even simple keywords. I've emptied the original TalkBot AIML stuff that botloader put in.Run botlearner & now have 26 IDs from the learnwhat.xml ..Nothing else seems to get added??
|
All info is pushed into the pattern and template tables.
I had success teaching it like this: Loading this entry from the learning thread: Thread Title: What are snausages? Thread Body: Dog Treats. Then asking the bot: What are snausages? and it would return the correct answer. I've also had success giving it Dictionary style entries where the thread title is a single word and the body is the definition. I'd also like to note that I have tried to teach it things that it failed to learn. The reason for this failure is likely due to the bot being taken away to a different success result in it's DB. Sort of distracted by too many paths to take. Hope you get it going ;) |
Quote:
bot id word ordera parent isend 0 287801 NULL 3 287800 1 0 287802 <topic> 2 287801 0 0 287803 NULL 3 287802 1 0 287804 2 287803 0 0 287805 MYWORD 2 1 1 0 287806 <that> 2 287805 0 |
I can't seem to get this to work on my board.
Everything is loaded, and I'm pretty sure I got the IDs correct. But the thing doesn't seem to want to run at all :/ Someone care to take a look at it for me? PM, let me know. Gracias! |
What's happening/Not Happening...?
When you make posts and run botlearner do the posts get moved? Do you get any output when using the external.php URL? |
Posts have been made, but the bot isn't responding.
When I run botlearner, I get: Loading learnwhat.xml Loading data aiml file: /forum/external.php?type=AIML DONE LOADING Inserted 0 categories into database And when I run the external.php?type=AIML file, I get a blank page Suggestions? If you want, PM me your email address, and I can send you over whatever is needed if you want to look at it specifically. Thanks for your help! |
If you get a blank page in the external.php then there is nothing to be read when you go and run botlearner.
My first guess is that there must be something wrong with the threadids. Look at the external.php changes and check the threadids. Make a few more posts in the thread and try to see if you can get external.php running. When it works and you follow the external.php?type=AIML you should get results on the screen which should be your entries in an xml type format... If it's blank that's no good. I don't have a email I like to share but you can PM me things here if you like. I have to go to family party now. Be back later this evening. |
At the end of external.php before:
Code:
/*======================================================================*\ Code:
else if ($_REQUEST['type'] == 'AIML') Unless I missed editing something in there. |
Check your PM's.
|
/me clicks install
|
Can someone help? I keep getting this error:
========================= Loading learnwhat.xml Loading data aiml file: http://www.MYSITE.com/external.php?type=AIML XML error: syntax error at line 1 |
My bot wont use smilies :(
|
Quote:
|
It looks like you edited the file incorrectly.
|
I am as well having difficulties though.
I did all the file edits and everything correctly (I checked maybe 30 times) and I am doing this off a fresh install (I only want him to learn what we teach 'em) It says it loads everything, in the learner; the posts get moved - yet he still responds with his universal error message... Is there anything I might have done wrong? Database is clean too... hmmm... |
*bump*
|
Quote:
when you put http://www.MYSITE.com/external.php?type=AIML in your browser, what do you get for output? It would help if you cut and pasted that output here... It's probably something wrong with external.php, check your modifications there. Or you are missing your stylevar charset... try changing the line above: echo '<aiml version="1.0">'; to: echo '<?xml version="1.0" encoding="ISO-8859-1"?>' . "\r\n"; Quote:
What are the contents of tables pattern and template in the DB after you have run the botlearner? Are you matching the questions exactly when you ask him? Try matching just a single word. See if it can correlate that. So put in the post title: what and in the message: huh And see if it can match that up. I haven't tried it from a clean slate, but I will give it a shot when I get a bit of time. Right now I'm without a testing version of my board. |
See below.
|
Hang on, I do see a mistake, check back.
|
See below.
|
I must have been tired when I posted that, please look at 'this' code and see where I messed it up please?
Is there support for this? PHP Code:
|
I've done verything without error
This is what I got when I ran the botlearner Loading learnwhat.xml Loading data aiml file: http://www.123.com/forum/external.php?type=AIML could not open XML input Any idea what is wrong here? Thanks |
All times are GMT. The time now is 04:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|