![]() |
For the original source of Program E including more AIML files - see http://www.rydell.com/programe/
Would be interesting to know what version this hack is based on. Latest release of Program E was 0.08 which was released on August 23, 2002. |
Yeah, Webdork, that's where I got the files above from. I followed the download links from rydell.com to sourceforge, which offered two sets of complete aiml files. It would seem that the aiml files in this hack, are a cut-down combination of those two sets.
|
Quote:
Matthew |
Quote:
Code:
/forums/search.php 50, 63, 71 are the forum ID's to be excluded, just change to your Forum ID's |
Quote:
|
The version we have doesnt seem to be the same as the latest release of Program E which is 0.08 so I upgraded.
Seems a little smarter. |
The interesting thing is if you use the java client included, the bot seems *much* smarter. It's the character length limitation which dumbs down the conversation.
The bot *seems* much smarter when the conversation is a quick succession of brief exchanges. It seems as though it follows the conversation. I'm gonna run the bot as a popup java box, with custom aiml files for a FAQ. REQUEST What I would really like, is a way to stop the bot responding on the forums, unless it was triggered by a keyword (eg: "Alice"). The I could run the bot as a propper chatbot/FAQbot via the popup, but also have it as an "on demand" bot for the forums. I think that would be the slickest way if integrating this hack. |
TriloByte, you have a great idea, I was looking at the chat.php and I am trying to figure out what exactly triggers it..because you have make it talk so many percentages...currently have mine set to 85% of the time...if I find anything I will let you know.
|
Quote:
In a forum, with multiple threads happening at once, the bot treats it all as one linear conversation, so it gets confused with names and topics, and comes across as dumb. I suspect that if you restrict the bot to only 1 thread he may appear smarter. |
does anyone have a problem running two bots on there board?
i had one to start with, and it sounded pretty well and was making some decent sence. didnt sound to stupid. now i added the second useing the methed posted in this thread and the bot sounds a heck of a lot dumber. he doesnt make any sense? maybe i shoulkd remove the second bot? |
Please have a Look at this
This is a request for the development of this AI bot https://vborg.vbsupport.ru/showthrea...&postid=358151 Thanks Matthew |
Please :(
|
its a good idea to try to improve this bot, but its bad to beg?
if people have intrest, they will help. |
HELP PLEASE!
I get this error: Loading startup.xml Warning: fopen(/alice/aiml/startup.xml) [function.fopen]: failed to create stream: No such file or directory in /home2/gamewiza/public_html/forums/alice/src/admin/botloaderfuncs.php on line 508 could not open XML input Thanks!! |
Quote:
Going to try installing this to our test box now, and we're going to beat Tim at his own game .... a demented pyscho bot on the way (wonder how long it will take to work out the profanity filter isn't huge)! |
Ok anyone else tried installing this on a Win2k Pro system, all l'm getting back are smilies from the AI Bot :confused:
When l ran the botloader.php it told me 0 catagories created at the end of the load, wondering if something works slightly differently under windows. Cheers Okay just re-read the instructions and didn't run the sql statement (d'uh), where the heck do l run this on a win2k box |
has all interest in this hack died :(
|
No way, Matthew. I'm very interested..... just don't have the programming expertise to be any help with the sort of development we all need.
These hacks are awesome. We have two bots running in separate (private) test forums. For now, both bots are sharing the same data files..... but we'll make a new database for the second one after we're able to customize it/her/them well enough. Ultimately, we want to have two conversational forum bots running (separately)....... along with a third FAQ-bot to personalize that function. So anything we can do to make it easier to train them is truly important. Thanks to all who've been working on these hacks, so far!! Talis. |
Quote:
Anyone ... How do l run the sql file on a Win2k box ? |
Quote:
Something like. if ($ttb==1 AND rand(1,100)<=$ttb_weighting AND $forumid==$ttb_forumid AND $bbuserinfo[userid]!=$ttb_memberid) {gottb();}; take out the $ttb_forumid and replace it some how with a search in the $message string. If this was visual basics i could do it in a minute but not sure on how to in php. Just an idea..... Hope makes some sence. |
Ok I got mine to do it... that was to easy... I hope it helps.
In tomstalkerbot.php Find PHP Code:
PHP Code:
Such as "hello bot name how are you" it will answer If you still want it to only one thread. Then replace the above with . PHP Code:
|
Ok I am trying to work on it so it only looks at the beginning
PHP Code:
Like I said I am new to php but prior one works fine. Just this one does not seem to. If you can figure it out please post it. |
well thats a great addition, but it didnt work for me :( I am not sur if that is because i have the Multi forum version of tomstalkerbot.php but could you have a look at this please (here it is https://vborg.vbsupport.ru/showthrea...353#post345353 )
I would also release this as a stand alone hack it is amazing. Matthew |
Okay trying to get this running live now, the infamous only posts smilies problem for us as well. Tracking through the problems encountered so far.
We get this when we try to run the botloader Quote:
|
Quote:
1. Testing on win2k box, how the heck are we meant to run the sql file (has no one attempted this on win2k yet). Okay going to have a stab in the dark and try and run each command from the sql file manually. 2. Live database, Cannot set time in safe mode. Am presuming this is a setting we need to get our host to have a look at. Well that's where we are at :dunno: |
All righty!!!!!!!!!!! Problem 1 fixed, AI running on our Win 2k test box :thumb:
For anyone else toiling with this sort of setup. Open the sql file in notepad, drop to a command window and go into your MySQL bin directory and get a MySQL session under way. use databasename Basically type in each of the commands from the MySQL manually :( Probably a faster way, but what the heck it will get you up and running. You could also probably knock up a pretty quick php script to do it for you :) See attached pic for our first conversation. |
I am Working on a HUGE AIML addition to the bot, but having a bit of a problem with the PHP code, so if anyone would like to assist please PM me.
Thanks Matthew |
Ok I am back . Lost my isp for about 48 hours.. Talk about losing ones mind .
Any how I plan to get back to work on my hack hack. Hopefully in next day I will be able to parse out the bot name when said in beginning of a post. :) |
Welcome Back!
Is anyone interested in helping me out? I have the PHP page but need someone who can tell me what is wrong with it. Please PM me. Thanks Matthew |
What page?
|
Have a look at this thread, to see what i am trying to do :D
http://www.sitepointforums.com/showt...threadid=98557 Matthew |
Would do but we can't even get ours running yet :(
Latest attempt break up the aiml files into smaller bites :dunno: |
well if you can get this script to work i will share all the additional AIML with you guys and also Install your Bot for you Jethro!
|
Latest attempt to load, take out the timer completely. Feck it, it's not working anyway :lol:
|
Seriously ++++ting me this install script. It keeps timing out on small .aiml files, but 'successfully' completing much, much larger ones. :wtf:
Have tried this with only 2 or 3 aiml fles, and I get the 0 categories installed error. |
++++in tart! :mad:
Finally got the .aimls all to load and I got the 0 categories error... :rolleyes: |
I think I seen the answer to that at about page 15 or so..
Not to sure ya get lost after so many posts :) |
Quote:
Cheers. |
Quote:
|
And Heidi is away and answering :banana:
http://www.galahtech.com/forums/foru...?s=&forumid=61 She's already decided she's gonna do something to one of our members, hope he isn't waiting patiently by the front door. |
All times are GMT. The time now is 01:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|