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)

nitro 09-24-2006 10:12 PM

Quote:

Originally Posted by RichieBoy67
You know Nitro... I think that actually did the trick!! Man, always the simple things...

How do you think this happened only for a few of us? I did not touch this code before these errors started happening... Was the white space somehow stripped durring compression or something???

More likely a typo really, its a common error, done it myself before. :)

Why affect some and not others ? 2 possibilities come to mind, your version of mysql, do you have a table prefix ? if so it would definatley have affected it.

RichieBoy67 09-24-2006 10:30 PM

This is what I have

PHP version 4.3.10
MySQL version 4.0.27-standard

No prefix's... I have spent over 2 hours trying to fix the errors associated with this mod and I have been unable to find a fix.. I am bumming because I love this mod...

Thanks for trying...

Rich

Romeos Tune 09-24-2006 11:40 PM

When I try that the bot responds "What is your favorite color?"

nitro 09-24-2006 11:41 PM

Think the spaces are missing from these aswell

PHP Code:

".$vbulletin->options['ewt_talkerbot_botuid']." 

Should be
PHP Code:

" . $vbulletin->options['ewt_talkerbot_botuid'] . " 


Romeos Tune 09-25-2006 12:01 AM

Still get the same error here after that......

gooberface 09-25-2006 06:17 PM

Is there anyway to assign the bot to a certain thread? So I could make a "talk to the bot" thread?

EDIT: I actually searched the thread and saw that this might be in the next version. Awesome, that would be a great feature.

hotwheels 09-25-2006 07:38 PM

What i did goober face was assign him his own forum area, that way, he is only in one spot and people can start different threads in his forum and chat away.......

hotwheels 09-25-2006 09:36 PM

Hey Nitro, have you had a chance to look at this code? creating your own teaching feeds. It has great possibilities once tim get's it running....

nitro 09-26-2006 12:56 AM

Quote:

Originally Posted by hotwheels
Hey Nitro, have you had a chance to look at this code? creating your own teaching feeds. It has great possibilities once tim get's it running....

Not yet, looking at some other changes, like multibot (should be easy to change it back to how I did that before pretty much and select a random bot based on membergroups so they can still apear as regular regged users), and then see if I can plug it into articlebot will be next. ;)

PS, the session code from this seems to work well, I snipped and modded that part slightly and added it to articlebot's core file and voila they appear in online and visted toddays users aswell. :)

hotwheels 09-26-2006 01:20 AM

really? You gonna share yet?

I would love to try it..........hehehehe


All times are GMT. The time now is 09:31 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.03154 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
  • (2)bbcode_php_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