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
  #532  
Old 02-09-2003, 04:37 PM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by bandersen
I am still having a problem with the fopen....

My server said that for security reasons they have disabled "remote" fopen()
functions on their servers. Until these security issues are resolved they
are not enabling remote fopens() function. However, fopen() will work for
all local files i.e. if you are including or opening something locally,
it will work.

Can someone please tell me how the $ttb_alicelocation should be coded to read as a local fopen in tomstalkerbot (line 46). I have tried the following:

$ttb_alicelocation = "/forums/upload/alice/src/talk.php";

and I have also tried the more involved link that shows in my FTP..

OR,

since I do get the talk.html up in the browser and the talk.php with the reply... is there some way to "just" include this in the header without messing with fopen?
I suspect you'd need the exact path for your vhost account. Ask your host about this, as it depends on where their vhosts are located.
Reply With Quote
  #533  
Old 02-09-2003, 08:55 PM
bandersen's Avatar
bandersen bandersen is offline
 
Join Date: Feb 2002
Location: Oslo
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Martin64


I suspect you'd need the exact path for your vhost account. Ask your host about this, as it depends on where their vhosts are located.
Yeah, I have waited a week soon for that reply :bored:

Since my talk.html and talk.php is working in the browser.. could someone please code it so that the bot can be showed in the header template? I have attached a picture of how I see this... thank you anyone...
Reply With Quote
  #534  
Old 02-10-2003, 02:55 AM
Jitway's Avatar
Jitway Jitway is offline
 
Join Date: Sep 2002
Location: In a hub!
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I finally figured out my problem. I had the wrong forum id no idea how I missed that one......goes and shoots self. But great hack clicks install. :laugh:
Reply With Quote
  #535  
Old 02-10-2003, 12:06 PM
Dominick Dominick is offline
 
Join Date: Jan 2003
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The evolution of "Hal 9000"
I was having a hell of a time trying to get tom bot and the plugin to teach it working properly. so I had asked a friend with a bit more programming experience to look at it

this was the resultant thread
http://www.tech-lounge.com/forum/sho...5&pagenumber=1
notice the progression
around page 6 or so "Hal 9000" finally starts talking. It was like a minor miracle.

My buddy, name is kitzke is now bot master.


on a side note, I had a thought
2 bots running in one forum
pinky
the brain
if I can only get the ai to respond properly
Reply With Quote
  #536  
Old 02-11-2003, 04:18 PM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way for me to get the same bot using the same DB to talk in more than one forum? EG where you enter the forumID you want the bot is is there a way for me to specify like 4 forum ID's ?

Thanks
Matthew
Reply With Quote
  #537  
Old 02-11-2003, 04:50 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Automated
Is there a way for me to get the same bot using the same DB to talk in more than one forum? EG where you enter the forumID you want the bot is is there a way for me to specify like 4 forum ID's ?

Thanks
Matthew
In tomstalkerbot.php find this code:

Code:
if ($ttb==1 AND rand(1,100)<=$ttb_weighting AND $forumid==$ttb_forumid AND $bbuserinfo[userid]!=$ttb_memberid) {gottb();};
Change to:

Code:
if ($ttb==1 AND rand(1,100)<=$ttb_weighting AND (($forumid==$ttb_forumid) OR ($forumid==x) OR ($forumid==y) )AND $bbuserinfo[userid]!=$ttb_memberid) {gottb();};

Change X and Y to the ids of the forums you want to use in addition to the one you already set. Add more OR clauses as needed (or subtract as needed) in order to include all the forums you want.

I have not tested this, but it should work. If you don't understand the code I pasted, don't try to do it.

Amy
Reply With Quote
  #538  
Old 02-12-2003, 12:40 AM
Jitway's Avatar
Jitway Jitway is offline
 
Join Date: Sep 2002
Location: In a hub!
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Automated
Is there a way for me to get the same bot using the same DB to talk in more than one forum? EG where you enter the forumID you want the bot is is there a way for me to specify like 4 forum ID's ?

Thanks
Matthew
Look here https://vborg.vbsupport.ru/showthrea...353#post345353
Reply With Quote
  #539  
Old 02-12-2003, 12:49 PM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot man, i will test it now!
Reply With Quote
  #540  
Old 02-12-2003, 01:10 PM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will install this tonight (have fingers crossed that all will go well).

Would be nice if we could somehow introduce a second bot later. I've read we would have to use a second database to do this. Does anyone know if this can be done any other way? Can 2 bots be integrated together?

Thanks for the hack.
Reply With Quote
  #541  
Old 02-12-2003, 09:51 PM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My Bot comes up as a guest and has no posts could someone please help me sort this out? I am sure it would help a lot of others aswell!

Quote:
ChatBot
Guest

Registered: Not Yet
Location:
Posts: N/A
Status:
Thanks a lot

Matthew
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 01:31 AM.


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.05378 seconds
  • Memory Usage 2,317KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (3)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