Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Shoutcast Status 2.0 (VB3.6) Details »»
Shoutcast Status 2.0 (VB3.6)
Version: 2.0, by Zachariah Zachariah is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.3 Rating:
Released: 09-06-2006 Last Update: 11-15-2006 Installs: 360
Uses Plugins Template Edits
Additional Files  
No support by the author.

Shoutcast Status 2.0 on your VB3.6 ForumHome.

/* ----------------- 11/15/2006 -----------------
This is a Nice hack to add Shoutcast Status on your VB3.6 ForumHome.
Hope it helps !!!

Zachariah @ http://www.szone.us

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

================================================== =====
Tested On:

vBulletin 3.6+
SHOUTcast Server v1.9.5

DEMO
================================================== =====

== Install: 2-5 min ==


Full Stats
- Needs Shoutcast server admin password

Server Name
Song History
4 media layers (winamp, quicktime, media player, real player)
DJ Name
Bitrate
Current Song
Media Type
Most Ever Connected
Hit Count
Users Connected
Avj. Connect Time
User Max
Online / Offline status
XML Data Cache


Lite Stats
- Does not need shoutcast server admin password

Server Name
4 media layers (winamp, quicktime, media player, real player)
Bitrate
Current Song
Users Connected
User Max
Online / Offline status
XML Data Cache

================================================== =====
Adds: 2 plugins
Adds: 8 images, 2 files
Adds: 10 templates
Adds: 45 phrases

Change Log

Shoutcast 1.9 - 598 Downloads

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #222  
Old 02-13-2007, 04:45 PM
superluks superluks is offline
 
Join Date: Jan 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works with icecast server too?
Reply With Quote
  #223  
Old 02-13-2007, 05:36 PM
cashpath cashpath is offline
 
Join Date: Jul 2003
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
You should be able to move the hook location from formhome_compleet to global_start. In the settings area of the hack change the location to "custom".

This will allow you to place $scast in say the header template or navbar template that shows up on each page.
I did this and put it in my NavBar but now the Stats and History wont drop down... any idea on how to fix that?
Reply With Quote
  #224  
Old 02-14-2007, 05:28 PM
Netaudio Netaudio is offline
 
Join Date: Oct 2006
Location: Braunschweig Germany
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Zachariah,

after Update to Php5.2.0-8 and Update to MySQL-Version 5.0.32
shoutcast plugin dosn´t work!

Can You Help me Please?!

Thx
Reply With Quote
  #225  
Old 02-24-2007, 08:20 PM
jklimczak's Avatar
jklimczak jklimczak is offline
 
Join Date: Sep 2005
Location: New York
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can not get the Plug in to work it used to work fine for me
http:\\74.72.71.43:6500
Reply With Quote
  #226  
Old 02-26-2007, 11:41 AM
superluks superluks is offline
 
Join Date: Jan 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there possible to add $scast in HEADER?
Reply With Quote
  #227  
Old 02-26-2007, 12:20 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by superluks View Post
Is there possible to add $scast in HEADER?
Yes.

You will need to edit.
/forums/includes/shoutcast/cache_templates.php

Remove:
Code:
if (THIS_SCRIPT == 'index'){

}
Edit Plugin:

AdmiCP => Plugins & Products => Plugin Manager
- Product : Shoutcast Status Forumhome
-- Shoutcast Status Full - Main

Change the hook location from forumhome_complete to global_start.
Reply With Quote
  #228  
Old 03-01-2007, 06:48 PM
KingPin6's Avatar
KingPin6 KingPin6 is offline
 
Join Date: Sep 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, thank you for the awesome "sounding" hack , the problem i have is I'm on php 5.2 on windows 2003 server, and I keep getting

Code:
Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 101

Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102

Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103

Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 106
My forum is in a /forum/ subdirectory. I have changed the line from /forum/scast_home.xml to \forum\scast_home.xml and just to scast_home.xml and a couple other combos but nothing so far.

on just scast_home.xml I get
Code:
Warning: fopen(scast_home.xml) [function.fopen]: failed to open stream: Permission denied in \includes\shoutcast\scast.php on line 101

Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102

Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103
I even tried the full path to it from c:\
I am used to *nix and figured chmod was the problem... but as Im on windows Im not sure permissions might be a problem as i checked and its not marked readonly.

VB : 3.6.5
Php : 5.2.0
Mysql : 5.0.27
OS : Windows 2003

thank you for any help/tips.
Reply With Quote
  #229  
Old 03-02-2007, 12:04 AM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KingPin6 View Post
Hello, thank you for the awesome "sounding" hack , the problem i have is I'm on php 5.2 on windows 2003 server, and I keep getting

Code:
Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 101

Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102

Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103

Warning: fopen(/forum/scast_home.xml) [function.fopen]: failed to open stream: No such file or directory in \includes\shoutcast\scast.php on line 106
My forum is in a /forum/ subdirectory. I have changed the line from /forum/scast_home.xml to \forum\scast_home.xml and just to scast_home.xml and a couple other combos but nothing so far.

on just scast_home.xml I get
Code:
Warning: fopen(scast_home.xml) [function.fopen]: failed to open stream: Permission denied in \includes\shoutcast\scast.php on line 101

Warning: fwrite(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 102

Warning: fclose(): supplied argument is not a valid stream resource in \includes\shoutcast\scast.php on line 103
I even tried the full path to it from c:\
I am used to *nix and figured chmod was the problem... but as Im on windows Im not sure permissions might be a problem as i checked and its not marked readonly.

VB : 3.6.5
Php : 5.2.0
Mysql : 5.0.27
OS : Windows 2003

thank you for any help/tips.
Hello.

By default if you list only the file name it will automatically point to the "root" folder of the forums.

IE: scast_home.xml will point to you /vBulletin install root/scast_home.xml
- You should not have problems of CHMOD 777
- make sure you have write access to the file.
Reply With Quote
  #230  
Old 03-02-2007, 10:15 AM
KingPin6's Avatar
KingPin6 KingPin6 is offline
 
Join Date: Sep 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the reply I deleted and reuploaded the file via ftp, no errors for 30 seconds and then they showed up again. weird, I will check further and post back.
Reply With Quote
  #231  
Old 03-09-2007, 01:07 AM
Sparticus_V2 Sparticus_V2 is offline
 
Join Date: Jan 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, my problem is that it is always saying "
Currently our shoutcast server is down. Currently our shoutcast server is down.
YBLradio is down." even when we have DJ's online and people listning....

IDK what to do, can someone look at it for me? Yblegit.com
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:29 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.05093 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete