Re: Math.aiml
Well, I know this comes after almost 2 years, but I just tested your aiml these days and there were broken parts (only square was actually working).
So that I fixed the file and share it here for other users like me :D
But now comes my question: how can we change it to use php and not javascript? I mean, I want the result to be returned as value and not as javascript code.
The reason I ask for this is because I export the database messages into html logs for archive purposes, and from there, I want to convert them on-the-fly to pdf, for users downloads. Even in the html exported file, the java part goes broken, maybe due to the slashes not being stripped as they should, but anyway, i don't want javascript to be saved in log files. Not to talk about the further export to pdf... which of course won't work this way.
Does anyone have another solution for this?
PS: This is my first post, so I hope the attachment is working ;)
Thank you,
Ciprian M.
> On 5/20/06, Dr. Rich Wallace <drwallace@gmail.com> wrote:
> > I can see one problem right away, all those
> > <srai>* PLUS *</srai>
> > should be> > <srai><star/> PLUS <star index="2"/></srai>
> >
My bad. That's what I get for depending too heavily on Pandorabots'
interpreter to spit AIML mistakes back out at me, lol. Hopefully
correct now.