Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #322  
Old 08-09-2007, 07:08 PM
semauae's Avatar
semauae semauae is offline
 
Join Date: Sep 2006
Location: UaE
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnx alot

I have one suggestion

Can u provide this hack to let us to talk in this shoutcast ?

I'm wating ur reply
Reply With Quote
  #323  
Old 08-15-2007, 07:32 AM
Fax's Avatar
Fax Fax is offline
 
Join Date: Jun 2006
Location: Essex
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LJR View Post
LOL That is what I ended up doing. In fact they were great and opened the port for me and now I am casting my shouts all over the shop

Top hack!

Some possible enhancements:
  • Enable/Disable option in the admin panel
  • Permissions (only those in listed usergroups can see the radio - of course this doesn't prevent those with the URL from listening to it)
  • A radio scheduler - I'd prefer it separate from the calender as that can get cluttered with events. Just a nice table which shows the scheduled programs. This should be able to be enabled and disabled
  • An option to hide the Radio table in the forumhome template when the server is offline (as it's just taken up real estate)
This hack has a lot of potential.
Found a simple fix to enable the option to hide the radio status when offline

in the offline template find:
Code:
<tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
</tobdy>
change to:
Code:
<tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
and add
Code:
</tbody>
at the very end of the template

Reply With Quote
  #324  
Old 08-21-2007, 04:37 AM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to add the server desc URL (usually displayed as Stream URL: in shoutcast)

I would love if the title was a link to that since when we have our request system on it points to the webpage for the request system.
Reply With Quote
  #325  
Old 08-26-2007, 11:44 PM
lightbox lightbox is offline
 
Join Date: Jun 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Zach,

great Add-on, I appreciate it very much.
I even got it to work in $navbar on every page inside vBulletin by changing the hook to global_start.
But I would like to have it on the vBdrupal pages too. Any idea how to do that?

Cheers,
Martin
Reply With Quote
  #326  
Old 08-27-2007, 02:36 AM
EuroPk EuroPk is offline
 
Join Date: Feb 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work for php5????

i dont see it working..
Reply With Quote
  #327  
Old 09-02-2007, 05:10 PM
lane lane is offline
 
Join Date: Jun 2007
Location: Pennsylvania
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Guys,

I have this all up and running for the most part, however I have a small issue. When you click the links to open media player, real player and quicktime, the window opens just a new homepage. Anyone know what I did wrong or how to fix it?

Link: www.ServerCommand.org

Thanks in advance.

PS: Awesome system, thanks allot for the hard work.
Reply With Quote
  #328  
Old 09-02-2007, 06:19 PM
Magz's Avatar
Magz Magz is offline
 
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
YA !!!

I am working on this.
- DB interface - this will hold station info
- stats - songs played, times played, more
- post thread in forum of choice or poll of song title.

I have a lot of ideas in the mix.
Any news of the above Zachariah ?
Reply With Quote
  #329  
Old 09-02-2007, 07:42 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 lane View Post
Hi Guys,

I have this all up and running for the most part, however I have a small issue. When you click the links to open media player, real player and quicktime, the window opens just a new homepage. Anyone know what I did wrong or how to fix it?

Link: www.ServerCommand.org

Thanks in advance.

PS: Awesome system, thanks allot for the hard work.
Hello,
I looked @ your page.
- portal.php is used as the link to the player. It should be index.php

The hack works with a dynamic url made on your forum settings.
HTML Code:
$vboptions[forumhome].php
AdminCP => vBulletin Options => Forums Home Page Options
- Script Name for Forum Home Page

Default is "index", but you have renamed it to "portal" and portal.php is no longer your FORUMHOME.
Reply With Quote
  #330  
Old 09-03-2007, 02:22 AM
lane lane is offline
 
Join Date: Jun 2007
Location: Pennsylvania
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! Worked Like A Charm.
Reply With Quote
  #331  
Old 09-07-2007, 05:33 PM
kiril_cvetkov's Avatar
kiril_cvetkov kiril_cvetkov is offline
 
Join Date: Jul 2007
Location: Macedonia/Kratovo
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't work in 3.6.7 it just doesn't play

I don't know how to fix

I set - password/ip/port and doesn't play (
Reply With Quote
Reply


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 04:26 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08144 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_html
  • (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