vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   TomBot v1.1 vB AI User Bot (https://vborg.vbsupport.ru/showthread.php?t=48053)

Webdork 02-21-2003 09:46 PM

For the original source of Program E including more AIML files - see http://www.rydell.com/programe/

Would be interesting to know what version this hack is based on.

Latest release of Program E was 0.08 which was released on August 23, 2002.

trilOByte 02-21-2003 10:06 PM

Yeah, Webdork, that's where I got the files above from. I followed the download links from rydell.com to sourceforge, which offered two sets of complete aiml files. It would seem that the aiml files in this hack, are a cut-down combination of those two sets.

Automated 02-22-2003 05:17 PM

Quote:

Originally posted by trilOByte
Here's the extra aiml files I mentioned. I've just added em in ADDITION to the original ALICE aiml files and re-ran botloader.php.

First impressions are that the bot seems smarter - or at least knows more.

I have absolutely no idea what these extra files do to the server load, or db size. But they do seem to work (I think).

I ran the botloader again and now the bot only replies in Smilies :( whats happened!

Matthew

Stu 02-22-2003 06:12 PM

Quote:

Originally posted by wolfman
I have a question that is only partually related to the bot.

My users use the "new posts" link alot and during a switch of styles I had to re add that to the board. Well since then I have added this bot and my post count has more than trippled. This means when they click on the "new posts" link they will be getting all these posts in this one forum I have the bot in. Which so far is only people having fun and does not really offer any real info.

Is there a way I could limit the search of new posts to everything but this one forum? if so what is the easiest way to do this. I just prefer simple over complex.

You can exclude forums from the search, this is from a hack request I submitted a while ago...

Code:

/forums/search.php

find

$wheresql.=" AND thread.open<>10";

and replace with this

$wheresql.=" AND thread.open<>10 AND thread.forumid!=50 AND thread.forumid!=63 AND thread.forumid!=71";

There are two instances that need to be changed.
50, 63, 71 are the forum ID's to be excluded, just change to your Forum ID's

trilOByte 02-22-2003 11:30 PM

Quote:

Originally posted by Automated


I ran the botloader again and now the bot only replies in Smilies :( whats happened!

Matthew

No idea, it worked for me. You did *add* these files to the original and not repace the originals with these?

Webdork 02-23-2003 02:38 AM

The version we have doesnt seem to be the same as the latest release of Program E which is 0.08 so I upgraded.

Seems a little smarter.

trilOByte 02-23-2003 04:19 AM

The interesting thing is if you use the java client included, the bot seems *much* smarter. It's the character length limitation which dumbs down the conversation.

The bot *seems* much smarter when the conversation is a quick succession of brief exchanges. It seems as though it follows the conversation.

I'm gonna run the bot as a popup java box, with custom aiml files for a FAQ.

REQUEST
What I would really like, is a way to stop the bot responding on the forums, unless it was triggered by a keyword (eg: "Alice"). The I could run the bot as a propper chatbot/FAQbot via the popup, but also have it as an "on demand" bot for the forums.

I think that would be the slickest way if integrating this hack.

TheComputerGuy 02-23-2003 01:07 PM

TriloByte, you have a great idea, I was looking at the chat.php and I am trying to figure out what exactly triggers it..because you have make it talk so many percentages...currently have mine set to 85% of the time...if I find anything I will let you know.

Erwin 02-23-2003 08:21 PM

Quote:

Originally posted by trilOByte
The interesting thing is if you use the java client included, the bot seems *much* smarter. It's the character length limitation which dumbs down the conversation.

The bot *seems* much smarter when the conversation is a quick succession of brief exchanges. It seems as though it follows the conversation.

Part of the problem is that in a chat, the conversation is linear.

In a forum, with multiple threads happening at once, the bot treats it all as one linear conversation, so it gets confused with names and topics, and comes across as dumb.

I suspect that if you restrict the bot to only 1 thread he may appear smarter.

cono 02-25-2003 06:42 AM

does anyone have a problem running two bots on there board?

i had one to start with, and it sounded pretty well and was making some decent sence. didnt sound to stupid. now i added the second useing the methed posted in this thread and the bot sounds a heck of a lot dumber. he doesnt make any sense?

maybe i shoulkd remove the second bot?


All times are GMT. The time now is 08:47 AM.

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.01694 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete