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)
-   -   "Who Is Online (Shouting)" in the vbShout shoutbox (https://vborg.vbsupport.ru/showthread.php?t=106049)

S@NL - BlackBik 01-24-2006 09:26 PM

It seemes that in FireFox the HTTP_REFERER isn't always given.
I tried this: if ($_SERVER['HTTP_REFERER'] == "") { $HTTP_REFERER = "http://my.page.nl/"; }
But that doesn't do the trick.
Any ideas?

Hellcat 01-25-2006 12:23 AM

Quote:

Originally Posted by S@NL - BlackBik
It seemes that in FireFox the HTTP_REFERER isn't always given.
I tried this: if ($_SERVER['HTTP_REFERER'] == "") { $HTTP_REFERER = "http://my.page.nl/"; }
But that doesn't do the trick.
Any ideas?

I will take a look into this.... can't promise anything, but I'll try :)
[high]* Hellcat fires up FireFox[/high]

mbader71 01-25-2006 09:20 AM

Is it possible to change the three minutes limit and how??

S@NL - BlackBik 01-25-2006 09:46 AM

Quote:

Originally Posted by Hellcat
I will take a look into this.... can't promise anything, but I'll try :)
[high]* Hellcat fires up FireFox[/high]

Thanks in advance, Hellcat :)

S@NL - BlackBik 01-25-2006 09:47 AM

Quote:

Originally Posted by ze_roberto
Great Hack, Congratz!

I'm actually going to transfer the shoutbox on the Javachat page, in order to have a multiple shoutbox / irc java chat page :D

Just a quick question: Is the one below the line to manipulate the time a user is show to be "online" ?

PHP Code:

$tframe time() - (60 3); 

I guess the "3" is the number in minutes (vbshoutwol.php, line 8)

cheers, ze :raucher:

@mbader71: Change 3 into any limit you want :)
This line is found in vbshoutwol.php at line #8

mbader71 01-25-2006 09:52 AM

Quote:

Originally Posted by S@NL - BlackBik
@mbader71: Change 3 into any limit you want :)
This line is found in vbshoutwol.php at line #8

thank you :up:

Freakpyromaniac 01-25-2006 06:48 PM

***INstalled***
With the template manager all work perfect and been done in 2 minutes.

Thnx m8

GamerJunk.net 01-26-2006 04:38 AM

Thanks, yea I uploaded it to the wrong folder haha

rantrave 01-26-2006 02:58 PM

Quote:

Originally Posted by HellCat
This addon adds an IRC like userlist to the right side of the shoutbox.
Like the shoutbox itself, the userlist gets updated with AJAX calls as well, so it's always up-to-date, no reloading required

I'm finding that it only updates if you, the user, is typing into the shoutbox. If you are just reading the previous shouts, it does not update along with shouts that are being cast. Any ideas?

S@NL - BlackBik 01-29-2006 11:28 AM

Quote:

Originally Posted by Hellcat
I will take a look into this.... can't promise anything, but I'll try :)
[high]* Hellcat fires up FireFox[/high]

I've been looking in it for myself and I found a "quick and dirty" sollution.
At the top of the script I added this line:
Code:

error_reporting(E_ALL ^ E_NOTICE);
This supresses the Notice errors.
It's not pretty, but it does the trick in Firefox :)


Edit: Actualy I see this code a lot in vBulletin scripts. I guess it's not so dirty after all :D


All times are GMT. The time now is 05:08 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.01204 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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