vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Shoutcast Status 2.0 (3.5) (https://vborg.vbsupport.ru/showthread.php?t=94336)

BlackxRam 10-31-2005 07:16 AM

Mine is working again. Seems if your file for the output track list can get bugged... deleteing the content INSIDE this file completely, (not removing the file itself) then loading up a new playlist and clicking the first few songs got it working again.

Dunno why... but its good now. Dont let that output file get TOO big.

hugh_ 10-31-2005 07:56 AM

Would this work with an icecast stream? Please say yes... :)

Zachariah 10-31-2005 12:02 PM

Quote:

Originally Posted by BlackxRam
Mine is working again. Seems if your file for the output track list can get bugged... deleteing the content INSIDE this file completely, (not removing the file itself) then loading up a new playlist and clicking the first few songs got it working again.

Dunno why... but its good now. Dont let that output file get TOO big.

You know there is a delay on the shoutcast servers by almost 30 sec @ time. The XML output on the site is updated before the client will hear the song. If you server is not waiting for the xml long enough.

Admincp => Plugin Manager => Hook Location : forumhome_complete => Shoutcast Status Full - Main => EDIT

Find:
Code:

// Parses shoutcasts xml to make an effective stats thing for any website
$scfp = @fsockopen($scip, $scport, &$errno, &$errstr, 1);

value is 1-1000 - this is the delay to get the info in milliseconds. This will also add that delay to your page refreash that the hack is on.

The way it works, is that the request for the info is made and the script will delay untill all data is given from the request or the time value is reached, then displays.

Quote:

Originally Posted by hugh_
Would this work with an icecast stream? Please say yes... :)

I have not looked @ the output of Icecast. Got a server I can test on / make a hack from ? - if so PM me.

bspiller82 10-31-2005 08:24 PM

Is there a way to add the info to the top of the forums? When I add it to the top it's not in the frame box like it is when you add it on the bottom.

Zachariah 10-31-2005 09:15 PM

Quote:

Originally Posted by bspiller82
Is there a way to add the info to the top of the forums? When I add it to the top it's not in the frame box like it is when you add it on the bottom.

Edit: Template(s)
forumhome_shoutcast, forumhome_shoutcast_off

@ the top
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
@ the bottem
Code:

</table>

bspiller82 11-01-2005 01:57 AM

Thanks!

Zachariah 11-01-2005 02:13 AM

Quote:

Originally Posted by bspiller82
Thanks!

Looks good :)

bspiller82 11-01-2005 02:34 AM

Quote:

Originally Posted by Zachariah
Looks good :)

Thanks :)

Ben5150 11-01-2005 04:04 AM

Installed thanks Zach

bspiller82 11-10-2005 11:34 PM

Is there some type of server requiments to run this? I switched hosts and it stopped working!?


All times are GMT. The time now is 02:49 PM.

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.01282 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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