The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Shoutcast Status Full Details »» | ||||||||||||||||||||||||||
Shoutcast Status Full 1.8 on your VB3.x Forum Home.
DEMO: http://www.gzhq.net/forums/index.php? /* -----------------8/27/2005 6:23pm----------------- This is a Nice hack to add Shoutcast Status on your VB3.X Forum Home. Hope it helps !!! Zachariah @ http://www.gzhq.net 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.). http://www.shoutcast.com Zerro Queries Added Collapsible Table Server Name Last 19 songs 3 Popup players (quicktime, media player, real player) DJ Name DJ ICQ DJ AIM Bitrate Current Song Media Type Most Ever Connected Hit Count Users Connected Avj. Connect Time User Max IRC Server and Room Online / Offline status XML Data Cache ================================================== ===== Edit: 1 template Upload: 8 images, 2 files Add: 5 templates Tested On: vBulletin v3.0.13 SHOUTcast Server v1.9.5 ================================================== ===== Quote:
Variables used. ================================================== ===== If you choose not to show any/all: 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 ================================================== ===== Changelog | ================ 1.8 2.17.06 - Added XML cache + timer 1.6 - Fixed Media Player in non IE browsers - Fixed Real Player in non IE browsers 1.5 - Added 19 song history vs. 5 - Added Windows Media Player popup - Added Real Media Player popup - Added Quicktime Media Player popup - Added marquee to Curent song playing - Added Avj. Connect Time (avj. of the total time users connected; untill server reboot) - Added Media Type (tells what the source file format is: mpeg, CDA, WAV) - Added Hit Count (total connections to the server since the server reboot) - Added Most Ever (total connections at one time to the server since the server reboot) - Added 4 images for choice of media player - Added Template Installer Show Your Support
|
Comments |
#42
|
|||
|
|||
hmm, not sure what I did wrong but mine says "Currently our shoutcast server is down" even though I've been broadcasting for 15 minutes.
http://www.whatchamissin.com/forums/ The only field I haven't filled in is $ircsite = "irc.server.net"; // IRC Server - EX: irc.server.com Because I just don't know it. Could that be it? |
#43
|
||||
|
||||
Quote:
Code:
$scdef = "Shoutcast"; // Default station name $scip = "0.0.0.0"; // ip shoutcast server $scport = "8000"; // port of shoutcast server $scpass = "changeme"; // admin password (not DJ) to shoutcast server |
#44
|
|||
|
|||
Quote:
|
#45
|
||||
|
||||
Quote:
EX: I have a test server. http://1.2.3.4:8000 - will show your shoutcast servers built in web page. $scdef = "Shoutcast"; // Default station name $scip = "1.2.3.4"; // ip shoutcast server $scport = "8000"; // port of shoutcast server $scpass = "AdminPW"; // admin password (not DJ) to shoutcast server NOTE: There are 2 passwords on shoutcast servers. DJ / connect a feed pasword Admin / server admin password This ver needs the Admin PW filled out. |
#46
|
|||
|
|||
thx very much ...
thats great. greez from germany. :-) |
#47
|
||||
|
||||
================================================== =====
Changelog | ================ 1.5 - Added 19 song history vs. 5 - Added Windows Media Player popup - Added Real Media Player popup - Added Quicktime Media Player popup - Added marquee to Curent song playing - Added Avj. Connect Time (avj. of the total time users connected; untill server reboot) - Added Media Type (tells what the source file format is: mpeg, CDA, WAV) - Added Hit Count (total connections to the server since the server reboot) - Added Most Ever (total connections at one time to the server since the server reboot) - Added 4 images for choice of media player - Added Template Installer Party on ! :banana: :bunny: On Closed: On Open: Media Player Quicktime Real -------------------------------------------------------*/ Variables used. ================================================== ===== If you choose not to show any/all: 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 |
#48
|
|||
|
|||
Im using 3.07, and it seems to have installed fine,....I was wondering when shoutcast isnt on, if the collapsable menu will go all the way up????
Peace |
#49
|
|||
|
|||
nevermind got it, just moved the /tbody tag to the bottom...
Peace |
#50
|
||||
|
||||
Quote:
All the info can unfold by default, but I thought "wow" that is a long table to have open all the time when a shoutcast is going. I am open for ideas :nervous: Quote:
|
#51
|
|||
|
|||
PHP Code:
Peace ps..so now when the forum reads the shoutcast to be off, i can collapse the table all the way up as opposed to 3/4 up when it is on. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|