i have finally installed Program E. But when i open talk.php there is no answer whatever i write. I have browsed through this forum and installed additional aiml files but still no answer from the bot. I am using "testbot"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Had the same issue and resolved it by applying the following:
In the file respond.php on line 116. Change the following:
function reply($userinput,$uniqueid, $bot = 1){
to
function reply($userinput,$uniqueid, $bot = 0){
This works for me from the default download. It seems the DB only has replies etc for bot 0 not bot 1 so in changing the above I started getting responses.
Sorry if this has been answered elsewhere in the forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have finally installed Program E. But when i open talk.php there is no answer whatever i write. I have browsed through this forum and installed additional aiml files but still no answer from the bot. I am using "testbot"
Hi
Had the same issue and resolved it by applying the following:
In the file respond.php on line 116. Change the following:
function reply($userinput,$uniqueid, $bot = 1){
to
function reply($userinput,$uniqueid, $bot = 0){
This works for me from the default download. It seems the DB only has replies etc for bot 0 not bot 1 so in changing the above I started getting responses.
Sorry if this has been answered elsewhere in the forum.