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)

NuclioN 10-22-2005 04:45 PM

Worked perfect, tnx :)

znop 10-22-2005 06:17 PM

Quote:

Originally Posted by znop
// Shoutcast Server Stats
$scdef = "idoRadio";
$scip = "62.193.243.147";
$scport = "6060";
$scpass = "x";
$ircsite = "";
//End configuration

i have done it like that but my radio seems offline
what is wrong?

solved :D port problem :) thank you.

question? 10-26-2005 01:44 PM

Can you use AJAX to pull stats like every x seconds or somthing? It keeps showing the old songs etc..

Zachariah 10-26-2005 03:03 PM

Quote:

Originally Posted by question?
Can you use AJAX to pull stats like every x seconds or somthing? It keeps showing the old songs etc..

I had a thought of that or a mini-iframe w/ 2-3 min refreash.

question? 10-27-2005 06:19 AM

Nah, i prefer the AJAX becuase it doesn't flash for a second etc...

BlackxRam 10-28-2005 06:59 AM

Mine Has Stopped Working As Well.

I installed this last night.... it all worked. I turned it off overnight... went back to it today... doesnt see the server online at all.

Infact... NONE of my shoutcast scripts are working at the moment.... but shoutcast.com sees me...

is there some kind of additional config that maybe defaulted on me? Everything looks normal to me and i have been broadcasting for a few years.... i dunno. Its wierd.

Zachariah 10-28-2005 12:12 PM

Quote:

Originally Posted by BlackxRam
Mine Has Stopped Working As Well.

I installed this last night.... it all worked. I turned it off overnight... went back to it today... doesnt see the server online at all.

Infact... NONE of my shoutcast scripts are working at the moment.... but shoutcast.com sees me...

is there some kind of additional config that maybe defaulted on me? Everything looks normal to me and i have been broadcasting for a few years.... i dunno. Its wierd.

Can you link to your shoutcast server via. listener / web interface ?
http://xxx.xxx.xxx.xxx:port ?

Understand you may not have problems w/ code. I have seen a few cases that webserver hosts do not allow external script to poll ports that are not port 80.

GuaRRand 10-28-2005 12:40 PM

oh crap,so you cant just get a link from shoutcast.com??????

Zachariah 10-28-2005 01:17 PM

Quote:

Originally Posted by GuaRRand
oh crap,so you cant just get a link from shoutcast.com??????

sure that is easy, but that will not be done by Shoutcast Status Full (VB3.5) you need to install the Lite ver. It can access a server w/o a Admin password. There will be less data the hack can get, but your station will show up.

zell_11 10-28-2005 06:34 PM

Mate my media player, real player etd don't work. All they do is load and display done. Do you know what could be wrong?

BlackxRam 10-31-2005 07:16 AM

Mine is working again. Seems if your file for the output track list can get bugged... deleteing the content INSIDE this file completely, (not removing the file itself) then loading up a new playlist and clicking the first few songs got it working again.

Dunno why... but its good now. Dont let that output file get TOO big.

hugh_ 10-31-2005 07:56 AM

Would this work with an icecast stream? Please say yes... :)

Zachariah 10-31-2005 12:02 PM

Quote:

Originally Posted by BlackxRam
Mine is working again. Seems if your file for the output track list can get bugged... deleteing the content INSIDE this file completely, (not removing the file itself) then loading up a new playlist and clicking the first few songs got it working again.

Dunno why... but its good now. Dont let that output file get TOO big.

You know there is a delay on the shoutcast servers by almost 30 sec @ time. The XML output on the site is updated before the client will hear the song. If you server is not waiting for the xml long enough.

Admincp => Plugin Manager => Hook Location : forumhome_complete => Shoutcast Status Full - Main => EDIT

Find:
Code:

// Parses shoutcasts xml to make an effective stats thing for any website
$scfp = @fsockopen($scip, $scport, &$errno, &$errstr, 1);

value is 1-1000 - this is the delay to get the info in milliseconds. This will also add that delay to your page refreash that the hack is on.

The way it works, is that the request for the info is made and the script will delay untill all data is given from the request or the time value is reached, then displays.

Quote:

Originally Posted by hugh_
Would this work with an icecast stream? Please say yes... :)

I have not looked @ the output of Icecast. Got a server I can test on / make a hack from ? - if so PM me.

bspiller82 10-31-2005 08:24 PM

Is there a way to add the info to the top of the forums? When I add it to the top it's not in the frame box like it is when you add it on the bottom.

Zachariah 10-31-2005 09:15 PM

Quote:

Originally Posted by bspiller82
Is there a way to add the info to the top of the forums? When I add it to the top it's not in the frame box like it is when you add it on the bottom.

Edit: Template(s)
forumhome_shoutcast, forumhome_shoutcast_off

@ the top
Code:

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

</table>

bspiller82 11-01-2005 01:57 AM

Thanks!

Zachariah 11-01-2005 02:13 AM

Quote:

Originally Posted by bspiller82
Thanks!

Looks good :)

bspiller82 11-01-2005 02:34 AM

Quote:

Originally Posted by Zachariah
Looks good :)

Thanks :)

Ben5150 11-01-2005 04:04 AM

Installed thanks Zach

bspiller82 11-10-2005 11:34 PM

Is there some type of server requiments to run this? I switched hosts and it stopped working!?

Zachariah 11-11-2005 01:56 AM

Quote:

Originally Posted by bspiller82
Is there some type of server requiments to run this? I switched hosts and it stopped working!?

I have seen web servers not allow external query on non standard ports.
It only needs a IP, Port, shoutcast Admin PW from the shoutcast server your connecting to.

NxTek 11-11-2005 01:53 PM

When will the CMPS version be available?

Zachariah 11-11-2005 02:05 PM

Quote:

Originally Posted by NxTek
When will the CMPS version be available?

Release: 08.31.05
https://vborg.vbsupport.ru/showthrea...threadid=95394
:beard:

NxTek 11-11-2005 02:13 PM

Oops sorry wrong thread -- I meant to ask about the Lite version. :)

Zachariah 11-11-2005 02:28 PM

Quote:

Originally Posted by NxTek
Oops sorry wrong thread -- I meant to ask about the Lite version. :)

opps I did forget on that :| - Perhaps today .... :D

puertoblack2003 11-15-2005 02:19 PM

good day,
i have everything hooked up correctly but one thing that i'm stuck on your on your instructions that it's a free service with shoutcast now i went to the site i a noob to this i have no clue to where and how to get the info to change info to configure the shout cast hacK ex
PHP Code:

://Configuration
$scdef "Server Name";            // Default station name
$scip "0.0.0.0";                // ip or url of shoutcast server
$scport "8000";                // port of shoutcast server
$scpass "changeme";           // admin password to (not DJ) shoutcast server
$ircsite "irc.server.com";   // IRC Server - EX: irc.server.com
//End configuration 

where can i sign up to get this info so i can get this running or can you direct me to a right direction. :ermm:

Thank You.

Zachariah 11-15-2005 04:53 PM

Full info on creating and running a shoutcast radio station.
http://www.shoutcast.com/support/docs/

Downloads:
http://www.shoutcast.com/download/serve.phtml

This hack ties in your site w/ your shoutcast server
Quote:

Originally Posted by nievesidenshop
good day,
i have everything hooked up correctly but one thing that i'm stuck on your on your instructions that it's a free service with shoutcast now i went to the site i a noob to this i have no clue to where and how to get the info to change info to configure the shout cast hacK ex
PHP Code:

://Configuration
$scdef "Server Name";            // Default station name
$scip "0.0.0.0";                // ip or url of shoutcast server
$scport "8000";                // port of shoutcast server
$scpass "changeme";           // admin password to (not DJ) shoutcast server
$ircsite "irc.server.com";   // IRC Server - EX: irc.server.com
//End configuration 

where can i sign up to get this info so i can get this running or can you direct me to a right direction. :ermm:

Thank You.


puertoblack2003 11-15-2005 07:38 PM

Quote:

Originally Posted by Zachariah
Full info on creating and running a shoutcast radio station.
http://www.shoutcast.com/support/docs/

Downloads:
http://www.shoutcast.com/download/serve.phtml

This hack ties in your site w/ your shoutcast server

ok almost done zac i appreciate your help i think i have everything now when i follow to your instruction to put the info like the configurations so it can play to my web site it's not playing unless i did something wrong maybe this info photo u can point me to so i can configure to the web...

https://vborg.vbsupport.ru/


//Configuration
$scdef = "sky fm "; // Defau lt station name
$scip = "192.168.1.100"; // ip or url of shoutcast server
$scport = "8000"; // port of shoutcast server
$scpass = "changeme"; // admin password to (not DJ) shoutcast server
$ircsite = "irc.server.com"; // IRC Server - EX: irc.server.com
//End configuration


is this right to the configure

Zachariah 11-17-2005 12:36 PM

Quote:

Originally Posted by nievesidenshop
ok almost done zac i appreciate your help i think i have everything now when i follow to your instruction to put the info like the configurations so it can play to my web site it's not playing unless i did something wrong maybe this info photo u can point me to so i can configure to the web...

http://img389.imageshack.us/img389/4...namp7ag.th.png


//Configuration
$scdef = "sky fm "; // Defau lt station name
$scip = "192.168.1.100"; // ip or url of shoutcast server
$scport = "8000"; // port of shoutcast server
$scpass = "changeme"; // admin password to (not DJ) shoutcast server
$ircsite = "irc.server.com"; // IRC Server - EX: irc.server.com
//End configuration

all is well it looks like :)

is this right to the configure

know that 192.168.1.100 is a local LAN IP and not something that you can access from the internet w/o "port forwarding" from your router to your local PC.

Log-in to your router -
There is an area for "port fowarding".
On some routers you can forward a range of ports or 1 at a time.

forward: 8000,8001 => 192.168.1.100.

The settings on the hack must have your WAN IP of your cable/dsl/T1 outside IP. In the router there is a "status" area that will tell you your WAN IP.

Your outside requests for port 8000,8001 will be pushed via router to your shoutcast server.


EX:
my outside cable modem WAN IP / Internet IP - 24.85.56.251
My local LAN IP that the router gives my system - 192.168.5.69

You can connect to your shoutcast server as a client and a DJ via WAN - IP:PORT

puertoblack2003 11-17-2005 09:13 PM

thank you sir,

apparently it's not working tried everything as you instructed i'm not good with all that networking and configuring scripts, i'll leave it alone to clear my head been at it for a while..

thanks.

Zachariah 11-17-2005 10:35 PM

Quote:

Originally Posted by nievesidenshop
thank you sir,

apparently it's not working tried everything as you instructed i'm not good with all that networking and configuring scripts, i'll leave it alone to clear my head been at it for a while..

thanks.

If ya still need help get me on IM.

HeLLCiTo 11-18-2005 03:22 PM

I install it on 3.5.1 , and when i install pugin (not configurated) i get a blank page , and after i configure, i get also a blank page :(

sorry about my english, but i?m spanish

HeLLCiTo 11-18-2005 04:48 PM

it works now in webserver, i install it previosly in localhost

thaks

HeLLCiTo 11-18-2005 10:23 PM

Quote:

Originally Posted by Zachariah
Edit: Template(s)
forumhome_shoutcast, forumhome_shoutcast_off

@ the top
Code:

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

</table>


can you explain more ???,i want to put it above of user cp i did that but it does?t work

kpr 11-27-2005 01:03 AM

How do i get it to look like this ive done everything in instructions https://vborg.vbsupport.ru/attachmen...chmentid=33910


only part i didnt touch was

Variables used.
Here is a list of variables that can be used in your "forumhome_shoutcast". If do not wish to show data, just remove the variables.

$scdef = Default station name
$scip = IP shoutcast server
$scport = Port of shoutcast server
$scpass = Admin password (not DJ) to shoutcast server
$ircsite = IRC Server - EX: irc.server.com
$song[t] = Song History:t can range from 0-19. EX: $song[0], $song[1], $song[2] .... $song[19] ----- $song[0] (zerro) is the current song playing.
$servertitle = "Discription" - setting in DJ - DSP (I used for DJ Name).
$servergenre = - setting in DSP.
$bitrate = Quility of the Bitrate - setting in DJ - DSP .
$icq = ICQ# of DJ - setting in DJ - DSP.
$aim = AIM# of DJ - setting in DJ - DSP.
$irc = IRC room of DJ - setting in DJ - DSP.
$url = URL - setting in DJ - DSP
$currentlisteners = Current connected users.
$maxlisteners = Max users for the server.
$irclink = irc://$ircsite/$irc
$listenamp = http://$scip:$scport/listen.pls
$listenlnk = http://$scip:$scport
$averagemin = average listener time in minuets
$peaklisteners = Most Ever
$content = Media Type
$streamhits = Hit Count

As im not 100% where to add or edit

sites http://gamexmania.com it runs fine but i would like to show full status as in the screeny above

Zachariah 11-27-2005 07:36 AM

I do not see your Site. If the hack works on your site: Hit collapse / expand image to see "extra info.

"Variables used" are all in use. If you wanted to redo your template design.

/buttons/collapse_thead.gif
/buttons/collapse_thead_collapsed.gif

Http://www.gzhq.net/forums/
- Hit the "+" and "-" on my shoutcast install.

When I 1st made the hack in my mind was a lot of data and little space.

Quote:

Originally Posted by kpr
How do i get it to look like this ive done everything in instructions https://vborg.vbsupport.ru/attachmen...chmentid=33910


only part i didnt touch was

Variables used.
Here is a list of variables that can be used in your "forumhome_shoutcast". If do not wish to show data, just remove the variables.

$scdef = Default station name
$scip = IP shoutcast server
$scport = Port of shoutcast server
$scpass = Admin password (not DJ) to shoutcast server
$ircsite = IRC Server - EX: irc.server.com
$song[t] = Song History:t can range from 0-19. EX: $song[0], $song[1], $song[2] .... $song[19] ----- $song[0] (zerro) is the current song playing.
$servertitle = "Discription" - setting in DJ - DSP (I used for DJ Name).
$servergenre = - setting in DSP.
$bitrate = Quility of the Bitrate - setting in DJ - DSP .
$icq = ICQ# of DJ - setting in DJ - DSP.
$aim = AIM# of DJ - setting in DJ - DSP.
$irc = IRC room of DJ - setting in DJ - DSP.
$url = URL - setting in DJ - DSP
$currentlisteners = Current connected users.
$maxlisteners = Max users for the server.
$irclink = irc://$ircsite/$irc
$listenamp = http://$scip:$scport/listen.pls
$listenlnk = http://$scip:$scport
$averagemin = average listener time in minuets
$peaklisteners = Most Ever
$content = Media Type
$streamhits = Hit Count

As im not 100% where to add or edit

sites http://gamexmania.com it runs fine but i would like to show full status as in the screeny above


kpr 11-27-2005 07:48 AM

Sorry m8 URL was wrong http://gamezmania.com it is.

Also never thought on hitting that button i see it all now thanks

Kev

kpr 11-28-2005 10:41 AM

Now it wont change the songs it plays it just constantly shows a song played 2 days ago the game when we tested it is there a way to fix this.

Thanks
Kev

Zachariah 11-28-2005 05:23 PM

Quote:

Originally Posted by kpr
Now it wont change the songs it plays it just constantly shows a song played 2 days ago the game when we tested it is there a way to fix this.

Thanks
Kev



Are you useing winamp to cast ?

Make sure the Auto has the checks marks and [x] enable title updates
https://vborg.vbsupport.ru/attachmen...chmentid=26525

Try that.

kpr 11-28-2005 10:10 PM

Worked a treat

Thank you once again


All times are GMT. The time now is 11:11 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.01719 seconds
  • Memory Usage 1,859KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (19)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
  • (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