vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Module CMPS: Shoutcast Status Full (https://vborg.vbsupport.ru/showthread.php?t=72570)

Zachariah 12-05-2004 10:00 PM

Module CMPS: Shoutcast Status Full
 
/* -----------------12/06/2004 10:45AM-----------------
Shoutcast Status Full 1.2 - CMPS Module

This is a Module for CMPS to place Shoutcast Status in a block. :alien:

Hope it helps !!! Zack - http://www.gzhq.net

Quote:

There are 4 types of this script here on vb.org:

1) CMPS: Shoutcast Status Lite
2) CMPS: Shoutcast Status Full
3) Shoutcast Status Lite (forum home)
4) Shoutcast Status Full (forum home)

This script pulls the XML data from a shoutcast server.
http://www.shoutcast.com/download/serve.phtml
CREDITS:
GeZuS P - for giving me a leg up on some code.

(this hack requires a password form the shoutcast admin to pull stream information.) --- Module CMPS: Shoutcast Status Lite does not need one.


================================================== =====
NEEDED To Install:

vBadvanced CMPS
https://vborg.vbsupport.ru/showthread.php?t=65797
Coded by: Tigga
================================================== =====

Add: 2 templates
Upload: 4 images, 1 php file

Note: This Module with it's current template layout was designed as a center block.
--------------------------------------------------*/

== Install: 2-5 min ==

Server Name
Last 5 songs
DJ Name
DJ ICQ
DJ AIM
Bitrate
Current Song
Users Connected
User Max
IRC Server and Room
Online / Offline status
--------------------------------------------------*/
- Something that came to mind. You can take this add-on and rename the shoutcast.php file to say "shoutcast1.php, shoutcast2.php, etc." and make multi-blocks to get feeds from different servers. They all can use the same templates.


Changelog:
1.2 - 02.22.05
- Added: DJ ICQ, DJ AIM, IRC Server and Room, 2 images
Edited: cleaned up code in templates and php file.

1.1 Fixed - 12.07.04
- shoutcast.php file to show offline if sever IP can not be reached.
To update replace shoutcast.php file.

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". 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
$listenlink = 'http://$scip:$scport/listen.pls

yinyang 12-06-2004 06:18 PM

awesome! my board really needs this. great work!

*clicks install*

Hades-1 12-06-2004 07:13 PM

this is goddamn awsome but i need a version for regular Vbulletin :(

Zachariah 12-06-2004 07:23 PM

Quote:

Originally Posted by Hades-1
this is goddamn awsome but i need a version for regular Vbulletin :(


I'll work on it it should not be hard, give me a day or so. I got to paint a bedroom. :tired:

Do you think on a diff. page or on the forumhome? ideas ?

yinyang 12-06-2004 07:58 PM

harry - i'm not sure if this is unique to me, but if shoutcast is turned off (deactivated) from the server, the page with the shoutcast module goes haywire and shows basically warning messages.

Zachariah 12-06-2004 08:01 PM

<a href="http://www.gzhq.net/index.php?id=shoutcast" target="_blank">http://www.gzhq.net/index.php?id=shoutcast</a> => Off state

got a link ?

Hades-1 12-06-2004 10:34 PM

Quote:

Originally Posted by HarryButt
I'll work on it it should not be hard, give me a day or so. I got to paint a bedroom. :tired:

Do you think on a diff. page or on the forumhome? ideas ?

yeah maybe at the bottom of forum home would look nice.

in a little 150 wide box or something

lasto 12-06-2004 11:47 PM

Quote:

Originally Posted by yinyang
harry - i'm not sure if this is unique to me, but if shoutcast is turned off (deactivated) from the server, the page with the shoutcast module goes haywire and shows basically warning messages.

not just u m8 same happens to me

i get thousands of these appearing and page takes forever to load + it never gets to load the page because the errors keep on comming and coming so u deffo not on your own.

Warning: feof(): supplied argument is not a valid stream resource (pathname)

Zachariah 12-06-2004 11:57 PM

Quote:

Originally Posted by lasto, yinyang
Warning: feof(): supplied argument is not a valid stream resource (pathname)


There is a step in the install that was over looked.


Edit shoutcast.php
- Change values with in the "quotes" to your shoutcast server settings.

//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"; // password to shoutcast server
$maxusers = "???"; // max users for your server
//End configuration

Save.

yinyang 12-07-2004 01:27 AM

Quote:

Originally Posted by lasto
not just u m8 same happens to me

i get thousands of these appearing and page takes forever to load + it never gets to load the page because the errors keep on comming and coming so u deffo not on your own.

Warning: feof(): supplied argument is not a valid stream resource (pathname)

sorry harry, no link as i've disabled it for now. but it works beautiful when the thing was on, but i'm having the same problem as lasto.


All times are GMT. The time now is 12:12 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
  • Page Generation 0.01048 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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