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.
I have the same problem as Baba2000. Additionally, I receive the following errors when posting to the bot forum:
Code:
Warning: fopen("http://forum.blabla.org/alice/src/talk.php?input=which+day+is+today%3F", "r") - Success in /home/blabla/www/forum/tomstalkerbot.php on line 46
Warning: fread(): supplied argument is not a valid File-Handle resource in /home/blabla/www/forum/tomstalkerbot.php on line 47
Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/blabla/www/forum/tomstalkerbot.php on line 48
does anyone run this on a shared server? and did the initial 300,000 queries at setup cause any problems with the server load? I dont want to crash the server since I am on a shared hosting plan and dont want to affect someone elses site.
How many queries does this bot use once installed? Is it server intensive?
1. Make a copy of tomstalkerbot.php and name it tomstalkerbot2.php
2. In tomstalkerbot2.php give a new memberid, username and
forumid
3. Add to ALL and i repeat ALL instances of the $ttb and $ttbc etc.
in every part of the code in tomstalkerbot2.php a 2 so that they look as $ttb2, ttbc2. Look very carefully for them.
4. Under include "tomstalkerbot.php"; in newthread.php and newreply.php put:
include "tomstalkerbot2.php";
Upload the new tomstalkerbot2.php, newthread.php and newreply.php and voila.
if you see an error, use this tomstalker2.php, fill in the id's and point the url to talk.php on your server.
I get this error when trying to load botloaderinc.php:
Code:
This script is loading your AIML files one at a time to prevent the script from timing out. Only use this script if your PHP is running in safe mode. If you are still experiencing timeouts then you need to edit your AIML files into smaller files.
Fatal error: Call to undefined function: loadstartupinc() in /weeeeeee/html/fs/alice/src/admin/botloaderinc.php on line 60