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)
-   -   BVShoutbox 1.0 (https://vborg.vbsupport.ru/showthread.php?t=59602)

SmasherMaster 03-09-2004 07:31 PM

All the urls have those " in them...And I did folow every singel step...It may something wrong in the templates. =\ I'll have to take a look...


EDIT: Really, I am kinda stupid, all I had to do was find a replace the " in the shoutbox_archive template. This is a wonderful shoutbox hack Vivi although some better instructions would bea bit more appropate. :D

[high]* SmasherMaster hits install[/high]

NameWolf 03-10-2004 08:53 AM

Just a little problem, when you click on refresh, it gives you an url instead of the textbox with a whitebackground for a couple of second before it refreshes. Is this normal or can we get rid of this ? You can have a look at what I mean at talkingworld.com .

Thanks in advance

monstergamer 03-10-2004 10:22 AM

its normal :D

SmasherMaster 03-10-2004 11:36 AM

Hmm, how do I limit the shouts in the iframe visible to 1?

thuffner 03-20-2004 12:34 AM

Is there any way to make the Shoutbox look like a chat room? With the input field underneath the actual shouts, and the shouts to show up with the newest at the bottom? Ya know what I mean...like a chat room. With the newest shouts at the bottom... :)

The General 03-20-2004 01:35 PM

Works fine on 3.0 gold.

Zaeolos 03-21-2004 01:44 AM

This is an awsome hack and works great on VB3 Gold!

Clicked Install...

msimplay 03-21-2004 06:23 AM

it works fine on vb3 gold however the delete script has stopped working from admin panel an update would be appreciated thank you
with an option to delete multiple shouts

monstergamer 03-21-2004 06:35 AM

Quote:

Originally Posted by msimplay
it works fine on vb3 gold however the delete script has stopped working from admin panel an update would be appreciated thank you
with an option to delete multiple shouts

the delete works for me
but it dose not say any thing, but if you hit YES it still deletes it

i to have been waiting and hope for an update for this shoutbox

msimplay 03-22-2004 06:25 PM

Quote:

Originally Posted by monstergamer
the delete works for me
but it dose not say any thing, but if you hit YES it still deletes it

i to have been waiting and hope for an update for this shoutbox

sorry i was tired at the time :P yeh delete works
um i do need one thing from it though
just that banned usergroups not be allowed to post
as they show up as no name and a text on the side

martinh4 03-23-2004 02:03 PM

Brilliant work. :)

SONOFSAM 03-24-2004 04:13 AM

A stupid question, and probably right in front of my face...but where in the coding can I change the backgorund behind the shouts? Im using an image for my background on my forums, and do not wish it to be in the shoutbox as well.

forums: www.ggkthnx.com/forums

martinh4 03-24-2004 05:46 PM

Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.

Beermonster 03-26-2004 07:24 PM

/me hit's install

Thanks

The Realist 03-27-2004 10:33 PM

My shoubox is all white and blank?

Any help?

tpircsvb 03-28-2004 05:15 PM

sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it

msimplay 03-28-2004 05:31 PM

Quote:

Originally Posted by tpircsvb
sorry i havent been on for so long, motherboard fried
i did have a backup of the shoutbox, it wasnt the latest, but it's pretty close to what it was like before, and i think ive made it so its better than before now, so ive just got to test the installer and upgrader and ill be able to release it

wow this has happened twice now innit crash before and motherboard fried now
your having a really ruff time :P

ga.net 03-30-2004 11:36 AM

Quote:

Originally Posted by martinh4
Is there anyway to limit the amount of shouts displayed in the Iframe? About 10 would be ample.

yeah is there a way?

tpircsvb 03-30-2004 05:14 PM

in shoutbox.php
replace this:
PHP Code:

    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 25
    "
); 

with this:
PHP Code:

    $shouts $DB_site->query("
        SELECT s.*, u.username
        FROM " 
TABLE_PREFIX "shout s
        LEFT JOIN " 
TABLE_PREFIX "user u ON (u.userid = s.userid)
        ORDER BY dateline DESC, shoutid DESC LIMIT 10
    "
); 

and change the 10 to the amount of shouts you want to show



the installer and upgrader aren't working properly at the moment, but theres only 1 problem with the scripts, so the new version should be released soon

harbormaster 03-31-2004 07:36 PM

After installation I lost the NAV bar on my main page. When I go to the forums I can see it. Any ideas on what to check? I have enclosed a screenshot.

Also how is the best way to move the shout box to the bottom of the page?

martinh4 04-01-2004 01:41 PM

Quote:

Originally Posted by tpircsvb
in shoutbox.php
and change the 10 to the amount of shouts you want to show

the installer and upgrader aren't working properly at the moment, but theres only 1 problem with the scripts, so the new version should be released soon

That worked a treat thanks. :)

tpircsvb 04-01-2004 03:48 PM

harbormaster, you're not even using my shoutbox

im just about to tst the installer again, and it shud work, so the full vertsion should be released soon

Stray 04-01-2004 04:42 PM

Does the new version have the text input box on the bottom or top?

Flow Fusion 04-03-2004 05:07 AM

Why am I getting this junt when ever I post a shout?

[04-03-2004 06:50 AM] Flow Fusion:
0

[04-03-2004 06:41 AM] Flow Fusion:
0

I don't see a message just the "0" and the time?

tpircsvb 04-03-2004 06:43 AM

Quote:

Originally Posted by Stray
Does the new version have the text input box on the bottom or top?

top, but u can change it

flowfusion, does it show a 0 in the archive aswell?

GamerJunk.net 04-03-2004 06:59 AM

I'll wait for the installer and full release...

Flow Fusion 04-03-2004 05:29 PM

???

tpircsvb 04-05-2004 05:18 PM

my hosts gone down, and i haven't got any other servers i can use that have vb on, so the new version wudda been released by now, but i havent been able to make sure everything works properly

msimplay 04-05-2004 05:40 PM

Quote:

Originally Posted by tpircsvb
my hosts gone down, and i haven't got any other servers i can use that have vb on, so the new version wudda been released by now, but i havent been able to make sure everything works properly

have a localhost to test things on its a lot better then relying on a host
theres a tutorial on this forum concerning installing apache/php/mysql on windows

or you could download apachetriad has everything in one

harbormaster 04-09-2004 10:28 PM

tpircsvb , YOU CAN USE MY SERVER AND VB IF YOU WANT.

Email me at scotster@swbell.net and I will give you my phone Number

SCOT

blubber12 04-10-2004 10:26 AM

My members are telling me that Opera crashes when posting in the shoutbox. Any ideas or similar problems?

ronb 04-13-2004 04:47 PM

The board that i'm going to install this hack on is running vb2 rc4. When i tried to execute the install file it told me it was not intended for the version i'm running. I did not proceed. My question is i see others have installed this hack on vb3. Should i continue and if so what should i look for as far as problems etc.

thanks

SONOFSAM 04-26-2004 01:03 PM

Can somebody PLEASE tell me how to stop the body's back ground image from being placed inside the shoutbox?!?!? Ive looked at the templates 100 times, but couldnt see anything. In vb2 I knew the variable for the body, but with VB3 im lost!! Just got done making a style, and the backgroound just ruins it.

www.ggkthnx.com/forums

gmarik 06-02-2004 08:47 AM

how about 3.01?

armani1072 06-29-2004 03:46 AM

Quote:

Originally Posted by gmarik
how about 3.01?



i second that :D

Lurk 06-29-2004 02:15 PM

there is a security issue with this shoutbox. People can post shouts logged in or not.
One of the admins on my site, Sauron, found this:
HTML Code:

<html><title>Shoutbox Flaw</title>
<!-- This little flaw allows anyone to post information to the shoutbox -->
<!-- from anywhere on the Web, whether they are registered users or not -->
<!-- [Sauron] -->
<body>
<!-- The markup is copied directly from vBulletin -->
<p>Enter what you want to send to the shoutbox:</p>
<form action="http://www.yoursite.com/forum/shoutbox.php" method="post" name="vbform">
<input type="hidden" name="do" value="doaddnew" />
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td width="70%" align="left">
<input type="text" name="message" value="" class="bginput" style="width:80%;" />
<input type="submit" value="Shout" class="button" />
</td>
</form>
</body></html>

put that in an html page and you can shout. make sure you change the url on it.

GamerzWorld 06-29-2004 09:00 PM

How would i make the shoutbox page auto refresh?

GamerzWorld 07-01-2004 08:02 AM

Quote:

Originally Posted by GamerzWorld
How would i make the shoutbox page auto refresh?

Anyone :o

starfantazy 07-10-2004 04:28 AM

small problem... this no longer exists in vb3.0.3:
Quote:

"Find this:
// ####################################

// ***
if (can_administer('canadminthreads'))
{
$printhr = true;
construct_nav_option($vbphrase['subscription_manager'], 'subscriptions.php?do=modify', '|');
construct_nav_option($vbphrase['add_new_subscription'], 'subscriptions.php?do=add');
construct_nav_group($vbphrase['subscriptions'], '<hr />');
}

// ####################################"
.......

Vampire 07-26-2004 07:59 PM

I have the same problem :/ Someone there who has a solution?!

thx


All times are GMT. The time now is 08:24 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.04012 seconds
  • Memory Usage 1,829KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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