Version: 1.00, by C.Birch
Developer Last Online: Jan 2016
Version: 2.2.x
Rating:
Released: 01-22-2003
Last Update: Never
Installs: 119
No support by the author.
Hi after reading the forums i have seen many people after a hack like this so here it is.
This has been installed and testing on a busy live server and it worked fine thats why im posting it in here right away.
I can not hack that much if theres a prob but i try my best to, i also add this is my first time so i have tryed my very best to make the install file easy to follow.
all the files you need are in the zip file just unzip it to your pc keeping the lay out how it is in the zip file and then following the install text file.
What does this hack do?
Basicy it add's a chat bot to a forum on your board that will reply to users posts.
if you wish the bot not to reply to a post inside of the forum its set up to reply in just add ### anywhere in your post and it will stop the bot from replying.
You may give the bot its own profile on the board eg av and sign to make it fit in abit better.
The bot will also learn things has it gets used more but if it gets to a point where it trys taking over the wrold please dont sue me.
=======
Add On's
=======
[vB v2.2.8] vBTeachbot 1.0: Click Here By Martin64
=====
Update
=====
Added more aiml files for clean install's so the bot knows more information from the start.
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site68/web/forums/alice/src/graphnew.php on line 125
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/site68/web/forums/alice/src/graphnew.php on line 231
Fatal error: Call to undefined function: get_defined_functions() in /home/sites/site68/web/forums/alice/src/util.php on line 565
My SquallBot keeps posting that...
Any ideas? I followed the instructions correctly...
Make sure allow_call_time_pass_reference is set to ON in your php.ini I think that should ger rid of that error.
// update forum stuff
if ($visible==1) {
$DB_site->query("UPDATE forum SET replycount=replycount+1,threadcount=threadcount+1,lastpost='".time()."',lastposter='".add$
}
Then the bot will show as the last poster, and newreply.php after:
PHP Code:
} else {
$DB_site->query("UPDATE thread SET lastpost='".time()."',replycount=replycount+1,lastposter='".addslashes($postusername).$
}
}
It's working great here.
Just wondering if its possible to adjust the frequency the bot answers somehow. I figured it might get annoying if it replies to every post u make.