Oh?
Is your bot only replying with smilies like my bot is?
Or are you getting a time-out when you try loading the AIML files? Although the instructions say to use botloaderinc.php if your files time out using botloader.php; it hasn't worked for me.
Also, some servers (like mine) won't allow you to have the admin directory CHMOD'ed to 777 which looks to be an important step.
I've been trying to get this to work for weeks now, and am only now giving up and asking for help
For those who don't know about this, if your XML is a component of php, you need to add dl ('xml.so'); in the beginning of the botloader.php file (after the <?)
That loads up XML for those who have XML as a component and not compiled with php.