Hi Experts,
This is my first chatbot program.I have created a chatbot using chatscript. It works perfectly in .cmd when I execute a chatscript.exe program. Now I am trying to run the chatbot the browser using xampp. I have done the following steps:
1)I have installed XAMPP on C drive.
2)In XAMPP > HTDOCS folder I have added the Chatscript folder in it.
3)I am using Better web interface provided by chatscript.
4)When I try to run the index.php file, the bot doesn’t reply.
5) I haven’t changed anything in index.php file.
Only thing I changed in ui.php file is the following:
$host = “localhost”; // <<<<<<<<<<<<<<<<< YOUR CHATSCRIPT SERVER IP ADDRESS OR HOST-NAME GOES HERE
$port = 8080; // <<<<<<< your port number if different from 1024
$bot = “rose”;
When I try to access the index.php file in browser using following url:
http://localhost:8080/ChatScript-7.72/WEBINTERFACE/BETTER/index.php
The bot doesnt reply back. Please let me know what changes should i do.