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)

eXtremeTim 10-09-2006 04:27 AM

shawn contact me on msn later. So we can see about fixing your issues. I dont have a mysql 5 server laying around.

da420 10-09-2006 06:23 AM

Doesn't seem to be working for me.

I get this error when running the botloader.php script...

Code:

Warning: fopen(subs.inc): failed to open stream: Permission denied in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 85

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Also, lol, Im not really sure what I am supposed to be doing or how to set the id to 0 in myphpadmin... so any suggestions would be helpful.

Thank you.

dobbs 10-09-2006 11:56 AM

edit:: fixed

GlobalFusion 10-09-2006 01:59 PM

upgrade went without a hitch.

Got the best response to something:

Quote:

Originally Posted by User
"I cannot do that dave..." (HAL to dave - 2001: A Space Oddysey)

Quote:

Originally Posted by BOT
Why can't you do do that dave?I like HAL a lot.


I think its already becoming aware...... hehe


[EDIT]

Damnit. Just went to run botloaderinc.php after uploading then testing..

Code:

Fatal error: Call to undefined function: loadstartupinc() in /home/*****/public_html/forums/alice/src/admin/botloaderinc.php on line 60
[EDIT]

Problem Fixed.

-------------------
inb botloaderinc.php change (Line 60):
$doneloading=loadstartupinc($fileid);
to
$doneloading=loadstartup($fileid);
-------------------

dobbs 10-09-2006 02:44 PM

Quote:

Originally Posted by da420
Doesn't seem to be working for me.

I get this error when running the botloader.php script...

Code:

Warning: fopen(subs.inc): failed to open stream: Permission denied in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 85

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mindand4/public_html/forum/alice/src/admin/botloaderfuncs.php on line 77

Also, lol, Im not really sure what I am supposed to be doing or how to set the id to 0 in myphpadmin... so any suggestions would be helpful.

Thank you.




I fixed this error by making sure all the files in /alice/src/admin for chmod'd to 777, mine weren't. I changed, ran botloader, and no errors.

dobbs 10-09-2006 03:50 PM

Sorry for posting so much. I have started over and fixed my first problem. I have read the whole thread and haven't seen this one mentioned.

Install went fine, no errors. When i go to: http://315er.net/forum/alice/src/tal...+is+your+name?
I get:
"What is your occupation?" or "How old are you?"
When imake a thread in the bots forum i get this at the top of the page:

Warning: Empty regular expression in /alice/src/util.php on line 365
Warning: Empty regular expression in /alice/src/util.php on line 365

and this message:

Unable to add cookies, header already sent.
File: /home/three15/public_html/forum/includes/class_core.php
Line: 3023

When i go back to the forum the thread i made appears and the bot has replied:
me: how tall are you?
him: do you remember me?

when i reply i get the same warning message as above, then i am taken to the post:
my reply: i do not remember you
his post: do you like star wars?

Any thought on where this error is coming from and why the bot does react to questions?

Thanks..

p.s. i had this working on my 3.0.7. board and it was awesome, this is a new install, not an upgrade

mikeB 10-09-2006 08:51 PM

hey guys any idea why on import of product I'd get this error:

Database error in vBulletin 3.5.3:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Talkerbot - Defualt Value For New Forums', 'forumadmin_add_default', '$forum[\'mimicbotrop\'] = \'0\';', 'ewt_talkerbot');

MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Monday, October 9th 2006 @ 05:49:05 PM
Script : http://www.bakermedia.com/learn/**/plugin.php
Referrer : http://www.bakermedia.com/learn/**/p...?do=productadd
IP Address : **
Username : **
Classname : **

(** stars replace things I don't want to be public knowledge)

thanks in advance!

eXtremeTim 10-09-2006 08:52 PM

You are need to edit the product file and remove all instances of executionorder="5" since you are on vbulletin 3.5.x

40oz 10-09-2006 09:53 PM

i've run botloader but when I log into phpmyadmin there's no bot table :( Talking to the bot does nothing as well
Botloarder does:
.
.
.
.
Loading data aiml file: 6.aiml
Loading data aiml file: std-gossip.aiml
Loading data aiml file: T.aiml
DONE LOADING
Inserted 0 categories into database

no errors or anything :(

eXtremeTim 10-09-2006 09:55 PM

did you install the product? Becuase the product creates all the tables.


All times are GMT. The time now is 10:37 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.02068 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)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