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)

rob30UK 09-17-2006 11:47 AM

wouldnt it be great if you could integrate the next vewrsion with flash chat too?

(like you havent got enough to do... lol)

hilfe-forum 09-17-2006 11:54 AM

Quote:

Originally Posted by Meta
Yes. And then run botloader.php again so the changes go into the database. (Ja. Und dann die botloader.php erneut ausf?hren, damit die ?nderungen in die Datenbank ?bernommen werden.)

ok it runs Thanks (ok l?uft gerade vielen Dank!)



Quote:

Originally Posted by Meta
No. God beware. (Nein. Gott bewahre.)

Let's talk bilingual. So that the other guys here can see what we are talking about. (Machen wir doch beides. Damit die anderen wissen, worum es geht.)

ok NP but du you think other people here understand my english?

Gute Idee aber glaubst du wirklich das mich hier wer versteht :)

hilfe-forum 09-17-2006 11:57 AM

Quote:

Originally Posted by rob30UK
wouldnt it be great if you could integrate the next vewrsion with flash chat too?

(like you havent got enough to do... lol)

In Flash-Chat ALICE is integrated...

http://chat.tufat.com/bot/

rob30UK 09-17-2006 12:10 PM

Quote:

Originally Posted by hilfe-forum
In Flash-Chat ALICE is integrated...

http://chat.tufat.com/bot/

She doesnt work...

or at least.... she didnt respond.

hilfe-forum 09-17-2006 12:18 PM

Quote:

Originally Posted by rob30UK
She doesnt work...

or at least.... she didnt respond.


women are like that

maby you were not politely enough :D

bashy 09-17-2006 01:54 PM

Can anyone advise on this please?
This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.

Click here if your browser does not automatically redirect you.

bashy 09-17-2006 02:01 PM

I reuploaded everything to do a fresh install, this time the botloader.php gives me a blank page.

Also when relpying to a thread gives me a blank page also, as does creating a new thread! i could really do with some help on this 1?

How uninstall and start again please, what database bits do i remove?

theodonnells 09-17-2006 02:58 PM

was working great, but upgraded to 3.6.1 and new version of talker bot 2.2.2/
And now getting sql error when posting reply in Talk bots forum.
Code:

Database error in vBulletin 3.6.1:

Invalid SQL:
INSERT INTO session (userid,lastactivity,host) VALUE ('2187',1158508615,'127.0.0.1');

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALUE ('2187',1158508615,'127.0.0.1')' at line 1
Error Number : 1064
Date        : Sunday, September 17th 2006 @ 11:56:56 AM
Script      : http://www.myforum.com/forums/newreply.php?do=postreply&t=6244
Referrer    : http://www.myforum.com/forums/newreply.php?do=newreply&noquote=1&p=40076
IP Address  : 999.999.999.99
Username    : Admin
Classname    : vb_database


bashy 09-17-2006 03:34 PM

Ok maganed to sort it all out, its reinstalled Posting again is working fine yet the bot wont reply?

ok i have ran the botloader once again and now its working again, wonder why you have toi run it twice..?

bashy 09-17-2006 04:28 PM

This 1, where i have higlighted the } it is not in my file and its this edit that gives me the warning "This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.

Click here if your browser does not automatically redirect you."


Quote:

Originally Posted by zethon

Then towards the bottom there are two different if staments that look like:
PHP Code:

                    if (!$dataman->errors// should not occur
                    
{
                        
$dataman->save();
                                            [
B][COLOR="Red"]}[/COLOR][/B

And make them both look like as follows:

PHP Code:

                    if (!$dataman->errors// should not occur
                    
{
                        
$dataman->save();
                        require_once(
'./includes/functions_databuild.php'); 
                        
build_forum_counters($foruminfo["forumid"]);
                        
update_bot_info();
                    } 



SportsZone 09-17-2006 05:50 PM

Weird, this hack works for me and im using 3.6.1 :/

bigtime 09-17-2006 07:06 PM

I've got mine working too: http://defend.net/deluxeforums/forumdisplay.php?f=42

bashy 09-17-2006 07:59 PM

Hey peeps

Can you check your editor font size changer ans see if you can see numbers past 7, I cant, see the image, I only just noticed it so i am trying to find out if its this hack or not

eXtremeTim 09-17-2006 09:50 PM

Dont make thoose changes. v2.2.2 already fixes all thoose issues. ;)

bigtime 09-18-2006 04:13 AM

Here's an example of the blank response:

Code:

what is a question?
When is not a ?

It appears to happen when trying to repeat part of the question.

You can see it here:

http://www.defend.net/deluxeforums/s...t=21854&page=5

Thanks,

Tim

Erwin 09-18-2006 10:17 AM

Tim, did you work out the cookie error problem with vB 3.6.1 ?

redgoals22 09-18-2006 10:21 AM

Quote:

Originally Posted by Erwin
Whew, it's not just me then.

This is the error:

Unable to add cookies, header already sent.
File:
Line: 0


So this hack is not currently compatible with version 3.6.1.

i have narrowed down the problem to the file /alice/src/respond.php line 108:

Code:

flush();
if you remove that line the hack will work almost perfectly, however when replying to a post the bot will double post its reply.

this seems to be a problem in php5 onwards as other users are reporting it works with their 3.6.1. installation.

Erwin 09-18-2006 11:27 AM

Good one.

I commented that line out and it works now.

Erwin 09-18-2006 11:28 AM

Try using the latest version of this hack which removes the double reply posting bug. The hack works now (well still with the missing bits to replies but that was there before).

redgoals22 09-18-2006 11:51 AM

Quote:

Originally Posted by Erwin
Try using the latest version of this hack which removes the double reply posting bug. The hack works now (well still with the missing bits to replies but that was there before).

are you sure there is no side-effect to removing line 108 from your code? i seem to be getting double posting but its only virtual (ie refresh page and it goes).. and im using the latest version from this thread or is there another latest version?

Keyser S?ze 09-18-2006 12:16 PM

i have the file dbprefs set up correctly with the DB name, login and pass all correct, ive checked many times, and i chmoded all folders and files to 777, but i am still getting this error when i try to run the install

Warning: mysql_connect(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/dbprefs.php on line 57

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 35

goes on for ages

redspider 09-18-2006 01:23 PM

this is so cool I love it thanks .

wish we could make it work as more than one person .
but still is a great hack.
got my vote for hack of the month .

G_Man 09-18-2006 10:57 PM

Code:

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User
aftersep_afterse has already more than 'max_user_connections' active connections
/home/aftersep/public_html/theforum/includes/class_core.php on line 271


Getting that error a few times since the last update. Not a huge deal. I checked the IP addy and even though they are different, the Bot is using them all....

Sorry to add to the list, Tim. :(

Erwin 09-18-2006 11:45 PM

Quote:

Originally Posted by redgoals22
are you sure there is no side-effect to removing line 108 from your code? i seem to be getting double posting but its only virtual (ie refresh page and it goes).. and im using the latest version from this thread or is there another latest version?

It's to flush the HTML through - but removing that line has not done any harm at all, and the bot's posting normally. The double-post issue does not happen to me - it's a separate issue that is solved with the latest version of ewt_talkerbot.php I think.

Erwin 09-18-2006 11:45 PM

Double-post.

eXtremeTim 09-19-2006 12:32 AM

Quote:

Originally Posted by Keyser S?ze
i have the file dbprefs set up correctly with the DB name, login and pass all correct, ive checked many times, and i chmoded all folders and files to 777, but i am still getting this error when i try to run the install

Warning: mysql_connect(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/dbprefs.php on line 57

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31

Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 35

goes on for ages

dont edit the db config settings there. The script auto pulls them from the vbulletin config.php file.



I will include the flush change in the next bugfix version since it does fix the issue and there are no adverse side effects. I wasnt even thinking about the flush cuasing the problem so proble would have tooken me a bit longer to have figured that one out. Since as far as i knew the flush shouldnt have cuased a problem since there was no output that was buffered to get sent when it was run.

Mr Chad 09-19-2006 04:29 AM

does this work with php 5 yet?

Erwin 09-19-2006 04:40 AM

Yes, if you make the recommended changes I suggested in this thread.

eXtremeTim 09-19-2006 07:00 AM

it also works with php 5.1 if you turn off error reporting.

Spin Doctor 09-19-2006 08:26 AM

my dude isnt posting!

dooch 09-19-2006 05:41 PM

Fantastic mod, great fun. worked 1st time. Would love a delay on my dudes post though!

Great work!!!!!!!

INSTALLED!

XFSImperial 09-19-2006 06:23 PM

Great addition, our bot is running the test forum. Just curious, we've got some more aiml files. How might we go about loading them into the bot?

bigtime 09-19-2006 08:35 PM

Quote:

Originally Posted by XFSImperial
we've got some more aiml files. How might we go about loading them into the bot?

Put them in your aiml folder and rerun the botloader.php file.

Tim

Mijae 09-20-2006 01:23 AM

Fixed.

rinkrat 09-20-2006 03:46 AM

I am getting a blank page when talking to the bot witht he talk.html test page. Any ideas on where to check?

BJORNE 09-20-2006 04:03 PM

is it possible to edit this bots language somewhere ?

rinkrat 09-20-2006 05:40 PM

Trouble shooting

If your bot doesnt reply in the forum.
1) check that you uploaded ewt_talkerbot.php to your forums dir

YES

2) check the settings to make sure they are configured correctly

YES

3) check to see if the bot responds at all http://domainname.com/pathtoforums/a...+is+your+name?

NO

dooch 09-20-2006 05:41 PM

the percentage seems to be fixed to 100% even if i select 0 or 25 or whatever?

Any ideas?

heathriel 09-20-2006 07:06 PM

I've got this error on www.serenewilde.com/forum:

Quote:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'serene'@'localhost' (using password: NO) in /alice/src/admin/dbprefs.php on line 57
Every time someone posts that pops up on the "returning you to your post" screen. The bot posts normally, its just annoying.

KW802 09-20-2006 08:23 PM

Quote:

Originally Posted by BJORNE
is it possible to edit this bots language somewhere ?

The responses are contained within the AIML files. You would need to find AIML in your language of choice or to change the ones included in the download package.


All times are GMT. The time now is 11:02 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.01837 seconds
  • Memory Usage 1,840KB
  • 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
  • (2)bbcode_php_printable
  • (13)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