vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

mainframe 09-29-2005 03:20 PM

Quote:

Originally Posted by southernlady
Mainframe, have you TRIED IT? You can always UNISTALL it, just by going in and uninstalling it in the manage products section of the plugin manager. Easiest thing possible. Liz

Yes, I've tried it and did love it..
but within 5 minutes my load went up to 30.00
So had to uninstall it again :-(

Vizionz 09-29-2005 03:26 PM

Just installed and tested it..
When it's running my serverload goes up from 2.00 to 25.00
any ideas on how this is possible?

why would he of said that if he didnt installl it :(

mainframe 09-29-2005 03:31 PM

Quote:

Originally Posted by Vizionz
Just installed and tested it..
When it's running my serverload goes up from 2.00 to 25.00
any ideas on how this is possible?

why would he of said that if he didnt installl it :(

Yes, temporarly turned on apache access log and noticed vbshout.php was loading arround 50 times a second.. can't be good :-S

VaaKo 09-29-2005 03:52 PM

does it work with 3.5 Gold?

JJR512 09-29-2005 03:56 PM

Whenever someone is viewing the forum home page (/forums/index.php), Who's Online says they're "The Shoutbox". The link in this case for shoutbox is to forums/index.php.

If they are actually in the shoutbox (on /forums/vbshout.php), everything is correct (the link is to /forums/vbshout.php).

This is a fresh install on a clean 3.5.0 (gold) board.

How do I fix this?

VaaKo 09-29-2005 04:06 PM

I'm having troubles viewing the messages
I have to refresh to view new messages
but it seems my users aren't having my problem!

southernlady 09-29-2005 04:09 PM

Quote:

does it work with 3.5 Gold?
Quote:

Works just fine with me in 3.5 Gold as well. Liz
Yes. LOL Liz

Vizionz 09-29-2005 04:10 PM

Quote:

Originally Posted by mainframe
Yes, temporarly turned on apache access log and noticed vbshout.php was loading arround 50 times a second.. can't be good :-S

yeah your gonna have an extremely high rate since your forum has a massive amount of users constantly on. i checked your forum and you got a good amount of people so you figure at least 50% are refreshing the home page every few minutes, and would cause major strain

rrokdoka 09-29-2005 09:58 PM

Where do i upload the vbshout.php i cant find the forums/ folder in the ftp??

KarateKid 09-29-2005 10:06 PM

Quote:

Originally Posted by mainframe
Yes, I've tried it and did love it..
but within 5 minutes my load went up to 30.00
So had to uninstall it again :-(

seems that I have got the same problem. Dramatic serverload :(

Anyone who can fix this or support us with a new version of this hack?

mainframe 09-29-2005 10:49 PM

Quote:

Originally Posted by rrokdoka
Where do i upload the vbshout.php i cant find the forums/ folder in the ftp??

In the same location as your main script is located..
so when you go to your website it will be located on http://www.your-domain.com/vbshout.php

rrokdoka 09-29-2005 10:50 PM

i just uploaded it in the www/ folder and it works out .... check it out www.rrokdoka.org

mainframe 09-29-2005 10:52 PM

Quote:

Originally Posted by KarateKid
seems that I have got the same problem. Dramatic serverload :(

Anyone who can fix this or support us with a new version of this hack?

Guess the only way for big sites to use this is to recode it and remove the auto update because it's just not possible.. Should be possible using a java applet however.. someone knowing java arroun here?

Vizionz 09-29-2005 10:54 PM

zt the coder when he has time will probably be able to fixx the problem for ya just be patient

rrokdoka 09-29-2005 10:56 PM

i just wish it went in the bottom of the forums but either way i thank you for this great upload Zero Tolerance :)

mainframe 09-30-2005 12:44 AM

Quote:

Originally Posted by rrokdoka
i just wish it went in the bottom of the forums but either way i thank you for this great upload Zero Tolerance :)

I'll have a look at the cod myself guess I'll be able to remove that auto refresh..
Ow by the way
Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
        $Shoutox = '';
}

Should be changed to:

Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
        $Shoutbox = '';
}


KarateKid 09-30-2005 04:51 AM

Quote:

Originally Posted by mainframe
I'll have a look at the cod myself guess I'll be able to remove that auto refresh..
Ow by the way
Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
        $Shoutox = '';
}

Should be changed to:

Code:

if ($vbulletin->options['shout_banned_perms'] == 2 && isBanned($vbulletin->userinfo))
{
        $Shoutbox = '';
}


hey mainframe,

you posted two times the same code ;)

rrokdoka 09-30-2005 05:29 AM

i know lol

mainframe 09-30-2005 06:42 AM

Quote:

Originally Posted by rrokdoka
i know lol

There's a "b" missing in the word "shoutbox".. EDIT: I MADE IT BOLD SO YOU KNOW WHAT I MEAN.. Guess the coder didn't see that either..
anyways I removed the auto update thing because it was updating every 10 seconds..
On my site that means 900 / 10 = 90 request per second which is a lot..

So if you have a big board I suggest you put a refresh button on their and remove automatic refreshes

KarateKid 09-30-2005 09:00 AM

Quote:

Originally Posted by mainframe
There's a "b" missing in the word "shoutbox".. EDIT: I MADE IT BOLD SO YOU KNOW WHAT I MEAN.. Guess the coder didn't see that either..
anyways I removed the auto update thing because it was updating every 10 seconds..
On my site that means 900 / 10 = 90 request per second which is a lot..

So if you have a big board I suggest you put a refresh button on their and remove automatic refreshes

would it be possible for you to post here the necessary code changes for removing the auto refresh?

thedvs 09-30-2005 04:32 PM

if you run a dark board, how do you change the colors on this, or default color from black etc?

edeab220 10-01-2005 12:51 AM

Quick "problem": I just installed it on my test board and all it does is say "Loading..."

Did I do anything wrong?

Billspaintball 10-01-2005 09:40 AM

Damm I love these plugins/products. :D
About a 50 sec install :D

And thanks ZT, my members have been pestering me for a shoutbox for ages. :)

catocom2 10-02-2005 01:02 AM

It seems to work fine on 3.5 gold.....
The main thing I need to know is how can I pic which smilies to show, instead of it picking them randomly?

Bounce 10-02-2005 04:07 AM

Quote:

Originally Posted by Billspaintball
Damm I love these plugins/products. :D
About a 50 sec install :D

And thanks ZT, my members have been pestering me for a shoutbox for ages. :)


I would say less than 30 seconds :rolleyes:

Top Class,Great job ZT

Bounce 10-02-2005 04:14 AM

Any way of changing the title??

This is actually more like a chatroom :rolleyes:

The power of VBulletin :up: :up:

d3adlythegame 10-02-2005 04:28 AM

thanx alot dude, this hack OWNZ!!!.

Billspaintball 10-02-2005 06:09 AM

Quote:

Originally Posted by hIBEES
I would say less than 30 seconds :rolleyes:

Well with the time it took to fire up flash FXP then upload the file then the xml file... :)

mikexxx 10-02-2005 10:28 AM

Quote:

Originally Posted by edeab220
Quick "problem": I just installed it on my test board and all it does is say "Loading..."

Did I do anything wrong?

I had the same problem. Go to shout.php en you see what your problem is.

catocom2 10-02-2005 04:43 PM

anybody?

Quote:

Originally Posted by Zero Tolerance
Boofo - You sure you uploaded the new vbshout.php?

Blam - Uhm, i'll look into it :p

whitetigergrowl - It just randomly selects emoticons, if you have a decent amount it shouldn't display duplictayes, but if you have only a small handful it is likely it will. I'll force it to bypass this in the future so duplicate ones are not shown :)

- Zero Tolerance

Quote:

Originally Posted by thecool
i don't have [edit][delete][add settings] when i go to vbshout options in the general options control panel

Quote:

Originally Posted by Boofo
Is anyone even supporting this anymore?

Quote:

Originally Posted by JJR512
Whenever someone is viewing the forum home page (/forums/index.php), Who's Online says they're "The Shoutbox". The link in this case for shoutbox is to forums/index.php.

If they are actually in the shoutbox (on /forums/vbshout.php), everything is correct (the link is to /forums/vbshout.php).

This is a fresh install on a clean 3.5.0 (gold) board.

How do I fix this?

Quote:

Originally Posted by catocom2
It seems to work fine on 3.5 gold.....
The main thing I need to know is how can I pic which smilies to show, instead of it picking them randomly?


JJR512 10-02-2005 11:14 PM

I have looked into the issue with the Who's Online location error, and have come to the following conclusions.

There is nothing wrong with the code in the plugins from this hack that report the WOL locations. I have a few other hacks that include their own custom PHP files, and they all have plugins to the WOL system, and they all work fine. I've compared their WOL plugins to the WOL plugins from this hack, and aside from the filename and the text of the message, they are identical. The only difference between those hacks and this one is that this one actually has output from its external PHP file (vbshout.php) appear on the index.php page. The problem is that when you are on index.php, the WOL system thinks you are on vbshout.php, thus the plugin from this hack for WOL becomes active. So the only way to fix this problem, as far as I can figure out, is to find a way for index.php to make sure the WOL system knows it is index.php and not vbshout.php. I'll see what I can figure out.

HC. 10-02-2005 11:40 PM

WORKS GREAT
How are where is this info at?
Can admins/super moderators use special commands in the chat?
(Please refer to the thread on vBulletin.org for reference to the commands for now)
also how do you edit or delete a shout?

Lizard King 10-03-2005 01:16 AM

Is there any way to remove the Date and Time option before username in forumhome ?

JJR512 10-03-2005 02:26 PM

Quote:

Originally Posted by Lizard King
Is there any way to remove the Date and Time option before username in forumhome ?

Yes:

In the forumhome_vbshout_shout template, fine and remove this code:
Code:

[{$Shout['time']}]
That's it! :)

spudor 10-03-2005 04:35 PM

First time trying add a hack ,cant find Plugin System -> Manage Products -> [Add/Import Product] Where to look fo it??

Lizard King 10-03-2005 04:47 PM

Quote:

Originally Posted by JJR512
Yes:

In the forumhome_vbshout_shout template, fine and remove this code:
Code:

[{$Shout['time']}]
That's it! :)

Thanks it worked. I couldn't check all the posts but is there a way to fix smilie problem ?
When I click smilies it shows the smilies and even when i click on it adds the smilie code but it is not working in iframe.

FleaBag 10-04-2005 12:27 AM

Just posted a vBadvanced CMPS integration here ZT.

imported_-Sidekick- 10-04-2005 07:04 PM

This hack still work properly on 3.5.0 Gold?

TCM 10-04-2005 07:15 PM

Quote:

Originally Posted by imported_-Sidekick-
This hack still work properly on 3.5.0 Gold?

It's working fine for me, but I thought I'd note the following (I assume it's the same in all versions):

If you send a message before it's finished loading, you're unable to send any more messages, and things screw up. It should be disabled until it's ready.

Andyrew 10-04-2005 07:19 PM

Installed and working, but it's slow at loading is this normal. ??


All times are GMT. The time now is 04:01 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.02884 seconds
  • Memory Usage 1,834KB
  • 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
  • (6)bbcode_code_printable
  • (23)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
  • (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