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
Addon for: TomBot vBAI UserBot => Remember individual Users Details »»
Addon for: TomBot vBAI UserBot => Remember individual Users
Version: 1.00, by Radgam Radgam is offline
Developer Last Online: Nov 2005 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 02-04-2003 Last Update: Never Installs: 24
 
No support by the author.

This is an addon for the "TomBot vB AI User Bot" hack which can be found here: http://www.vbulletin.org/hacks/index...ack&hackid=900
This hack *must* be installed first.

This addon hack allows the vBAI UserBot to remember infomation on individual members of your forum from previous discussions such as their name, where they live, and anything else the Userbot may have asked about/picked up on !

The install file also contains information on sorting the output of the vAI UserBot and other little bits of miscellanous information! :classic:

If you have any problems, let me know.

~Radgam

Change Log----------------------------------------------------------

Version1.1:
a few code fixes
'CleanOutput' coding has been changed from 7 find & replaces to only 2. This has increased speed and means... less server load! Output looks near enough identical.

Show Your Support

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

Comments
  #12  
Old 02-06-2003, 07:38 AM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NuclioN
error: Warning: settype: invalid type
Not quite sure about the error but you could try replacing
settype($vbid, int); -- with
settype($vbid, "integer");

Let me know if it works
~Radgam
Reply With Quote
  #13  
Old 02-06-2003, 07:57 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The error is gone now radgam How can we test it's capabillity to remember?
Reply With Quote
  #14  
Old 02-06-2003, 08:02 AM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, i tested it by creating a few different members which i could login as. Then if you say "My name is radgam. What do you know about me?" the bot prints out what it knows about you.

Repeat with a few different test members (and using different names each time you say it... finally, go back in as the original and again ask "what do you know about me?". And your name should still be remembered even though you've fed the bot information on other members too

I know, tad complex
Reply With Quote
  #15  
Old 02-06-2003, 08:09 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Briljant! It display's an infosheet and if you follow the patterns the bot will notice that and by the next "what do you know about me?" it shows that it knows.
Reply With Quote
  #16  
Old 02-06-2003, 08:37 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wonder where i can translate this part of the answers. We are creating a Dutch faq bot from scratch and the bot does not respond on "who am i" or other recognizable info. Where to look for this?
Reply With Quote
  #17  
Old 02-06-2003, 08:39 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds nice.
Reply With Quote
  #18  
Old 02-06-2003, 08:44 AM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me runs off to install
Reply With Quote
  #19  
Old 02-06-2003, 08:47 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A couple of other questions because we have little time to find out ourself, does the bot knows when you ask it about another member? "What do you know about ****?"
And i've searcht trough the aiml files but i can't find the command that triggers the total display of what it already knows.
Reply With Quote
  #20  
Old 02-06-2003, 09:52 AM
Radgam Radgam is offline
 
Join Date: Jan 2003
Location: Scotland! :)
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I wonder where i can translate this part of the answers. We are creating a Dutch faq bot from scratch and the bot does not respond on "who am i" or other recognizable info. Where to look for this?
To do this you need to create your own set of AIML files and then load them into the database using the botloader.php script (preferably a modifed version of the script, so it doesn't clear what is already in the database!) Alternatively, you can install Martin64s teachbot hack which can be found here:
https://vborg.vbsupport.ru/showthrea...threadid=48291

Quote:
A couple of other questions because we have little time to find out ourself, does the bot knows when you ask it about another member? "What do you know about ****?"
Unfortunatly you can't ask it about other members. That would probably involve modifying much of the code and AIML files as all of the references are done by the userid not the username, and the current coding is only designed to handle information on one person at a time (where userid=$uid or something like that).

~Radgam
Reply With Quote
  #21  
Old 02-06-2003, 10:11 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hope if someone can let the bot remember other members info, that would be a major improvement.

The translation and teach stuff are already set in the db and botfiles, i actually want to know what command triggers this:

Name: .
Age: .
Birthday: .
Gender: .
Job: .
Sign: .
Location: .
Does: .
You are: .
You have: .
You want: .
You like: .
You said: .
Personality: .
Favorite color: .
Favorite movie: .
Password: .
Email: .
Phone: .
Cat: .
Dog: .
Wife: .
Husband: .
Friend: .
Boyfriend: .
Girlfriend: .
Brother: .
Sister: .
Father: .
Mother: .
Nickname: .
Full name: .
Last name: .
Middle name:
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 12:55 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.07943 seconds
  • Memory Usage 2,306KB
  • 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
  • (3)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
  • (3)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