Description: This mod with give your forums an "artifical intelligence" bot based on the ALICE system (Program E by Paul Rydell) which will respond to users' posts in your forum and chat with users.
Version: 0.2.0
Download: http://prdownloads.sourceforge.net/iai/ ... p?download
Project site: https://sourceforge.net/projects/iai/
Code: Select all
## New to v0.2.0:
## o various bug fixes (esp. blank posts fix)
## o some degree of coding clean up, but needs more work (I got bored after about 3 hours :P )
## o SRS (Salient Response System) - makes bot give far more salient (succinct and to the point) responses
## o response for private messages to bot's username
## o waaaay better variable tracking
## o customisable welcome message from bot to newly registering users
## o much, much better AIML updating from admin panel
## o move away from various traditional ALICE systems to better suit phpBB/forum systems
## o repositioning of files to better fit phpBB standards
## o improved installation procedure in install.php (now loads initial aiml files at same time)
## o added some intergration mods (note the ChatBox intergration mod - this is REALLY cool ;) )
parad0x wrote: Just trying to consolidate everything since the release of Version 0.2.0
I may (and most likely have) left things out, as this has turned out to be a fairly large task. If you spot something that I need to add or change, please let me know. I will keep this post up to date as best I can. I hope this helps.
Name: Forum AI
Author: zemaj
Description: This mod with give your forums an "artificial intelligence" bot based on the ALICE system (Program E by Paul Rydell) which will respond to users' posts in your forum and chat with users.
Main download: http://www.phpbb.com/phpBB/viewtopic.php?t=24191
Project site: http://palgn.com/iai/
Prerequisites: PHP (4.0.4+) compiled --with-mysql and --with-xml and a recent version of MySQL 3.23.xx and Apache.
AIML files:
(make sure you know what you are doing if you choose to overwrite)
http://www.crucialpc.com/media/ext.zip (file extensions)
http://www.crucialpc.com/media/comp_terms.zip (computer terms)
http://www.crucialpc.com/media/jargon.zip (computer jargon)
http://www.crucialpc.com/media/Love_and_Fear.zip (phobias and such)
http://207.44.163.250/anna/anna_patched.zip
http://www.alicebot.org/downloads/
http://j-alice.sourceforge.net/
http://prdownloads.sourceforge.net/prog ... p?download
http://www.cocoanutstech.com/charliedownloads.html
Other third party files:
http://www.netclectic.com/forums/files/ ... uilder.zip
Q&A
Q. Can I delete the AIML files after I install them to the brain?
A. Yes, but you will need them again if you wipe the brain.
Q. My bot is stupid or makes no sense, what is wrong with her?
A. You most likely need to install more AIML files.
Q. Some of the AIML files time out when I try to install them, what do I do?
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=984
Q. I get an error similar to this: XML error: mismatched tag at line 15430
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=987
Q. My bot will sometimes post her reply before my question, is there a fix? (pick one)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=480 (sleep method)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=867 (cron method)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=953 (php ver. of cron)
Q. How do I load multiple sets of AIML files, what if there are duplicates?
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=922
Q. How do I keep the bot from replying to smilies?
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=925
Q. My bot posts in response to me deleting a post. (pick one)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=878 (mr.luc fix)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=472 (netclectic fix)
Q. Will this MOD take up much space on my server?
A. It depends on how many AIML files you have installed. Mine is nearing 30meg in the db.
Q. I want the online/offline images to work with the bot.
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=506
Q. The bots name isn't colored like it should be.
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=513
Q. I want my bot to look like she is always online, how do I do this? (do both)
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=484
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=486
Q. Can I make my bot look like she is doing something in the Who's online?
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=964
Q. Will this work with the Last Visit mod by Niels?
A. Yes, do this: http://www.phpbb.com/phpBB/viewtopic.ph ... &start=493
Q. My bot doesn't seem to respond correctly when using PM.
A. http://www.phpbb.com/phpBB/viewtopic.ph ... &start=965
Q. Where can I see a live demo of this?
A. There are several people in this thread that have listed their sites, some are down and some are live. You may also see a bot here: http://forum.crucialpc.com
I will try to get this all together into a release version 1.0.0 soon. I'm very busy, but I WILL do it

-zemaj