![]() |
Quote:
It's 300,000 table rows. I can't get it installed, so I have no idea if I can uninstall it. I believe there are only a few new tables created, so they would be simple enough to delete. I am hoping in the next version, there is a way for us folks on shared servers with set timeouts, to upload the files. |
Quote:
Yup, I have triple checked the addy to run the batloader.php. Just wondering did you have to fill out the database name, password, etc on dbprefs.php? According to the instructions you just put your file paths in and it will autograb the database info needed. |
This is so crazy that it's cool.
I won't install it but nonetheless it fascinates me so I will vote it or nominate it to be hack of the month. |
Tim,
So, how can I check and see that the AIML files are actually all loaded? I've been through the process a few times and still not sure, especially when comparing some of the Bots response and looking at the AIML files. Cheers, G. |
i'm getting the blank replies too. It seems like it is part of his memory or something like he will go
you are from . ??? when . is a place. |
if you got database problems, you might wanna check the '$rootdir =...'
and 'require('..' check your php.info for the actual root address there. don't use d:\inetpub... my dbprefs.php looks like this: $rootdir= "/home/content/x/x/x/deleted/html/forum/alice/aiml/"; require('/home/content/x/x/x/deleted/html/forum/includes/config.php'); |
Guys, a quick tip - to avoid messing with the forum database errors etc through setting forums in Admin CP, do this:
Change the "Talkerbot - Include The Bot" plugin to: PHP Code:
Then you can just disable the other 3 plugins which will no longer be needed. |
Quote:
Also, the bot remembers a poster's name, but keeps it in memory and confuses other poster with that poster, but this was a persistent problem with older versions. |
Loading startup.xml
could not open XML input :( Edit: Nevermind, didn't use a trailing slash in one of the paths...heh. Alright, now I have everything uploaded correctly, everything installed correctly, NO error messages. (40 thousand something categories added) However, the bots database/tables are completely empty, and the bot does not post or anything. |
I stated a while back I had to remove a bit of the functionality used to replace he with she and things of the sort. I hope to get them back turned on as soon as possible but they were conflicting with vbulletin on a core level.
But as far as the blank and or missing words im not sure whats cuasing that. But i will figure it out. |
Perhaps I am overlooking something or it is a mistake on my part, though when the bot replies, it does not update the last post information, so the post appears to be a mystery when viewing the last post column.
[Edit: When rebuilding the forum info, it shows the last post as correct, so the forum information isn't being rebuilt when a reply is being made] |
I was running this on a former version of vbulletin. Since upgrading to vb 3.6.1 I too get absolutely no response from the bot. I've checked and double checked everything and am 99.9% sure I set it up correctly. My bots table is also empty.
Thanks, Tim |
(Did you upload the ewt_talkerbot.php?)
There is a nice Aiml-Editor downloadable over there: http://www.gaito.de/content/aiml/default.asp But it's still beta ... and likes to crash sometimes. It is good for testing aiml-files if they are valid and for testing responses. |
@bigtime: My installation is on 3.6.1 and it is working just fine, however, as stated previously, the last post is not "indexed" so to speak, rather, it's not updated when a post is made by the bot.
Run over the installation instructions once more and check to see if you missed anything. |
Just had this....
A members posted this "what a shame, Schumacher has been a true great, hope he wins the championship to round off a truly wonderful career." then the bot posted this "shame, Schumacher has been a true great, hope he wins the championship to round off a truly wonderful career is a shame, Schumacher has been a true great, hope he wins the championship to round off a truly wonderful career." Any thoughts on this please, would rather not have a parrot!! lol |
Quote:
New weekend toy to play with. :D |
Hello,
I can't seem to get the," Run http://www.satreactor.com/forum/alic.../botloader.php this can take a good 30 min because it runs 300,000 queries", to work. All I get is,"Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@satreactor.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." The Talkerbot does post already but only says,"Im sorry but I was not able to form a reply right now". My setup in dbprefs.php $rootdir= "/usr/home/satreact/domains/satreactor.com/public_html/forum/alice/aiml/"; require('/usr/home/satreact/domains/satreactor.com/public_html/forum/includes/config.php'); $DB_HOST=$config['MasterServer']['servername']; $DB_UNAME=$config['MasterServer']['username']; $DB_PWORD=$config['MasterServer']['password']; $DB_DB=$config['Database']['dbname']; Thanks for you help and support... |
Quote:
|
I've gone ahead and added code to the ewt_talkerbot.php file that will (1) update the forum counters, (2) put the bot into the "who's online" list and update the bot's user info (3) fix the double quoting
Underneath of PHP Code:
PHP Code:
Then towards the bottom there are two different if staments that look like: PHP Code:
PHP Code:
PHP Code:
And right below it add the follow code: PHP Code:
|
Quote:
|
Quote:
I will release the new update tonight. Just trying to figure out what else I was fixing in it. Since I have been busy the last few days i lost track of what i was doing. |
Quote:
|
I am debating right now if im making the functions file for this version or if ill take care of that on next release to clean up all the code.
|
Great hack!
How do I set how often he will reply to peoples posts? |
Quote:
|
Installed and worked straight out of the box .. great addition .. thanks eXtremeTim.
Clicked install |
Quote:
Then under each of those forums you set the percentage of his replies. |
Quote:
|
use the botloaderinc.php file to load in the files one at a time.
|
I would like to take the time right now to thank G_Man for his donation and trying to provide support in the thread. I really appriciate the help. This script takes up alot of time to keep improving it.
|
Quote:
Someone please shoot me and put me out of my misery. For days have been trying to get this up and running, no matter what I did kept getting the 500 server error. Checked everything once, twice, many times but no go. Don't know why but I was checking out my webhosts support forum when I see they have installed PHPSuExec on the serveers, from my laymans point of view this means you cannot chmod any more to 777, can only be 755. After chmod Alice to 755 everything works and loaded fine. Just thought I would memtion this in case anyone else has this problem. Off to find a gun,,,,,,, |
Been stated by me a few times over the last few days. ;) Some hosts dont allow 777 and in this case use 755. ;)
Sorry that you missed them comments. |
That's great info kylek..........sorry to hear bout your update, PHPSuExec should help keep your database secure, i believe.
|
sorry extremetim, we posted at the same time it looks like
|
Hi
I get the double quoting yet i already have the line you said to add (below) Any more ideas please? Quote:
|
am i missing something as far as the bot learning? My bot is only saying that which is in his core aiml files, he isn't remembering poster's, or post's.......I can go in and manually add a phrase, but that is reallly a pain in the butt....
has anyone got this talkerbot to actually learn anything? |
Mine is picking up things slowly. He is a slow learner. I fixed the bug where he didnt correctly track conversations and things.
I also just released a new update which fixes a few issues and make the bot show up online correctly. |
I will give er a shot tim.............I don't know alot about aiml, but is there anyway to get this mod to work with your code? botlearner
|
v3 will have its own teaching system built in. I might see about porting that up for now if i get some free time since I was already handed the rights to that code quite a while back.
|
right on tim...........I know you are freaking busy and i in know way am pushing, i think this is a neat mod.......
I am mostly intrigued with how this works and if i can help, let me know, even though i am by no means, a coder. |
All times are GMT. The time now is 10:00 PM. |
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:
|