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)
-   -   Shoutcast Status Full (https://vborg.vbsupport.ru/showthread.php?t=76873)

WhatChaMissin 08-10-2005 06:56 PM

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?

Zachariah 08-11-2005 10:55 AM

Quote:

Originally Posted by WhatChaMissin
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?

That just fills out the IRC server info to generate a link for the users to connect to if you have a IRC server. It will not stop the status of the shoutcast server. Have you filled out:

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

Can you also access your "web access" of the shoutcast server ?

WhatChaMissin 08-15-2005 11:50 AM

Quote:

Originally Posted by HarryButt
That just fills out the IRC server info to generate a link for the users to connect to if you have a IRC server. It will not stop the status of the shoutcast server. Have you filled out:

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

Can you also access your "web access" of the shoutcast server ?

yes I have that part filled out, but what is the "web access" is that where you go to get the stats on your account?

Zachariah 08-15-2005 12:28 PM

Quote:

Originally Posted by WhatChaMissin
yes I have that part filled out, but what is the "web access" is that where you go to get the stats on your account?

The server your DJ's connect to. http://ip:port

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.

bluecon23 08-15-2005 09:05 PM

thx very much ...

thats great.

greez from germany.

:-)

Zachariah 08-29-2005 10:12 PM

================================================== =====
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:
https://vborg.vbsupport.ru/external/...chmentid=33967

On Open:
https://vborg.vbsupport.ru/external/...chmentid=33966

Media Player
https://vborg.vbsupport.ru/external/...chmentid=34148
Quicktime
https://vborg.vbsupport.ru/external/...chmentid=34149
Real
https://vborg.vbsupport.ru/external/...chmentid=34150

-------------------------------------------------------*/
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

nymyth 09-01-2005 02:57 PM

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

nymyth 09-01-2005 03:43 PM

nevermind got it, just moved the /tbody tag to the bottom...

Peace

Zachariah 09-01-2005 03:55 PM

Quote:

Originally Posted by nymyth
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

I searched on vb.com / org and found there to be no way to have 2 collapsable tables nested. I could make it like the rest of the menus, but I would have to place all the other info in a popup or something.

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:

Originally Posted by nymyth
nevermind got it, just moved the /tbody tag to the bottom...

Peace

Yep :)

nymyth 09-01-2005 03:58 PM

PHP Code:

<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 class="smallfont"><b>$scdef  Offline</b></div>
</
td>
</
tr>
</
tbody>
<
tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
<
tr
<
td rowspan="3" class="alt2" align="center"><img src="$stylevar[imgdir_misc]/radio.gif" alt="" /></td>
<
td valign="top" align="left" class="alt1"

<
table border="0" cellpadding="0" cellspacing="0" width="100%">
    <
tr>
                <
td rowspan="2" width="50%" align="left"><img border="0" src="$stylevar[imgdir_misc]/shoutcast_off.gif" alt="Server Down" vspace="5" /><br /><div class="smallfont"><b>$scdef is down.</b></div></td>
    </
tr>
    <
tr>
         <
td width="50%"> </td>
    </
tr>
</
table>
</
td>
</
tr>
</
tbody

This is what i put into my forum_shoutcast_off template....it did the trick.

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.


All times are GMT. The time now is 06:35 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.01356 seconds
  • Memory Usage 1,774KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)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
  • (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