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?

iMystik 07-16-2006 04:03 PM

I had a question up top I guess you missed it..

I have 2 server master + relay how can I have so they both add up on your stats page?

thank you and your doing a great job

Zachariah 07-16-2006 04:21 PM

Quote:

Originally Posted by iMystik
I had a question up top I guess you missed it..

I have 2 server master + relay how can I have so they both add up on your stats page?

thank you and your doing a great job

Single server only at the moment.
- I have in the works for multi servers.

HHU 07-20-2006 12:01 AM

So how do I get this workin.....

I upload the files... install the product.... change the settings

Nothin shows up on my forumhome... are there any other file edits I need to do to get it displaying?

jklimczak 07-20-2006 12:41 PM

Is there any way we can add more then one station.

Zachariah 07-20-2006 03:06 PM

Quote:

Originally Posted by jklimczak
Is there any way we can add more then one station.

not yet, I will work on this soon.

HHU 07-24-2006 06:58 PM

Quote:

Originally Posted by HHU
So how do I get this workin.....

I upload the files... install the product.... change the settings

Nothin shows up on my forumhome... are there any other file edits I need to do to get it displaying?

Did everything correct that was stated in instructions.... still not working though....

Any idea on issue?

HHU 07-31-2006 03:00 AM

Zach... are you able to help me out with installing this product, or letting me know if I'm missing somethin.... I had this problem trying to install it before on an old board / server... not sure what I'm doing wrong with this ...

Zachariah 07-31-2006 01:50 PM

Quote:

Originally Posted by HHU
Zach... are you able to help me out with installing this product, or letting me know if I'm missing somethin.... I had this problem trying to install it before on an old board / server... not sure what I'm doing wrong with this ...

Hit me up on IM.
- we can take a look @ a few things.

butty 08-07-2006 04:06 AM

hiya can anyone tell me if this works with 3.6.0 gold or not as of yet?

cheers

Zachariah 08-23-2006 07:19 PM

I am working on all both Full and Lite ver of the shoutcast hack.

- Forumhome
- CMPS
- Standalone
------------------------------
Issues that will be fixed and added.
- Auto refreash of cached data
- Preset and custom placement of data. (forumhome)
- XML Valid problems

CP, 08-30-2006 11:57 AM

there are files missing in this hack, nothing is working for me.... in the notepad install file it mentions how many template edits and other information but after i unzipped it there was just the product file and the images that needs to be uploaded... my shoucast details are not showing......

mugz 08-30-2006 01:14 PM

does this mod work on 3.6.0?

b65ran 08-31-2006 03:09 AM

I having one problem with this hack. In firefox media player and quick doesn't work. It plays the songs but dont show any controls of the plyer. Please help me somebody.

Thanks in advanced.

vice86 09-02-2006 04:35 AM

hmm...this was working at first...but then just stopped showing any info and says my stream is done when its really not.

I deleted the mod and re-installed and still nothing.

Zachariah 09-07-2006 10:21 PM

Quote:

Originally Posted by mugz
does this mod work on 3.6.0?

3.6 ver
https://vborg.vbsupport.ru/showthread.php?t=126007

I will update this Ver soon w/ the 3.6 changes.

ceedee 09-14-2006 10:44 AM

Hi Zac,

Great hack, thanks very much. Got it working on my forum fine. One question though:

Can I get it to display in the forum header opposite my logo? I've tried putting $scast in that section and nothing is displayed at all, and I've also tried copying the contents of forumhome_shoutcast but that just displays in a disorganised mess.

Thanks,

Chris

Zachariah 09-14-2006 10:51 AM

@ceedee, I will have an update soon that will allow more options. :)

ceedee 09-14-2006 10:59 AM

Excellent news, thanks very much :D

Neo_obs 09-20-2006 09:06 PM

we have a question. Is it possibly to have this update immediatly whent he song changes so people dont have to refresh? I know AJAX could do it but we dont want server intensive. so is there another way? BTW awesome hack

Zachariah 09-20-2006 09:14 PM

Quote:

Originally Posted by Neo_obs
we have a question. Is it possibly to have this update immediatly whent he song changes so people dont have to refresh? I know AJAX could do it but we dont want server intensive. so is there another way? BTW awesome hack

I am worken on that, I wanted to get away from an iframe and refreash.
- I think ajax will be simple. (refreash data from the cached xml file on the local webhost)

Neo_obs 09-21-2006 03:03 AM

Thats cool. in AJAX cant you have it update like every 30 seconds for this 1 modification?

provedel 09-27-2006 01:45 PM

Quote:

Originally Posted by Zachariah
I am worken on that, I wanted to get away from an iframe and refreash.
- I think ajax will be simple. (refreash data from the cached xml file on the local webhost)

I wating for this release...

Its ia a great improvement, thanks!:laugh:

DJ Matt4684 10-04-2006 07:06 AM

This is extremely confusing. I am pretty sure I did all the settings. I changed it to 777 and I put in my IP and the port and it still says server is down on my forum home page. Any help is appreciated. I am sure these questions have been answered somewhere in here, but I tried looking first and did some things, but with no luck.

DJ Matt4684 10-05-2006 06:14 AM

Has anybody had the same problem as I had and fixed it?

Nevermind, I fixed the problem.

networktemple 10-23-2006 01:53 AM

im looking forward to this.. how far out is this?

Quote:

Originally Posted by Zachariah
This is limited to 1 server.
- I am worken on a ver to support multi servers. (still crazy busy)

I do have a standalone php ver. (1 station)
You could rig 3 installs and create a display page.


sensimilla 10-23-2006 06:41 AM

It works for me but only on sites that are hosted on same server than the shoutcast server.
I have one site elsewhere and the plugin cant connect.
Any ideas what could cause it ?

TIA

Ohh-Dutch 11-13-2006 09:22 PM

Anyone To Make It Where Its Always Open And Dont Have To Click The Collapsed Square? Like When Its Active....

AcidX 11-14-2006 09:48 PM

Great hack, I installed it. ;)

hugh_ 11-18-2006 08:04 AM

Quote:

Originally Posted by Zachariah (Post 1070352)
3.6 ver
https://vborg.vbsupport.ru/showthread.php?t=126007

I will update this Ver soon w/ the 3.6 changes.

Have you made any progress with this update?

Zachariah 11-18-2006 01:16 PM

Quote:

Originally Posted by hugh_ (Post 1119933)
Have you made any progress with this update?

Last Update: 11.15.06 - ya :)


All times are GMT. The time now is 07:40 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.01747 seconds
  • Memory Usage 1,839KB
  • 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
  • (18)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