The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Talker Bot v2.0.2 Details »» | |||||||||||||||||||||||||
I will try and support this hack here. For better support use the link I have provided below:
http://www.extremescripts.com/forums/index.php Version 3.0 is finaly being made. Please go to the link above and put in your feedback on what you would like to see added. Talker Bot Hack v2.0.2 Hack By: Tim (eXtremeTim) Yarbrough Website: www.extremechatforums.com Original: by: C-birch Credits: Rapid Gaming (for porting it to vb3) What This Hack Does. This hack add a userlike bot to your forums. You can set which forum he will post in and how often he will reply to poeples posts. He will try and build his replies off the text that they posted. This bot will learn overtime slowly from your users posts. I will also be seeing about porting over the teachbot soon. Some New Features acp controlled Rate Of Post ability to post as bot and he will not reply post count will not go up in forums where post counts are turned off a few options to turn off and on a few things including the script itself. Some other stuff i just cant remember Fixed in 2.0.2: Go advanced feature works for quick reply. Bot will no longer reply when post is stopped becuase of an error. (aka floodlimit, to many images, ect) Fixed in 2.0.1: Fixed a few minor problems including using the wrong variable in the if statement for the random smilie check. fixed the install.txt problem used a find code that was from one of my modifications sorry about that. Upgrading From v2.0.1 Instructions: These are in the v202 upgrade file Upgrading From v2.0.0 Instructions: To upgrade from v2.0 just make your changes to the new _talkerbot.php file and replace the old v2.0 one. Upgrading From v1 Instructions: Just use the install.txt and do the forum.php in the acp directory edits. Add the new phrase and run the query. Todo List: Move all settings to acp settings page fix the floodcheck problem of bot still replying when users post is not made. Clean up the code more Figure out more stuff todo. -=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=- -=If You Like This Hack Please Click Install=- -=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=- IMPORTANT INFORMATION Support for this hack has returned. I will try to give support in this thread. Priority support will be given Here Just a note I will be starting work on a new version possible as soon as tonight. If you like this modification please donate to help support the developement process on it. Show Your Support
|
Comments |
#362
|
|||
|
|||
Can you slow it down? It would be better for posts from the bot to appear a few minutes after someones post. I understand you can control the rate of replies... but can you control it so it doesnt reply immediatley?
|
#363
|
|||
|
|||
I have a problem when i run the botloader i get this error Loading startup.xml
could not open XML input, i think it has to do with the root dir thing in the dbprefrences but i dont know what the format is like im not sure how to set it up ($rootdir="//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/" i mean what format does that site use i dont get it |
#364
|
|||
|
|||
Go into the vbulletin admin cp, open "Import & Maintenance" and click "View PHP info".
By the variable "DOCUMENT_ROOT" will be the root directory, which you will have to add "forums/alice/aiml/" or whatever your structure is to it. If you are running on a windows server though, it will be in a different format, such as the drive letter followed by the sub-directories. |
#365
|
|||
|
|||
I still can't get the bot to post anything I've installed twice now.
Any ideas about how to troubleshoot? Thanks |
#366
|
|||
|
|||
I've been looking over the aiml files here and they've all been updated since the original version of the hack and I was wondering if I'd be able to load some of these in (the green ones that is) to make the bot a bit more clever. I've seen this asked throughout the thread but no answer has actually been given.
|
#367
|
|||
|
|||
Hi @ll,
after switching to php 5.0.4 i have some Problems with my Bot. Code:
PHP Notice: Undefined index: value in /srv/www/htdocs/web1/html/alice/src/respond.php on line 161 PHP Notice: Undefined variable: curpmsize in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 199 PHP Notice: Undefined variable: newremains in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 421 PHP Notice: Undefined offset: 2 in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 416 PHP Notice: Undefined variable: newremains in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 424 PHP Notice: Undefined variable: s_patternmatched in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 54 PHP Notice: Undefined variable: s_inputmatched in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 55 PHP Notice: Undefined index: attributes in /srv/www/htdocs/web1/html/alice/src/util.php on line 495 th@nks and gr33tz |
#368
|
|||
|
|||
Oh yes, by all means blue, none of those will actually do any harm to the bot, though some do need to be modified a bit so yours doesn't pretend to be alice. I've been using any additional aiml I could find since the old vb2 bot.
I was having similar problems with a few of my scripts while I was using php5, don't think I had any with the bot though. |
#369
|
|||
|
|||
Cool. Do you reckon all those listed as green should have no problems or is it best to give those a look through to check everything?
|
#370
|
||||
|
||||
I tried to install but it is not working and now when i try and make a new forum it comes up with this error message:
Database error in vBulletin 3.0.7: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO forum (title, description, fhbanner, fhbannerlink, fhmessage, link, displayorder, daysprune, parentid, mimicbotrop, newpostemail, newthreademail, styleid, password, options) VALUES ('Classifieds', '', '', '', '', '', '1', '30', '-1', '0', '', '', '0', '', '89798') mysql error: Unknown column 'mimicbotrop' in 'field list' mysql error number: 1054 PLEASE CAN SOMEONE HELP ME |
#371
|
|||
|
|||
Yeah, should be fine, you might want to take a quick glance if you just want to make sure or something.
Michael: It appears you forgot to run the query at the top of the install file; Code:
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ; |
#372
|
|||
|
|||
After moving to a new host, i'm starting to see some errors show up in the error log.
One of them dealing with permissions of the directories. What should the correct chmod be? |
#373
|
|||
|
|||
777 will do it.
|
#374
|
|||
|
|||
That's what it is complaining about though.
[2005-06-04 15:04:42]: error: directory is writable by others: (/..../forums/alice/src) [Sat Jun 4 21:56:38 2005] [error] [client 66.29.13.68] Premature end of script headers: /..../forums/alice/src/talk.php I'm also seeing this after a post is done: Code:
Warning: file_get_contents(http://www.ahazi.org/forums/alice/sr...%27s+down%21): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /_talkerbot.php on line 82 |
#375
|
||||
|
||||
Quote:
Now in the phrase part Code:
Rate Of Bots Posting<dfn>Setting this to 0 will disable him and a number 1-100 will be his percentage of replying.</dfn> Because i have installed my bot and posted in the section assigned and it has not replied ! |
#376
|
|||
|
|||
Quote:
When I post, I get a "page cannot be displayed" error in IE. If I refresh I get an "invalid thread specified" error. But, if I go back to the forum, the post is actually there but with no reply from the bot. If I use Firefox, when I submit the form the page starts to load, then stops loading. If I push the submit button again, it goes to the vbulletin error: Quote:
The installation went fine, except when it said: "Login to phpmyadmin and check in the 'bots' table that the bot id is 0". My bots table was empty. And the annoying thing is that this was all working fine until a week or so ago and I've no idea why it stopped working |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|