vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Shoutbox Hack 1.04b (https://vborg.vbsupport.ru/showthread.php?t=68861)

Vman 07-06-2005 03:32 AM

Quote:

Originally Posted by dsboyce8624
As I posted earlier, there is a cron hack to do it for you.

Search here and/or vba.com for shoutbox and you'll see one about "Auto Prune"

There will not be a cron job for this hack...I found this hack and its very very generic...it does not even us sql! You have to manually goto shout.txt and delete the contents to clear all shouts.....

G0F0RBR0KE 07-09-2005 04:27 PM

I just install this shoutbox, how can i make it like this and i'm running a 3.0.7 vbulletin
https://vborg.vbsupport.ru/attachmen...chmentid=15565

G0F0RBR0KE 07-11-2005 03:18 PM

*bump* no reply here. :disappointed: or is there another shoutbox for version 3.0.7

zell_11 07-12-2005 10:46 PM

hey i saw this one a different site and was wondering if someone could point me in the direction of the mod, or create it for me

djjeffa 07-14-2005 01:47 AM

My shout box use to work fine now I went to install anew style and it went black. any ideals how i could fix this?

djjeffa 07-15-2005 10:38 AM

Quote:

Originally Posted by djjeffa
My shout box use to work fine now I went to install anew style and it went black. any ideals how i could fix this?

Bump!!!!!

G0F0RBR0KE 07-15-2005 06:36 PM

Does anyone want to help us with our problem???

Kila_Bite 07-18-2005 07:35 AM

Just a small thing. Shoutbox is installed and working well. Thanks for the good hack.

However there is one thing that annoys me, the 200 ok screen pops up when ever someone shouts in there. I was wandering if there was any way to get rid of this?

Much obliged,

Kila

slank 07-18-2005 10:07 PM

Quote:

Originally Posted by dsboyce8624
There is a cron file somewhere, not sure if it's here or vBa that will prune shouts for you. Search for shoutbox and you'll find it, that's how I did.

I want to relate some info I found, the hard way. With newer versions of MySQL the queries for the install of this hack fail. I have attached a file to correct this. If you already ran the install and got to the failure, which says something like "Invalid Default Value '0'," you should comment out the first two queries before running it again. The settings and phrases will not give you problems. Replace the existing file in /install/hacks/shoutbox/14 or something similar.

This only solves the one problem, and I don't purport to know how to fix any others. But I did miss this info somewhere around post 500 in this ridiculously long thread. And I agree, most of these posts wouldn't be here if the people who wrote this fixed it and or it's instructions.

Hope it helps.

worked a treat...cheers for this cause i was stuck in mud on this one :P

edeab220 07-19-2005 12:59 PM

Anyone know why I'm getting this error?
Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: UPDATE user SET shouts=shouts+1 WHERE userid='3'
mysql error: Unknown column 'shouts' in 'field list'

mysql error number: 1054
I used the query Zachery gave me over at geekydesigns while installing, which was this:
Code:

CREATE TABLE shoutbox_posts (
`shoutid` BIGINT (255) UNSIGNED AUTO_INCREMENT,
`text` TEXT,
`userid` BIGINT (255) UNSIGNED DEFAULT '0',
`username` VARCHAR (255) DEFAULT '0',
`ip` VARCHAR (25) DEFAULT '0',
`time` BIGINT (20) UNSIGNED DEFAULT '0',
`edittime` BIGINT (20) UNSIGNED DEFAULT '0',
`edituser` VARCHAR (255) DEFAULT '0',
`deleted` TINYINT(1) UNSIGNED DEFAULT '0',
PRIMARY KEY(`shoutid`))

I had to use it because my host upgraded to MySQL 4.1.1.

Can anyone figure it out? Thanks! Many of the people of my site want the shoutbox back...


All times are GMT. The time now is 02:45 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.02122 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
  • (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
  • (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