![]() |
That does sound cool, banderson. I also checked it out a bit and noticed that there's another bot out there supposedly even more "human-like," and one that will (they claim) pass the Turing Test. It's called the AnnaBot, based on ALICE. Anyone know how we could maybe integrate that one into this hack instead of/alongside Alice?
Here's the link: http://www.lfay.net/anna/index.html |
tested, and yes, this bot does seem more intelligent. Works fine without many modifications either. sadly there are a few problems in one of the XML files (the "topics.aiml" file), so you need to sort out some tags, but asides from that, conversation is much better than with alice.
|
Installed and works perfectly!
Thanks... |
Quote:
The other thing is. How do you go about installing it? I already have the other one installed on my forum. Can I just replace the AIML files and run the install script again, or should I delete the current tables and recreate them? |
I was wondering this to, can we use those Anna AIML files instead of the ones with this hack?
My bot seems REALLY stupid... |
Works great -- Instructions were easy... Thanks!
|
Quote:
you gonna give us some insrtuctions on how to do this i love this hack, but my bot dont learn much, he calls members the same names all the time :( do these bots originaly work in chatrooms ??? and if yes i would think that they could see names of people please please please can someone try to work a way for the bot to remember names or see the user name of the members, it would make the whole bot experiance like 100% better, and i think the bot might even learn more that way :) |
To get annabot to work (roughly) - in folder alice/aiml:
download the annotbot AIML files only delete all the files in the aiml folder (except startup.xml) Move the annabot aiml files into the folder alice/aiml run botloader.php again Overall the bot is smaller in size (8mb) and the discussion does seem more human, but don't expect massive massive changes... it still gets confused from time to time! A problem i have encountered though, is that the annobot won't remember information on people (none at all!) which i am working on at the moment to see where the problem is. Also, I'm currently working on a hack to allow the bot to remember information on individual members. I'll let you know if i manage :) The problem with the topics.aiml was the order in which the tags were closed (or not closed for that matter). I've uploaded 2 files i fixed to save you time. Nothing major :) Edit: topic.aiml & d.aiml fixed download :) ZIpped wrong files last time :( |
There is a problem with the D.aiml. It gives an error in xmlspy and it stops loading with botloader. Can't find it though...
--edit-- topic.aiml has a mismatch to somewhere |
is there a problem in the files i uploaded as well? I've reuploaded the files and tested them and they worked fine :)
|
I'm working on the AIML files for ANNA (so you can choose the name and such) and i have been able to allow the robot to remember information about each user.
I'll write up the details as long as some further testing works okay :) Edit: Okay, tested everything and it works fine. I'm currently working on the annabot AIML files and i'll let you all know when i'm done :) Should i release it as a seperate/addon hack? the only thing is the vb userid is passed in the query string so in theory the bot could be open to abuse but i wouldn't say it's much of a problem. Most that can happen is that people could change what name is remembered for you etc, but the robot is setup in such away already that is clears information on you have x mins (120 i think). Eh, yeah, well, i hope that makes sense :) I'll post all the information on it soon. |
Great work Radgam. :)
|
Do I need to create a new DB, or can I use my default vbulletin DB ??
tnx ! |
You can use the vb database without a problem. ;)
|
tnx man :)
|
When I run botloader.php for the first time, there is no action.
my browser directly says done... what can it be ? |
Did you fill in the info in dbprefs.php? Are the aiml files in the right directory and are all files chmod 777?
|
Quote:
this is what I enterred as rootdir: $rootdir="/var/www/html/portal/forum/alice/aiml/"; or does it need a relative path instead of a absolute path ? |
DONE LOADING
Inserted 312 categories into database hmzzz, I thougt the system had to load al lot more..... |
how it works?
I have the english version of vbb but with german postings, does the bot reply in english or german? |
when I post a message on my board, my bot wil respond:
Code:
|
Quote:
|
Quote:
File: D.aiml Line 6210 Put </srai> after <star/> File: test.aiml (forgot to write down the line) Change </categroy> to </category> move </aiml> to end of file File: topics.aiml (This is the big one) Line 163 remove stray <li> Line 168 add </srai> before </template> Line 184 change <li> to </li> Line 183 change <get ... > to <get ... /> Line 335 remove stray <li> Line 670 add </template> </category> Line 765 add </li> Line 774 add </template> Line 813 change to </template> Line 942 remove </random> I think thats all. Make sure you check what you are putting in. I may of made a couple mistakes in my notes. But at least you now know where the errors are appoximatly. |
anybody got this working with the german bot files ?
|
thanks :)
I got most of them on the last page (i think) and uploaded a zip but i'll double check before releasing it. I also noticed that program e can't handle things like <person /> only <person/> (noticed the second doesn't have the space) so that will be sorted in the AIML files for Anna as well. I hope to have everything ready today but i'm changing part of the install file (so the bot is more accurate with things like it's name) and i have to write another set of files so you can have a male bot as well as a female bot (which works better than using <bot name="gender"> as you can't use it in a AIML <pattern> match). ~Radgam |
I've got an idea for what you might call a "superhack"! ;) But i would need help from anyone/everyone interested in AIML & the alice bot to contribute if you can because it's way too large a project for me to write on my own (or maybe i could but i'm slow, unimaginative and it would probably take me a life time!).
If you've looked through patterns and template answers in the AIML files you'll probably notice that all conversation is actually very specific to the purpose it was written, that is, to finish high in that AI competition. It's probably the best thing to do if you want to win, but it's not very helpful if you want to use it on your site. For example, a large amount of the annabot files are based on Atlanta as that is where the competition was held (well, quite a bit of it is anyway). vbAI: That would be the artificial intelligence files used to power the system. These would be written by anyone interested in AI (including myself) to be fairly non-specific meaning when you install the bot on your forum is when you actually make everything more specific (ie: placenames - all talk relating to the place your bot 'lives' would just be a variable and would be set when the bot is installed). This would be the same with the bots name etc. cAIML: Conditional Arificial Intelligence Markup Language - Mostly the same as the ALICE bot is, but with a twist. I've noticed on my own forum where the bot is installed, and by looking though the AIML files you will sometimes see things like <template>do you like living in <get name="location"/>.</template> - that's all good and well, but what if the bot doesn't know where that member lives yet? You get "do you like living in ." cAIML would allow you to use PHP coding (or similar) in a template, to find out first if that information on someone is actually known. If so, proceed with the template, if not, ask them where they live then come back to the template. --------------------- Okay, i know it's a pretty large project but i think if it was a combined effort (esp with writing the AI files) we could make a pretty cool AI system and with better discussion than the ones currently out there. If anyone is insterested, let me know :) Also, i'm not the best php programmer in the world (understatement!) so even if you aren't interested in AI, help with the programming side is just as important as i haven't work out how to do all of the stuff yet :) |
Hi will this work with 2.2.2
thanks .alot |
Quote:
I am in the process of setting up a community site that will serve as the AI chat bot development forums. I will be promoting it so that people will come and chat with the bot about as many diverse topics as possiable and also allow members to submit "intelegence" to the bot and once it is verified by a Mod or admin it will be added to the database. Then the database will be released :D I cant wait to get the ball rolling, I am also looking for a PHP knowledgeable VB hacker to help me with a small bit of the project (NO AI knowledge is required) Thanks Matthew |
HELP i get a BIg nasty error
Loading startup.xml Warning: OpenDir: No such file or directory (errno 2) in /usr/local/psa/home/vhosts/nok-forums.co.uk/httpdocs/vb/alice/src/admin/botloaderfuncs.php on line 531 Warning: Supplied argument is not a valid Directory resource in /usr/local/psa/home/vhosts/nok-forums.co.uk/httpdocs/vb/alice/src/admin/botloaderfuncs.php on line 532 Warning: Supplied argument is not a valid Directory resource in /usr/local/psa/home/vhosts/nok-forums.co.uk/httpdocs/vb/alice/src/admin/botloaderfuncs.php on line 540 DONE LOADING Inserted 0 categories into database WARNING! You should password protect the admin directory or remove the botloader.php script or people may be able to abuse your server. Click here to talk to the bot execution time: 0.258089 Templates per second=0 Templates per minute=0 please help |
anyone please help
|
i get it going i got rid of the erros it keeps saying can;t find sever after bout 5 mins the botloader has beenn trying to go up?
|
done it now
|
well all of the install went fine untill I went for the botloader.php.. it loads untill the A.aiml after that it says page done loading and nothin happens from there :( should I just wait????
|
It's 300,000 db entries, and can take up to 30 minutes. Also some servers do timeout as well. Read the thread on solutions to this.
|
Mmm... this hack sucks up more than its fair share of server load, so I've had to remove it while I try to tweak it a bit. I'm still interested in Radgames ANNA bot version. We shall see what I can do...
|
I've just replace ALICE with ANNA. We shall see how it goes... :)
|
I replaced mine with Anna also but "she's" just as stupid as Alice
|
In reading the install manual one part says to
Login to phpmyadmin and check in the 'bots' table that the bot id is 0 you find that the table 'bot's the id number in there needs editing to 0 from 1 in some cases When I look at the bots table it is empty, should there be an entry in there? I looked at the sql script and did not see any insert lines? If there should be an entry what should it be and how do I get it in there? |
How can i change the smiles it trys to use? I don't have the same ones installed
|
Quote:
PHP Code:
Something you can do for fun with your bot is login as him and post in area's he usually can't post. |
All times are GMT. The time now is 06:43 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:
|