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: fopen(/alice/aiml/startup.xml) [function.fopen]: failed to create stream: No such file or directory in /home2/gamewiza/public_html/forums/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
You are one sick sad puppy asking if it was a poof :banana: :lol:
Going to try installing this to our test box now, and we're going to beat Tim at his own game .... a demented pyscho bot on the way (wonder how long it will take to work out the profanity filter isn't huge)!
No way, Matthew. I'm very interested..... just don't have the programming expertise to be any help with the sort of development we all need.
These hacks are awesome. We have two bots running in separate (private) test forums. For now, both bots are sharing the same data files..... but we'll make a new database for the second one after we're able to customize it/her/them well enough.
Ultimately, we want to have two conversational forum bots running (separately)....... along with a third FAQ-bot to personalize that function. So anything we can do to make it easier to train them is truly important.
Thanks to all who've been working on these hacks, so far!!
REQUEST
What I would really like, is a way to stop the bot responding on the forums, unless it was triggered by a keyword (eg: "Alice"). The I could run the bot as a propper chatbot/FAQbot via the popup, but also have it as an "on demand" bot for the forums.
I think that would be the slickest way if integrating this hack. [/B]
I am new to hacks and what not. But why not just add a if statement in the tomstalkerbot.php.
Something like.
if ($ttb==1 AND rand(1,100)<=$ttb_weighting AND $forumid==$ttb_forumid AND $bbuserinfo[userid]!=$ttb_memberid) {gottb();};
take out the $ttb_forumid and replace it some how with a search in the $message string.
If this was visual basics i could do it in a minute but not sure on how to in php.