Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
TomBot v1.1 vB AI User Bot Details »»
TomBot v1.1 vB AI User Bot
Version: 1.00, by C.Birch C.Birch is offline
Developer Last Online: Jan 2016 Show Printable Version Email this Page

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.

Bot also recall's your name now

Updated the Zip File Below
http://www.ultimatepop-network.com/TomBot v1.2.zip

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #432  
Old 02-01-2003, 02:09 AM
OzRoy OzRoy is offline
 
Join Date: Nov 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NuclioN
Sanni, your hack slows down the reply but...when the bot reply's it puts the reply on top of the thread, so above the first posting.
Hi.

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.
Reply With Quote
  #433  
Old 02-01-2003, 02:20 AM
OzRoy OzRoy is offline
 
Join Date: Nov 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
To:

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
Then edit your tomstalkerbot.php

Add the lines
Code:
define ("EARLIEST_REPLY", 20);
define("LATEST_REPLY", 120);
just under
Code:
$ttb_weighting = 100;
Then around line 56 change
Code:
$ttb_time = time() + rand(1,5);
to:
Code:
$ttb_time = time() + rand(EARLIEST_REPLY,LATEST_REPLY);
That should be it. These changes were made to version 2.2.6

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.
Reply With Quote
  #434  
Old 02-01-2003, 06:05 AM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
  #435  
Old 02-01-2003, 02:56 PM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mickie D
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 ???
I'd like to know that too
Reply With Quote
  #436  
Old 02-01-2003, 03:10 PM
Mickie D Mickie D is offline
 
Join Date: Jun 2002
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BUMP

h8 bumping but if this could be achieved the level of this hack would increase 100% !!!!
Reply With Quote
  #437  
Old 02-01-2003, 03:31 PM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mickie D
BUMP

h8 bumping but if this could be achieved the level of this hack would increase 100% !!!!
Agreed! It keeps calling all of my members Matthew! Which is me

Would be a great addition and would easily make this the HOTM

Matthew
Reply With Quote
  #438  
Old 02-01-2003, 03:52 PM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #439  
Old 02-01-2003, 03:54 PM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Radgam
... 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...
And this is different from a regular user in what way?
Reply With Quote
  #440  
Old 02-01-2003, 03:55 PM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol, well, a good point He said he was female but i set him to male for starters... bit worrying
Reply With Quote
  #441  
Old 02-01-2003, 04:56 PM
bandersen's Avatar
bandersen bandersen is offline
 
Join Date: Feb 2002
Location: Oslo
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05226 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete