vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Talkerbot V2.2.3 (AI Posting Bot) (https://vborg.vbsupport.ru/showthread.php?t=126386)

dilbert 09-13-2006 07:25 PM

I still get a time out. I left just the 1.aiml file in the folder (and startup.xml too). That file is only 3KB, and I still get a timeout.
I wish there was a way to load these directly to the db.
Quote:

Originally Posted by unitedpunjab
use botloaderinc.php instead of boatloader to load the files one by one


SkyCatcher 09-13-2006 07:48 PM

Can anyone export Bot and Bots tables into an sql file so I can populate my database please?

The problem I have now is that the bot does reply in the forums but all he says is "I can't form a reply right now" and also every post made says it's a duplicate and that I have already made a post recently :o

dilbert 09-13-2006 08:02 PM

I think this would be great too, but...
There are supposed to be ~300,000 lines. How big of a file would that be?
I can put it on my site. If someone could create it I can give them FTP access to a folder, and then share that folder here.
This looks like a lot of fun, I'd love to get it added.
Quote:

Originally Posted by SkyCatcher
Can anyone export Bot and Bots tables into an sql file so I can populate my database please?

The problem I have now is that the bot does reply in the forums but all he says is "I can't form a reply right now" and also every post made says it's a duplicate and that I have already made a post recently :o


Nathan_R 09-13-2006 09:29 PM

Quote:

Originally Posted by dilbert
So, are all of the people that installed and got it to work, running their sites on a dedicated server?


Nope. I'm on shared hosting.

unitedpunjab 09-13-2006 09:33 PM

diff. hosts have different timeout values,

G_Man 09-13-2006 09:56 PM

Quote:

Originally Posted by unitedpunjab
diff. hosts have different timeout values,

So, it would seem... I used the inc.php with your change and only the same files uploaded.

My Bot is 6.2K and Bots is 1K
What other tables are associated with this?

hotwheels 09-13-2006 10:47 PM

I just installed this mod and it is pretty kewl.......One problem though, that i ran into and i know it is just an error on myside, but what exactly is needed here:
Quote:

$rootdir= "D:/inetpub/vhosts/extremechatforums.com/httpdocs/forums/alice/aiml/";

require('D:/inetpub/vhosts/extremechatforums.com/httpdocs/forums/includes/config.php');
right now i have it set up: /forums/alice/aiml/ and /forums/includes/config.php

So when i ran the botloader.php, i recieved errors at the end of it, pointing to this function. The bot is working on my site, i am just concerned about how to set the dbprefs.php correctly........Does it need the "D:" and what is the first part of the call for?
Quote:

:/inetpub/vhosts/extremechatforums.com/httpdocs
And the bot is kewl as hell, he is a smart azz too.........hehehe

G_Man 09-13-2006 11:01 PM

@hotwheels

Mine wouldn't work right at all until I dropped the D: I am thinking that is for a Drive on a dedicated server or summat.

In any event, might help to drop the D:

hotwheels 09-13-2006 11:04 PM

K, i have the d: dropped......that's kind of what i was thinking........

This should just point to where it's located in my forums directory right? Like: /forums/alice/aiml/ and to my includes file, right?

eXtremeTim 09-13-2006 11:07 PM

This problem i have already identified and know why it happens and will update to cut down the frequency of it soon. I am still wondering why the last post isnt updating correctly since im using vbulletins datamanager to handle all the posts.

hotwheels 09-13-2006 11:07 PM

I am rerunning the botloader and i will post up the errors i recieve...

eXtremeTim 09-13-2006 11:08 PM

remove the D: thats for the filepath on my server since I run on a windows server.

eXtremeTim 09-13-2006 11:13 PM

I will be releasing another bug fix version tonight. Plus im going to see about getting the bot to show up online when she posts.

hotwheels 09-13-2006 11:14 PM

I didn't have all of the files set to chmod 777.........I just reran it and it was a perfect upload.

hotwheels 09-13-2006 11:15 PM

that is really kewl extremeTim.........I named my bot dugdug

eXtremeTim 09-13-2006 11:19 PM

Yea you should be able to chmod subs.inc in the admin dir.

Erwin 09-13-2006 11:20 PM

Quote:

Originally Posted by eXtremeTim
Plus im going to see about getting the bot to show up online when she posts.

That's just a simple template edit. :) I've done that for a few years now with it.

eXtremeTim 09-13-2006 11:22 PM

Nah I want to make it so she will show up in the whosonline system correctly everywhere and even disappear offline after the timeout from her last reply.

Erwin 09-13-2006 11:24 PM

If you're doing a bugfix version, make sure like I suggested each php file (and .inc file as they are included) starts with <?php not just <? to be compliant with PHP 5.x.x. And get rid of &$variable variables in your files (only found twice in graphnew.php - remove the & from the variable) to avoid the deprecated error.

The problem I have is that my bot has a lot of blanks in his answers.

For example "So you are talking about ." Or " said ."

Is it just me or is this a problem for other people.

dilbert 09-13-2006 11:39 PM

Is someone willing to somehow make their database files available?
I've tried several times to get it to work, and keep getting timeouts.

Makaveli105 09-14-2006 12:06 AM

Quote:

Originally Posted by Erwin
If you're doing a bugfix version, make sure like I suggested each php file (and .inc file as they are included) starts with <?php not just <? to be compliant with PHP 5.x.x. And get rid of &$variable variables in your files (only found twice in graphnew.php - remove the & from the variable) to avoid the deprecated error.

The problem I have is that my bot has a lot of blanks in his answers.

For example "So you are talking about ." Or " said ."

Is it just me or is this a problem for other people.


That's a problem for me also, everything seems to be running great, except he has blanks in alot of posts.

Quote:

You are curious about .Ask me another question.
Quote:

I haven't heard anything like that before:
said .
Oh those people.That was a long time ago.What do you have that is ?
Your purpose is .All of them?
Also when I'm using quick reply the page drags on as long as I keep replying until I go back to the forum, then the topic is in pages.

hotwheels 09-14-2006 12:09 AM

Quote:

Originally Posted by Erwin

The problem I have is that my bot has a lot of blanks in his answers.

For example "So you are talking about ." Or " said ."

Is it just me or is this a problem for other people.

I have the same thing with some answer's. Will this bot actually pick up new saying's by itself or do you have to build aiml files for it?

eXtremeTim 09-14-2006 12:23 AM

I have a list of things i need to see about getting done.

dilbert 09-14-2006 12:46 AM

OK, so it may be possible for me to get around the timeout part. It seems I can edit one or more of the files used to increase the time out.
Can I get some guidance of what file to edit.
here is the response from my host.

"Yes, you can set the timeout period to however long you want it to be. You can set this via coding. We don't have a sample of the code that needs to be included in your php file but you can search the Internet for this. Please be aware though that if this causes any issues within our shared environment, the site will be shut off."

G_Man 09-14-2006 01:01 AM

About TimeOuts...

I just cheated.

1) Delete ALL the AIML files from the server, except the startup.xml.

2) Upload about 1 Meg of files from your hard drive.

3) Run the regular botloader

4) Delete the AIML files off the server

5) Upload about Meg more of files

6) Rinse, Repeat! :p


Took awhile, but got them loaded each time and I have seen a difference in Bender's (My Bot) responses.

KW802 09-14-2006 01:35 AM

Quote:

Originally Posted by Erwin
The problem I have is that my bot has a lot of blanks in his answers.

Same here.

Tim, one more 'wish list' item... can you check about parsing HTML to BB code (or removing HTML) when posting? If you check this test thread you can see that I got some weird '<br></br>' in the bot output.

Thanks :)

dilbert 09-14-2006 01:36 AM

Ahhhhh,
Even this timed out on me.
Any chance you'd share you sql files?
Quote:

Originally Posted by G_Man
About TimeOuts...

I just cheated.

1) Delete ALL the AIML files from the server, except the startup.xml.

2) Upload about 1 Meg of files from your hard drive.

3) Run the regular botloader

4) Delete the AIML files off the server

5) Upload about Meg more of files

6) Rinse, Repeat! :p


Took awhile, but got them loaded each time and I have seen a difference in Bender's (My Bot) responses.


G_Man 09-14-2006 01:58 AM

Quote:

Originally Posted by dilbert
Ahhhhh,
Even this timed out on me.
Any chance you'd share you sql files?

I don't even know which files to send or how... I assure you I am world's most ignorant vBulletin Administrator! lol

*now, where did I leave my passwords*

WritersBeat 09-14-2006 05:20 AM

Is there a way to "delay" the bot's response?

unitedpunjab 09-14-2006 08:37 AM

Quote:

Originally Posted by G_Man
About TimeOuts...

I just cheated.

1) Delete ALL the AIML files from the server, except the startup.xml.

2) Upload about 1 Meg of files from your hard drive.

3) Run the regular botloader

4) Delete the AIML files off the server

5) Upload about Meg more of files

6) Rinse, Repeat! :p


Took awhile, but got them loaded each time and I have seen a difference in Bender's (My Bot) responses.

Do the same thing but with boatloaderinc,boatloader empties the DB everytime you run it.

G_Man 09-14-2006 11:55 AM

Quote:

Originally Posted by unitedpunjab
Do the same thing but with boatloaderinc,boatloader empties the DB everytime you run it.

Oh FFS!!! LOL


Okay then... will do that today!!

fxs158 09-14-2006 03:27 PM

Is it possible to have the boot reply to onely one especific thread? I hate to create a forum just for the boot.

eXtremeTim 09-14-2006 06:32 PM

Quote:

Originally Posted by fxs158
Is it possible to have the boot reply to onely one especific thread? I hate to create a forum just for the boot.

Feature planned. Might be put into next release. The next release with bug fixes is still being worked on as I try to implement a few additional features that I will list later.

Alpe 09-14-2006 07:15 PM

Have someone German Aiml files????

Meta 09-14-2006 07:28 PM

For example these guys do:

http://docs.aitools.org/aiml-sets/

hotwheels 09-14-2006 07:30 PM

I just found a small bug in this mod.......

If you go to your forum admincp panel and then try to make a new forum, you get a vbulletin database error.......Since i wasn't able to get the bot to talk in certain thread's only, i created his own room. In order to do so, i had to totally disable the product, build the forum room.

hotwheels 09-14-2006 07:33 PM

and thanks for that file link meta, those are awesome.......

kylek 09-14-2006 07:38 PM

Crapola, I can't even load the batloader.php, keep getting a 500 internal server error.

All filesl are cmod to 777,

Tried various paths but no luck, here is what I have now

$rootdir= "/home/kyle/public_html/forum/alice/aiml/";

require('/home/kyle/public_html/forum/includes/config.php');

Anything in the paths set wrong?

hotwheels 09-14-2006 07:48 PM

those look fine kylek.........make sure that the addy you type in for the botloader is correct like, wwww.yourdomain.com/forum/alice/botloader.php

I loaded mine 2 time's yesterday and it worked both times........set up just like you have it.......

Keyser S?ze 09-14-2006 07:59 PM

300,000queires, can this thing be uninstalled after?


All times are GMT. The time now is 10:34 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.02576 seconds
  • Memory Usage 1,830KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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