-
I tried to change program E to support php5.3, seems harder than i think, functions like magic_q and split had deprecated. In dbprefs.php i try to change line 38 to ini_set("magic_quotes_runtime", 0); however after running the script successfully, 0 entries are imported to the db. any ideas?.
2009-12-15 07:25:19 UTC by danielho
-
Thank you for your answer freddy888.
Anyway the learn.aiml knowledge is not stored anywhere so its not permanent....
Back to my bot
Konstantinos.
2009-07-31 08:50:19 UTC by biblis
-
Followup:
Squarebears AIML is meant for pandorabots which has a custom learn tag - Program E does not have this feature.
2009-07-30 19:12:21 UTC by freddy888
-
Hello,
I've managed to get program e working with php 5 by changing all variables of talk.php to $_POST .
I was wondering why "learn.aiml" from http://square-bear.co.uk/aiml/ is not working (while other aiml files from that same page are working...) Could I "adapt" that aiml file to work with program e somehow ?
It would be cool to instruct my bot to work like :
2009-07-30 18:25:14 UTC by biblis
-
I receive the following error repeatedly. I can not get past this in the install
Loading startup.xml
Loading bot: TestBot (14)
Loading bot: 14
Warning: array_unique() [function.array-unique]: The argument should be an array in /usr/home/sites/www.funtimewholesale.com/web/1/src/admin/botloaderfuncs.php on line 1053
Warning: Invalid argument supplied for foreach() in...
2009-07-15 00:00:56 UTC by glennsardone
-
There are roughly two ways of doing this.
1. Server Side
This will mean having to set a timer of some sort in PHP's talk.php that will lengthen the response time. This is, however, not the recommended practive.
2. Client Side.
By using Ajax you can pause showing the response received from the chatbot. This is the recommended approach. This is currently not supported by the program E gui...
2009-06-22 11:20:26 UTC by kootstra
-
Hi,
Could anyone tell me if there's any way to add a pause before a response, to give the illusion that the bot is considering its answer, for example?
I've looked around but I can't find a solution for this. Any ideas?.
2009-06-21 21:04:39 UTC by iamnotan00b