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.
Originally posted by Ember We're trying to teach the bot croatian, do we just tell him the english then the croation, or what?
to do things like that i think you need to make new aiml file but im not to sure, but theres a file with the alice softwear that says the following:
PHP Code:
<?
/*
Program E
Copyright 2002, Paul Rydell
This file is part of Program E.
Program E is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Program E is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Program E; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/*
INSTRUCTIONS
If you want to put custom tags into your templates you need to define functions to handle those tags in this file.
Define the function with the name ct_customtagname. Setup the function to be passed the parameters $xmlnode, $inputstar, $thatstar, and $topicstar.
After the function has been defined it will automatically be called to handle XML that matches your custom tag name.
Please review the examples below.
*/
/*
Example:
You want to build email capabilities into the bot and have invented an <email> tag.
Example of how your new email tag will be used:
<category>
<pattern>EMAIL PAUL AND TELL HIM *</pattern>
<template>Okay. I emailed him. <email to="paul@rydell.com"><star/></email></template>
</category>
*/
/*
function ct_email($xmlnode,$inputstar,$thatstar,$topicstar){
# Capitalize the attributes
$mynode=upperkeysarray($xmlnode["attributes"]);
# Get the value of an attribute
$sendto=$mynode["TO"];
# Process everything inside the tag
$emailcontent=recursechildren(realchild($xmlnode),$inputstar,$thatstar,$topicstar);
# Send an email
mail($sendto, "E-Mail from Program E", $emailcontent);
# Don't return anything to the output
return "";
}
*/
/*
Example:
You want to build math capabilities into the bot and have invented an <add> tag.
Example of how your new add tag will be used:
<category>
<pattern>PLEASE ADD * TO *</pattern>
<template>The answer is <add><star index="1"/>,<star index="2"/></add></template>
</category>
*/
/*
function ct_add($xmlnode,$inputstar,$thatstar,$topicstar){
$total=0;
# Process everything inside the tag
$numberstoadd=recursechildren(realchild($xmlnode),$inputstar,$thatstar,$topicstar);
# Split the numbers into an array
$numberstoadd=split(",",$numberstoadd);
# Total up the numbers
foreach($numberstoadd as $x)
$total += $x;
Originally posted by ManagerJosh Loading startup.xml
Warning: Cannot set time limit in safe mode in /home/virtual/site28/fst/var/www/html/ai/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 1.aiml
Warning: Cannot set time limit in safe mode in /home/virtual/site28/fst/var/www/html/ai/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 2.aiml
Suggestions?
Edited 1:NM....I took a gamble and deleted line 563
Edited 2: I keep on timing out and this safe mode restriction is started to make me furious....
try running botloaderinc.php from the admin folder it runs the aiml files one at a time and not all at same time.
i want to teach the tombot. I ask the tombot "Who I can teach you" and he said "If you want to teach me something say it in one sentence. Then say "Remember that." ",
but it doesn't works.
Can somebody help me? Pleaase, this bot is so cool
you need to make more aiml files with the information you want it to know and add this information to the database. I have no idea how but look at post 231