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)

bandersen 01-28-2003 03:49 PM

Did anyone get this working on 2.2.6??

This hack got me back hacking again.. forgot to check how far I got with the versions last time :-)

Automated 01-28-2003 04:55 PM

When i run the botloader script it allways stops about half way thround saying DONE in the status bar ! What can i do

Thanks
Matthew

Martin64 01-28-2003 05:05 PM

[I forgot some important stuff earlier, so I deleted my post and am posting it here instead]

Here's a little guide I wrote that comes handy if you want to add extra AIML files without having to flush the old bot tables and without having to run the whole botloader process everytime you want to "teach" your bot something.

Do this.

Open alice/src/admin/botloader.php.

FIND AND DELETE:

Code:

deletebot();
Save and upload the file.

Open alice/aiml/startup.xml

FIND:

Code:

<learn>*</learn>
Replace with:

Code:

<learn>custom.aiml</learn>
Save and upload the file.

Now open notepad and paste this:

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<category>
<pattern>WHO IS MARTIN64</pattern>
<template>He is a vbulletin.org hacker.
</template>
</category>
</aiml>

Save the file as custom.aiml and upload it to your aiml directory. This is just an example of what you can have in your custom.aiml file. If you want to learn more about writing your own AIML files, visit this site: http://www.lfay.net/anna/aiml.html

Now, whenever you have added more information to your custom.aiml file and want to teach your bot more stuff, just upload custom.aiml and run botloader.php. This will add the extra AIML file to your database without flushing your old tables.

This means your bot will have 0 downtime when adding new AIML, as you don't have to redo the whole botloading process.

:cool:

C.Birch 01-28-2003 05:14 PM

My oh my this topic has got bigger hehe thanx to who every moved it to the full hacks forum.

Sorry i have not been here but i have been far to busy the last week doing web design work.

Mickie D 01-28-2003 05:30 PM

when i try to run the botloader it does nothing for about 10 mins then it gives me a page cannot be displayed error :(

can anyone tell me where i am going wrong ???

i have chmodded all the sub dirs etc 777 :) all help would be gr8

Mickie D 01-28-2003 06:19 PM

is this bot german ????

i viewed the text files that come with the bot zip and there is alot of german or some foriegn language ??

any one know ??

ULTIMATESSJ 01-28-2003 08:50 PM

This hack looks pretty impressive, but how many queries will this add to my forums

Erwin 01-28-2003 09:18 PM

Quote:

Originally posted by ULTIMATESSJ
This hack looks pretty impressive, but how many queries will this add to my forums
It adds a couple of queries each time the bot is answering a post - this will greatly increase your server load - I'm on a dedicated server, and it's slowed down my site by quite a bit - we have almost 10,000 posts in my bot's forum alone now... :)

Erwin 01-28-2003 09:20 PM

Quote:

Originally posted by Martin64
Here's a little guide I wrote that comes handy if you want to add extra AIML files without having to flush the old bot tables and without having to run the whole botloader process everytime you want to "teach" your bot something.
:cool:

Very good advice, Martin. Thanks!

Automated 01-28-2003 09:24 PM

Quote:

Originally posted by Automated
When i run the botloader script it allways stops about half way thround saying DONE in the status bar ! What can i do

Thanks
Matthew

Any help would be great Thanks :p

Matthew


All times are GMT. The time now is 03:12 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.01810 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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