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)

Pete C 07-09-2006 04:41 PM

zane99: Your SHOUTcast stream host will have told you which port your stream is using. If you're using the same stream host as before you moved to ASO, then the info they gave you originally would be unchanged. Whoever has been a DJ on your stream will have the port no in their shoutcast DSP. It should also be in any Email you've had from them.

When you find the port number, ask your server host to open that port and the one chronologically above it. Eg: If you were using port 8000, then you would ask your server host to allow ports 8000 and 8001. This is because one port is used for listening, and the other for the stream . . in my experience they both need to be open for a succesful display.

Hope that helps :)

Any feedback regarding my own problem (1 post above) would be very welcome . . anyone?

zane99 07-09-2006 08:20 PM

Quote:

Originally Posted by Belder
zane99: Your SHOUTcast stream host will have told you which port your stream is using. If you're using the same stream host as before you moved to ASO, then the info they gave you originally would be unchanged. Whoever has been a DJ on your stream will have the port no in their shoutcast DSP. It should also be in any Email you've had from them.

When you find the port number, ask your server host to open that port and the one chronologically above it. Eg: If you were using port 8000, then you would ask your server host to allow ports 8000 and 8001. This is because one port is used for listening, and the other for the stream . . in my experience they both need to be open for a succesful display.

Hope that helps :)

Any feedback regarding my own problem (1 post above) would be very welcome . . anyone?

thanks for the help, ive emailed the hosts the ports i need open! if u dont hear from me it has worked! lol thanks again

zane99 07-09-2006 08:42 PM

Quote:

Originally Posted by Belder
zane99: Your SHOUTcast stream host will have told you which port your stream is using. If you're using the same stream host as before you moved to ASO, then the info they gave you originally would be unchanged. Whoever has been a DJ on your stream will have the port no in their shoutcast DSP. It should also be in any Email you've had from them.

When you find the port number, ask your server host to open that port and the one chronologically above it. Eg: If you were using port 8000, then you would ask your server host to allow ports 8000 and 8001. This is because one port is used for listening, and the other for the stream . . in my experience they both need to be open for a succesful display.

Hope that helps :)

Any feedback regarding my own problem (1 post above) would be very welcome . . anyone?

ok the hosts opened the ports that my djs use wen they connect....

still nothin! dayum

Zachariah 07-10-2006 12:43 PM

Quote:

Originally Posted by Belder
I don't really mind whether the text says "last 10 songs", or it actually displays the 19 . .

Any advice on what I should edit and where to find it would be much appreciated.

- sc_sevr.ini (on the shoutcast server)

This is the "Boss in Charge" of what feeds to the XML files.

Code:

; ShowLastSongs specifies how many songs to list in the /played.html
; page.  The default is 10.  Acceptable entries are 1 to 20.
ShowLastSongs=20


tanyeri24 07-11-2006 05:46 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';

And how its for lite version? :surprised:

tanyeri24 07-11-2006 06:14 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';

The lines are not in there, updated? :confused:

Zachariah 07-11-2006 07:24 PM

Quote:

Originally Posted by tanyeri24
The lines are not in there, updated? :confused:


Edit templates: forumhome_shoutcast, forumhome_shoutcast_off

add @ the top of the template before any text.
Code:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
add @ the end of the current template code.
Code:

</table>
<br />

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

Find this 3 times in the plugin.
Code:

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

$search_text = '$navbar';

Pete C 07-13-2006 11:33 AM

Quote:

Originally Posted by Zachariah
- sc_sevr.ini (on the shoutcast server)

This is the "Boss in Charge" of what feeds to the XML files.

Code:

; ShowLastSongs specifies how many songs to list in the /played.html
; page.  The default is 10.  Acceptable entries are 1 to 20.
ShowLastSongs=20


Thanks for the info Zachariah. Since my shoutcast service is currently hosted by a stream provider, rather on my site server or personal PC, it seems this is a file to which I have no access.

Whereas the stream control panel is substantial, there doesn't appear to be any way to enter this particular info there either. Maybe this is something we'll just have to live with.

Still an excellent hack - in fact I've just used your additional code modification to put it right above our shoutbox! :cool:

Zachariah 07-13-2006 01:05 PM

Quote:

Originally Posted by Belder
Thanks for the info Zachariah. Since my shoutcast service is currently hosted by a stream provider, rather on my site server or personal PC, it seems this is a file to which I have no access.

Whereas the stream control panel is substantial, there doesn't appear to be any way to enter this particular info there either. Maybe this is something we'll just have to live with.

Still an excellent hack - in fact I've just used your additional code modification to put it right above our shoutbox! :cool:

Great news :banana: ya shoutcast is a blast.

You could send a memo / e-mail to your host provider of your shoutcast server and ask that they.

Edit:
- sc_sevr.ini (on the shoutcast server)

Change:
ShowLastSongs=10 Default

to

ShowLastSongs=20

If not well, 10 it shall be :D

tanyeri24 07-14-2006 05:58 AM

hey thanks Zachariah

Other question: If possible to open radio automaticaly if it's online? Like popuping up a window with media player?


All times are GMT. The time now is 12:47 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.01385 seconds
  • Memory Usage 1,760KB
  • 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
  • (14)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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