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)

CompuForums.org 09-13-2006 05:05 PM

When I try to create a new forum, I get this after clicking "Save":

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO vbulletinforum
        (title_clean, title, description_clean, description, link, displayorder, parentid, daysprune, defaultsortfield, defaultsortorder, showprivate, newpostemail, newthreademail, options, styleid, password, forumkeywords, forumdescription, accessf_nb, accesst_nb, create_nb, reply_nb, mimicbotrop)
VALUES
        ('Chatbot', 'Chatbot', 'Talk to the CompuForums chatbot, Alice here!\r\n[10 posts required]', 'Talk to the CompuForums chatbot, Alice here!\r\n[10 posts required]', '', 3, 34, -1, 'lastpost', 'desc', 0, '', '', 97991, 0, '', '', '', 0, 0, 10, 10, '100');

MySQL Error  : Unknown column 'mimicbotrop' in 'field list'
Error Number : 1054
Date        : Wednesday, September 13th 2006 @ 05:59:46 PM
Script      : http://www.compuforums.org/xxxx/forum.php?do=update
Referrer    : http://www.compuforums.org/xxxx/forum.php?do=add
IP Address  : xx.xx.xxx.xx
Username    :xxxxxxxxx
Classname    : vb_database


Ntfu2 09-13-2006 05:15 PM

run this querey via the admincp compuforums.org

Code:

ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ;
if you have a table prefix such as vb3_ you'll need to add that iinfront of the forum part like

Code:

ALTER TABLE `vb3_forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ;

dilbert 09-13-2006 05:41 PM

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

Meta 09-13-2006 06:04 PM

I don't think so. But i'm not shure i understand the problem well. We are on a virtual server with small budget.

If you get time-out-errors while importing the aiml-files (like us), you have to split the files into smaller files. We don't use the english-files. We use the german-standalone.aiml and a few selfmade and modified files which are much smaller then some of the english-files.

If we try to import the original-files we also get time-out-errors. So we do not. But we could by cutting them into smaller portions. If you do so, don't forget to define the new files in the startup.xml (if you do not use the * between the learn-tags in there.)

unitedpunjab 09-13-2006 06:06 PM

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

KW802 09-13-2006 06:12 PM

Tim, I can see me having some fun with this.

Thanks! :cool:

[high]* KW802 clicks Installed.[/high]

dilbert 09-13-2006 06:52 PM

Quote:

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

Got a little closer I guess, but got this error now:

Fatal error: Call to undefined function: loadstartupinc() in D:\inetpub\bloodbanktalk\forum\alice\src\admin\bot loaderinc.php on line 60

unitedpunjab 09-13-2006 07:10 PM

change
$doneloading=loadstartupinc($fileid);
to
$doneloading=loadstartup($fileid);

unitedpunjab 09-13-2006 07:11 PM

ok people who got it working.what is the size of you bot tables (i want to make sure i got everything in)

Neal-UK 09-13-2006 07:20 PM

Quote:

Originally Posted by Prisoner
Problem solved. Like a dummy, I failed to upload the ewt_talkerbot.php to the forums directory.

Tim, you might want to include that in the instructions.

Thanks.

Clicking Installed!

That solved it for me, duh! Working now.


All times are GMT. The time now is 12:25 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.01665 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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