Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases

Closed Thread
 
Thread Tools
TalkerBot Hack v1 Details »»
TalkerBot Hack v1
Version: 1.00, by Rapid Gaming Rapid Gaming is offline
Developer Last Online: Jun 2004 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-09-2004 Last Update: Never Installs: 17
Is in Beta Stage  
No support by the author.

VERSION 2 OF THIS HACK CAN BE LOCATED AT https://vborg.vbsupport.ru/showthread.php?t=60329.

Show Your Support

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

Comments
  #72  
Old 01-14-2004, 09:09 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find This:
PHP Code:
   $botoutput "[QUOTE={$bbuserinfo["username"]}]\n{$newpost["message"]}\n[/QUOTE]\n$botoutput$botsmilie[smilietext]"
Replace with:
PHP Code:
   $botoutput "$botoutput$botsmilie[smilietext]"
Keep in mind that I have not tested that change but it should work perfectly.
  #73  
Old 01-14-2004, 09:26 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

--edit-- That worked. I've removed the quote tag but then it did'nt work. Your code is ok.
  #74  
Old 01-14-2004, 09:31 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
--edit-- That worked. I've removed the quote tag but then it did'nt work. Your code is ok.
let me play around with a few changes real fast.
  #75  
Old 01-14-2004, 09:32 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NuclioN
--edit-- That worked. I've removed the quote tag but then it did'nt work. Your code is ok.
I was about to say that becuase i just tested that code on my site and it worked just fine. Glad it works for you.
  #76  
Old 01-14-2004, 09:35 PM
Mr. HillBilly Mr. HillBilly is offline
 
Join Date: Oct 2003
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this on my forum but no luck. All I got was the bot saying it was not feeling well :|
  #77  
Old 01-14-2004, 10:35 PM
Geographic2 Geographic2 is offline
 
Join Date: Apr 2003
Location: On the map
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
NOTE: I made it so the bot will see the posts for the forums hes allowed to post in even if that time he does not post. That way he can keep up with the conversations and learn things.
Mine doesn't seem to learn anything... Are you sure it's learning???

It would be nice to have a teaching forum or thread. Where subject could be the question, and body could be the answer...

I'm still trying to figure out how to make it learn... There was the Teachbot hack for vb2 that made AIML files and you'd have to rerun botloader and stuff but why not just go right into the DB with it... Of course if you do that then you don't have the AIML for later in case you have to reset, or something....


I was able to port most of Teachbot but got stuck around creating the AIML file.... then started to think that there has to be a better way...

I have no doubt this will happen someday, this is an exciting hack and I'm sure lots of things will be done with it.
  #78  
Old 01-14-2004, 10:45 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr. HillBilly
Installed this on my forum but no luck. All I got was the bot saying it was not feeling well :|
Check that you set the path to the talk.php file correctly in the _talkerbot.php file.
  #79  
Old 01-14-2004, 10:47 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Geographic2
Mine doesn't seem to learn anything... Are you sure it's learning???

It would be nice to have a teaching forum or thread. Where subject could be the question, and body could be the answer...

I'm still trying to figure out how to make it learn... There was the Teachbot hack for vb2 that made AIML files and you'd have to rerun botloader and stuff but why not just go right into the DB with it... Of course if you do that then you don't have the AIML for later in case you have to reset, or something....


I was able to port most of Teachbot but got stuck around creating the AIML file.... then started to think that there has to be a better way...

I have no doubt this will happen someday, this is an exciting hack and I'm sure lots of things will be done with it.
First off thats only if your using my talkerbot.php file that i posted.
  #80  
Old 01-14-2004, 11:21 PM
Geographic2 Geographic2 is offline
 
Join Date: Apr 2003
Location: On the map
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using your talkerbot hack.

Does yours learn?


EDIT -* DOH! I wasn't using yours... I seemed to have missed page 4
Lemme check it out.
  #81  
Old 01-14-2004, 11:41 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It will learn from each post that it made. It takes the conversation and logs it. It then will build some of its replies from that information. If you check out my site you can see that my users have used some words a few times and now the bot has used them a few times as well. I might look at porting the teachbot hack up latter on tonight.
Closed Thread

Thread Tools

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 08:56 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04623 seconds
  • Memory Usage 2,305KB
  • 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_php
  • (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
  • (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