The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TomBot v1.1 vB AI User Bot Details »» | |||||||||||||||||||||||||
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. Bot also recall's your name now Updated the Zip File Below http://www.ultimatepop-network.com/TomBot v1.2.zip Show Your Support
|
Comments |
#432
|
|||
|
|||
Quote:
I'm the one who made the changes Sanni posted. To be honest I have no idea why the bots reply would be showing up first. The only thing I can think of is there is a mistake in the SQL statement in the showthread file you had to change. The ORDER BY is wrong, or you changed the wrong query. The query you have to change should be around line 385. Close to the end of the file. |
#433
|
|||
|
|||
The exact changes that I made are:
Change showthread.php Around line 385 change the following SQL query Code:
$getpostids=$DB_site->query(" SELECT post.postid FROM post WHERE post.threadid='$threadid' AND post.visible=1 ORDER BY dateline $postorder LIMIT ".($limitlower-1).",$perpage Code:
$getpostids=$DB_site->query(" SELECT post.postid FROM post WHERE post.threadid='$threadid' AND post.visible=1 AND post.dateline <= ".time()." ORDER BY dateline $postorder LIMIT ".($limitlower-1).",$perpage Add the lines Code:
define ("EARLIEST_REPLY", 20); define("LATEST_REPLY", 120); Code:
$ttb_weighting = 100; Code:
$ttb_time = time() + rand(1,5); Code:
$ttb_time = time() + rand(EARLIEST_REPLY,LATEST_REPLY); There are a couple bugs that I haven't had time to fix yet. 1) the bot will show as the latest poster even though his post won't show yet. 2) If the bots post goes over to the next page then the links for the next page will show, but the bots post won't show till the time it is supposed to. |
#434
|
|||
|
|||
will this bot ever be able to know who each person is ???
i mean is there a way for him to be able to read the poster userid and reply to them ??? P.S this is by far the best hack i have ever used (and i been hacking for many moons now) *clicked install* if people got together on this it could be something huge (it is already lol) |
#435
|
|||
|
|||
Quote:
|
#436
|
|||
|
|||
BUMP
h8 bumping but if this could be achieved the level of this hack would increase 100% !!!! |
#437
|
|||
|
|||
Quote:
Would be a great addition and would easily make this the HOTM Matthew |
#438
|
|||
|
|||
And i think the AI files need some work... the answers the robot comes out with from time to time are a little strange, and i don't mean just because it doesn't understand them, sometimes it does but just says weird stuff...
|
#439
|
||||
|
||||
Quote:
|
#440
|
|||
|
|||
lol, well, a good point He said he was female but i set him to male for starters... bit worrying
|
#441
|
||||
|
||||
Did anyone try to use the paid version of Alice... has some 1000 more questions/answers included I think (correct me if I am wrong). When I tested the bot on www.alicebot.org it did not sound as "off" as the talk.html /php (I am trying to install).
A personality test has been added to it also. The bot simply inserts hidden personality test questions into the dialogue, and makes up her mind about your personality type. You can then ask "what is my personality type?". Sound pretty cool... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|