![]() |
this might sound like a Noob Question so sorry..
I listen to a Station all time via winamp can i put there station on my website if so HOW!!! |
Quote:
- The station your tuned into is a Shoutcast server ? |
so let me get this right the station i am listin to is http://www.shoutcast.com/sbin/shoutc...e=filename.pls
so were do i get the ip address ect sorry i am i am a pian thanks in advance |
Quote:
|
Why does my shoutcase only show one song at a time and not like the sample picture above in the 1st post?
https://vborg.vbsupport.ru/external/...chmentid=33910 Anyone? |
Ignore me :)
All of the extend info is in a hidden cell. Quote:
|
click the http://www.tech-tronix.com/images/st...apse_thead.gif button right above the now playing info. ;)
|
Yeh found that out :) and all the time I've been using this hack as well LOL.
Anyway, is there anything I can change to keep all the info showing to all and not hidden as standard. Laters |
can I use it with vBulletin Version 3.5.4 scuessfully ?
|
Quote:
|
i was wondering if there was any way to add an auto refresh so that when a song changes it also refreshes the song title ect in the forum page that way the user dosent have to manually refresh the page... .. kinda like the php-nuke shoutcast block ... thanks
|
Quote:
I will look in on it. |
hey thanx for that quick reply... will be looking forward to it
|
Hi everyone,
I Just installed and did what it says in install.txt but in the main page it does not display the song info. It says that the server is off but It's not. I am not the admin, I have a password to use on Winamp to broadcast, I bought this hosting service. It that password enough ? If yes, what can be the problem ? I have entered IP correctly, Port correctly and Password correctly. What else should be wrong ? |
Quote:
Lite ver. you can just use IP and port, but less info can be gathered. https://vborg.vbsupport.ru/showthread.php?t=97500 |
Thx for quick reply. I read the whole topic.
I was unable to find out the output of $scfp = @fsockopen($scip, $scport, &$errno, &$errstr, 1); // Connect to the server I asked my host, and he said that they closed fopen which Php uses to write XML. I switched to Crontab. And entered the command. Here's the result I have. /bin/sh: line 1: /usr/bin/lynx: Permission denied I have -auth=admin:xxx password because I have access to Admin panel of my Shoutcast server. Well, I think I did my best :) Next step is I want to make Lynx enable. I cant persuade my host to enable fopen etc. For triggerin Issues, I want this script only to read cast.xml from my hoe directory and Dont execute the fsocket, fopen commands. I should reduce the load a bit. How can I do that ? Make cron the grabbing info from Shoutcast. Make This Script to only read xml file on my host. Thanks in advance. P.S: I have a Problem with the cron command I think. Code:
*/5 * * * * lynx -auth=admin:dNASpasshere -source http://dNAS-IP-Or-Domain:port/admin.cgi?mode=viewxml 1> /webserver/path/public_html/filename.xml Code:
5 * * * * lynx -auth=admin:dNASpasshere -source http://dNAS-IP-Or-Domain:port/admin.cgi?mode=viewxml > /webserver/path/public_html/filename.xml Is the first one true of false ? If it is true can you please explain why */5 instead of only 5 and 1> instead of only > I searched some documentation but I was unable to find anything. |
I checked if fopen is closed, NO !
Well, I manually pulled the XML file from Shoutcast server. Uploaded it to specified dir and refreshed. Still says the Radio is Offline. But there is a XML filled radio.xml file which has a static info in it. I specified the path for file as /home/forumtur/public_html/radio.xml Are there anything wrong you see ? |
Quote:
Code:
// Add: |
Where will I add this info ?
The plugin at the forumhome hook also grab those values from $vbulletin_options -> etc. Sorry but I didn't understand what u mean. $scdef = $vbulletin->options['scname_full']; $scip = $vbulletin->options['scip_full']; $scport = $vbulletin->options['scport_full']; $scpass = $vbulletin->options['scpass_full']; $ircsite = $vbulletin->options['scirc_full']; $file = $vbulletin->options['scxml_full']; $cache_tolerance = $vbulletin->options['scupdate_full']; Options are grabbed by plugin. What else ? |
Well, I changed the plug-in code just to use the XML file written by Lynx.
Also, when I remove @fsockopen, It says It cannot connect to the IP specified on port 5555. fsockopen should be blocked by a Firewall. Here's the new code for the plugin. PHP Code:
|
Quote:
https://vborg.vbsupport.ru/attachmen...6&d=1140276425 |
i have just installthis hack!
i put everything right! my server is up but in forum says that is down!what can be wrong? |
I'm unable to get this to display on my forum home template?
Uploaded the images, installed the product-shoutcast_home_full.xml and uploaded the other xml to my server, which I'm not sure if I'm supposed to install or not, but when I do try it states " XML Error: not well-formed (invalid token) at Line 1" But nothing is displaying on my Forumhome, no drop down box or anything at all regarding this hack? Everything is installed correctly though.... thanks |
this is in forumhome_shoutcast templates
but i dont see the variables being displayed i.;e most listenrs and all it dont show up what im doing wrong? <script type="text/javascript"> function scastmp(){ scastmpWindow = window.open("index.php?do=mp","mp","width=360,heig ht=75"); } function scastrp(){ scastrpWindow = window.open("index.php?do=rp","rp","width=420,heig ht=160"); } function scastqt(){ scastqtWindow = window.open("index.php?do=qt","qt","width=330,heig ht=50"); } </script> <tbody> <tr > <td class="thead" width="100%" colspan="6"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutcast')"> <img id="collapseimg_forumhome_shoutcast" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_shoutcast].gif" alt="" border="0" /></a> <div ><b>$scdef: $servertitle ($currentlisteners/$maxlisteners @ $bitrate kbs)</b></div> </td> </tr> </tbody> <td rowspan="3" class="alt2" align="center"><img src="$stylevar[imgdir_misc]/radio.gif" alt="$scdef: $servertitle ($currentlisteners/$maxlisteners @ $bitrate kbs)" /></td> <td valign="top" align="left" class="alt1"> <table border="0" cellpadding="1" cellspacing="0" width="100%"> <tr > <td class="alt2" ><b>Tune-In:</b></td> <td width="5" > </td> <td width="50%" class="alt2" ><b>Now Playing:</b></td> </tr> <tr > <td width="50%" style="padding-left: 5px><a href=" colspan="2" class="smallfont"> <img src="$stylevar[imgdir_misc]/im_winamp.gif" alt="Listen w/ Winamp" border="0" hspace="2" /><a href="$listenamp">Winamp</a> <img src="$stylevar[imgdir_misc]/im_real.gif" alt="Listen w/ Realplayer" border="0" hspace="2" /><a href="javascript:scastrp()">Real</a> <img src="$stylevar[imgdir_misc]/im_winmp.gif" alt="Listen w/ Media Player" border="0" hspace="2" /><a href="javascript:scastmp()">Media</a> <a href="javascript:scastqt()"><img src="$stylevar[imgdir_misc]/im_qt.gif" alt="Listen w/ Quicktime" border="0" hspace="2" /></a> <a href="javascript:scastqt()">Quicktime</a> </td> <td width="50%" style="padding-left: 5px" class="smallfont"><tt><marquee width="98%" scrolldelay="100" scrollamount="5">+ $song[0]</marquee></tt></td> </tr> <tbody id="collapseobj_forumhome_shoutcast" style="display: none;"> <tr> <td width="100%" colspan="3"> </td> </tr> <tr > <td class="alt2" ><b>Stream Info:</b></td> <td width="5"></td> <td width="50%" class="alt2" align="left"><b>Last 19 Songs:</b> </td> </tr> <tr > <td valign="top" rowspan="4" style="padding-left: 5px" colspan="2" class="smallfont"> <div >Most Ever: <b>$peaklisteners</b><br />Current Listening: <b>$currentlisteners/$maxlisteners</b><br />Speed: <b>$bitrate</b> kbs<br />Media Type: <b>$content</b><br />Hit Count: <b>$streamhits</b><br />Avj. Time: <b>$averagemin</b></div> <br /><hr width="90%" size="1"> <img src="$stylevar[imgdir_misc]/im_genre.gif" alt="Genre" /> $servergenre<br /><img src="$stylevar[imgdir_misc]/im_icq.gif" alt="ICQ the DJ" /> $icq<br /><img src="$stylevar[imgdir_misc]/im_aim.gif" alt="AIM the DJ" /> $aim<br /><img src="$stylevar[imgdir_misc]/im_mirc.gif" alt="IRC Chat with the DJ" /> <a href="$irclink">$ircsite</a> : #$irc<br /> </td> </tr> <tr > <td valign="top" rowspan="5" style="padding-left: 5px" class="smallfont"><div ><tt>+ $song[1]<br />+ $song[2]<br />+ $song[3]<br />+ $song[4]<br />+ $song[5]<br />+ $song[6]<br />+ $song[7]<br />+ $song[8]<br />+ $song[9]<br />+ $song[10]<br />+ $song[11]<br />+ $song[12]<br />+ $song[13]<br />+ $song[14]<br />+ $song[15]<br />+ $song[16]<br />+ $song[17]<br />+ $song[18]<br />+ $song[19]</tt></div> </td> </tr> </table> </td> </tr> </tbody> |
Did you hit the "collapse / expand" image on the table ?
- $streamhits is what your looking for |
Zach.... did you manage to figure out what the issue was or should I just go delete that admin account, beacuse it's installed correctly but definately not showing up
|
it doesn't work for me.... :( i tried diffrent shoutcast address but every time it just shows the shoutcast server is offline....
|
Is your server running a firewall?
Do you have the port open Shoutcast uses? Can you connect to shoutcast ok? Do you have the correct details within the shoutcast settings in admincp? Laters Quote:
|
Quote:
|
I have not updated the main package yet. :tired: :cross-eyed:
Bug fix Hook Location : forumhome_complete Shoutcast Status Full - Main Find: Code:
$averagemin = round($averagetime/60,2); Code:
$averagemin = ""; - Changes Avj. Time: 533.03 - To Avj. Time: 8h 53m 2s |
Any progress on the multi streams yet...
|
I've been using the previous version on my 3.0.9 board for several months and no problems. I'm now setting up another domain (2nd licence purchased) using vB 3.5.4. I've installed this version (Shoutcast Status Full - vB3.5), entered IP, Port and ADMIN password and it says Shoutcast Down - even though the stream is up and running. I can hear it, my other forum displays it. Trying to figure if I've missed something, or whether it could be firewall settings on my hosts server. Any clues would be appreciated guys - this has been a great hack so far - just can't make it work on 3.5.4 :(
*NB The ACP shows the Shoutcast controls, there were no errors during the install - I'm pretty sure it's installed correctly - it simply can't "see" the stream. |
@Belder
Did you give it a little time ? - XML Data Cache by default has a 3 min delay before data will update. |
Thanks for the reply Zachariah. I did give it quite a while - the stream was up for over 2 hrs. I double checked the settings, and refreshed the board frequently - it's just not detecting the stream.
|
Quote:
Current Ver. supports 4 stations. To do: - I want to work out a cron job to get data updates still. - I also want to workout multi bitrates. - Shoutcast video support |
Ok mine is sorted. The server is firewalled . . so my host opened the relevant ports and everything is working as it should. Well, I knew it couldn't be my fault :D
Great hack by the way - I'll go click the Install button now :banana: |
Quote:
|
sick hack! thanks.
*installs* |
Noob here!
luv the hack But i want to have it at the top instead of the bottom, how do i do this? |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=194 |
All times are GMT. The time now is 04:57 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|