Zachariah
25 Dec 2005, 16:35
Shoutcast Status Lite 1.7 on your VB3.5 CMPS Module.
/* -----------------12/25/2005 8:30AM-----------------
This is a Nice hack to add Shoutcast Status on your VB3.5.
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.).
This script pulls the XML data from a shoutcast server.
http://www.shoutcast.com/download/serve.phtml
=======================================================
NEEDED To Install:
- vBadvanced CMPS 2.x (3.5)
- vBulletin 3.5x
=======================================================
DEMO (http://www.gzhq.net/index.php?page=Hacks)
== Install: 2-5 min ==
Collapsible Table
Server Name
3 Popup players (quicktime, media player, real player)
Bitrate
Current Song
Users Connected
User Max
Online / Offline status
*Note: This Module with it's current template layout was designed as a R/L block.
=======================================================
Zerro queries added
Add: 1 vBa CMPS Module
Add: 1 plugins
Upload: 7 images
Add: 5 templates
=======================================================
Changelog |
================
1.7 12.25.05
- Killed auto create Module on Install
1.6 11.29.05
- Fixed popup players - phase errors
- Added auto create Module on Install
1.5 08.31.05
- Added Windows Media Player popup
- Added Real Media Player popup
- Added Quicktime Media Player popup
- Added marquee to Curent song playing
- Added 4 images for choice of media player
=======================================================
If you choose not to show any/all:
Variables used.
Here is a list of variables that can be used in your "adv_portal_shoutcast_lite". If do not wish to show data, just remove the variables.
$scdef = Default station name
$scip = IP shoutcast server
$scport = Port of shoutcast server
$song[0] = (zerro) is the current song playing.
$bitrate = Quility of the Bitrate - setting in DJ - DSP .
$currentlisteners = Current connected users.
$maxlisteners = Max users for the server.
$listenamp = http://$scip:$scport/listen.pls
$listenlnk = http://$scip:$scport
Did you "click (http://www.vbulletin.org/forum/vborg_miscactions.php?do=installhack&threadid=103736) " install for updates ?
/* -----------------12/25/2005 8:30AM-----------------
This is a Nice hack to add Shoutcast Status on your VB3.5.
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.).
This script pulls the XML data from a shoutcast server.
http://www.shoutcast.com/download/serve.phtml
=======================================================
NEEDED To Install:
- vBadvanced CMPS 2.x (3.5)
- vBulletin 3.5x
=======================================================
DEMO (http://www.gzhq.net/index.php?page=Hacks)
== Install: 2-5 min ==
Collapsible Table
Server Name
3 Popup players (quicktime, media player, real player)
Bitrate
Current Song
Users Connected
User Max
Online / Offline status
*Note: This Module with it's current template layout was designed as a R/L block.
=======================================================
Zerro queries added
Add: 1 vBa CMPS Module
Add: 1 plugins
Upload: 7 images
Add: 5 templates
=======================================================
Changelog |
================
1.7 12.25.05
- Killed auto create Module on Install
1.6 11.29.05
- Fixed popup players - phase errors
- Added auto create Module on Install
1.5 08.31.05
- Added Windows Media Player popup
- Added Real Media Player popup
- Added Quicktime Media Player popup
- Added marquee to Curent song playing
- Added 4 images for choice of media player
=======================================================
If you choose not to show any/all:
Variables used.
Here is a list of variables that can be used in your "adv_portal_shoutcast_lite". If do not wish to show data, just remove the variables.
$scdef = Default station name
$scip = IP shoutcast server
$scport = Port of shoutcast server
$song[0] = (zerro) is the current song playing.
$bitrate = Quility of the Bitrate - setting in DJ - DSP .
$currentlisteners = Current connected users.
$maxlisteners = Max users for the server.
$listenamp = http://$scip:$scport/listen.pls
$listenlnk = http://$scip:$scport
Did you "click (http://www.vbulletin.org/forum/vborg_miscactions.php?do=installhack&threadid=103736) " install for updates ?