vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - Dream's Chatbox (https://vborg.vbsupport.ru/showthread.php?t=131002)

Flow Fusion 05-21-2007 04:18 PM

I'm getting this error...

Database error in vBulletin 3.6.5:

Invalid SQL:
SELECT count(shoutid) AS total FROM chatbox;

MySQL Error : Table 'gifteds_lxp.chatbox' doesn't exist
Error Number : 1146
Date : Monday, May 21st 2007 @ 01:17:30 PM
Script : http://giftedsouls.net/gs/chatbox.php

Flow Fusion 05-21-2007 07:11 PM

How can I install the tables manually?

Fayden 05-22-2007 11:23 AM

Is there a possibility to auto-delete all the messages in the shoutbox after a few time?
Would be nice if someone could help me with this :)

arco 05-22-2007 01:48 PM

Quote:

Originally Posted by Fayden (Post 1252633)
Is there a possibility to auto-delete all the messages in the shoutbox after a few time?
Would be nice if someone could help me with this :)

Open the zip file and look in the cron directory for instructions on how to autoprune.

arco 05-22-2007 01:51 PM

Quote:

Originally Posted by Flow Fusion (Post 1252265)
How can I install the tables manually?

Try to drop the chatbox tables (if you have phpmyadmin) or uninstall the product, then reinstall it to see if that fixes it.

Flow Fusion 05-22-2007 08:52 PM

Quote:

Originally Posted by arco (Post 1252686)
Try to drop the chatbox tables (if you have phpmyadmin) or uninstall the product, then reinstall it to see if that fixes it.

I tried but to no avail.

santimariani 05-23-2007 01:39 PM

How does this compare to the inferno shoutbox in terms of resources used? thanks!

arco 05-23-2007 02:05 PM

Quote:

Originally Posted by Flow Fusion (Post 1252920)
I tried but to no avail.

Run this query:

Code:

CREATE TABLE ".TABLE_PREFIX."chatbox (
    `shoutid` INT( 10 ) NOT NULL AUTO_INCREMENT ,
    `userid` INT( 10 ) NOT NULL ,
    `username` VARCHAR( 100 ) NOT NULL ,
    `shout` VARCHAR( 255 ) NOT NULL ,
    `dateline` INT( 10 ) NOT NULL ,
    `ipaddress` VARCHAR( 16 ) DEFAULT '0' NOT NULL ,
    PRIMARY KEY ( `shoutid` )
    );


ComputerVitals 05-23-2007 04:07 PM

How can I add custom commands to this?
like the /me command..

TheBlackPoet 05-23-2007 07:05 PM

the more i look at it.... the more i like it... i was so used to shoutbox.., but my site kept crashing because of the amount of resources it stole..., but this will work just fine.... in conjunction with the big flashchat.....

and like everyone else... i'm trying to figure out why i cant paste the chat on the upper part of forumhome..

good job and thanks


All times are GMT. The time now is 03:51 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.01928 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_code_printable
  • (4)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