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)
-   -   Shoutcast Status 2.0 (3.5) (https://vborg.vbsupport.ru/showthread.php?t=94336)

StevenIsProek 02-21-2006 03:36 AM

How do I add more options?Like last 19 songs etc?

Zachariah 02-21-2006 09:59 AM

Quote:

Originally Posted by StevenIsProek
How do I add more options?Like last 19 songs etc?

- It's all in there (expand / collapse) the dropdown.

KoC 02-24-2006 12:20 PM

I want to add the Shoutcast Status to the top of the forum (under navbar) like http://www.gzhq.net/ , but without CPMS. It must be seperated from the Forum Statistics. How can i do this.

Zachariah 02-24-2006 02:28 PM

Quote:

Originally Posted by KoC
I want to add the Shoutcast Status to the top of the forum (under navbar) like http://www.gzhq.net/ , but without CPMS. It must be seperated from the Forum Statistics. How can i do this.

Edit templates: forumhome_shoutcast, forumhome_shoutcast_off

add: 1st thing
Code:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
add: at the end
Code:

</table>
<br />

Edit Plugin: Shoutcast Status Full - Main
Hook Location : forumhome_complete

Find 3x :
Code:

$search_text = '<!-- end logged-in users -->';
Change to:
Code:

$search_text = '$navbar';

KoC 02-24-2006 05:39 PM

Quote:

Originally Posted by Zachariah
Edit templates: forumhome_shoutcast, forumhome_shoutcast_off

add: 1st thing
Code:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
add: at the end
Code:

</table>
<br />

Edit Plugin: Shoutcast Status Full - Main
Hook Location : forumhome_complete

Find 3x :
Code:

$search_text = '<!-- end logged-in users -->';
Change to:
Code:

$search_text = '$navbar';

Thanks Zachariah. Works perfektt

J82980BA3E43 02-25-2006 09:41 AM

Hello
is it possible that your can places a status Picture, example in the navbar or somewhere else with radio ofline, and if the radio is online then you see a Picture with radio online.
if so, how you do that.

sorrie for me bad English!!

Zachariah 02-25-2006 01:28 PM

Quote:

Originally Posted by J82980BA3E43
Hello
is it possible that your can places a status Picture, example in the navbar or somewhere else with radio ofline, and if the radio is online then you see a Picture with radio online.
if so, how you do that.

sorrie for me bad English!!

:rambo:

Edit template: FORUMHOME

Add:
Code:

<if condition="!$scfp"><img src="/images/off.gif" alt="Shoutcast Down" /><else /><img src="/images/on.gif" alt="Shoutcast Online" /></if>
The navbar is on every page and your cause a large load on the shoutcast server with to many on/off line requests. I would say leave on forumhome page, portal page, or standalone page.

J82980BA3E43 02-25-2006 03:23 PM

Quote:

Originally Posted by Zachariah
:rambo:

Edit template: FORUMHOME

Add:
Code:

<if condition="!$scfp"><img src="/images/off.gif" alt="Shoutcast Down" /><else /><img src="/images/on.gif" alt="Shoutcast Online" /></if>
The navbar is on every page and your cause a large load on the shoutcast server with to many on/off line requests. I would say leave on forumhome page, portal page, or standalone page.

he thans your the man!! :up:
but what is the code if I want put him in my header or on my portal page with this code he not working only on forumhome.

Gallio 03-01-2006 09:00 PM

No matter what information I put in to the settings I cannot broadcast my radio, I'm a missing something. Does this Hack not work for anything other then Shout Cast Free Servers or what?

Zachariah 03-04-2006 02:23 PM

Quote:

Originally Posted by Gallio
No matter what information I put in to the settings I cannot broadcast my radio, I'm a missing something. Does this Hack not work for anything other then Shout Cast Free Servers or what?

/* -----------------8/27/2005 6:23pm-----------------
This is a Nice hack to add Shoutcast Status on your VB3.5 Forum Home.

Quote:

SHOUTcast is a free-of-charge audio homesteading solution. It permits anyone
on the internet to broadcast audio from their PC to listeners across the
Internet or any other IP-based network (Office LANs, college campuses, etc.).

This script pulls the XML data from a shoutcast server.
http://www.shoutcast.com/download/serve.phtml


All times are GMT. The time now is 10:58 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.01335 seconds
  • Memory Usage 1,750KB
  • 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
  • (10)bbcode_code_printable
  • (7)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