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
  #352  
Old 11-25-2007, 09:18 AM
Ahsin1 Ahsin1 is offline
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it is not workin for me, one of my site i had older version of this same mod. in new site, i have updated mod installed, now the station which i m playing, its not workin for me in new site. wats da reasion, it always shows "Currently our shoutcast server is down."
Reply With Quote
  #353  
Old 11-25-2007, 03:42 PM
henners henners is offline
 
Join Date: Feb 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this over a year ago and it is great. But today a member asked me if we could get it to automatically refresh (every minute or so possibly?) so that it was showing the right songs at the right times?

From the vb.org archive (https://vborg.vbsupport.ru/archive/i...p/t-94336.html) I can see someone asked you in March '06, and you said it was on your to-do list. Just wondered if you'd got anywhere with it at all?
Reply With Quote
  #354  
Old 11-25-2007, 07:34 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this the full version and will it actually work on 3.6.7? Thanks..
Reply With Quote
  #355  
Old 11-25-2007, 10:16 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 evilthoutz View Post
Hey the Mod looks great! I got my shoutcast server running and its fine. Now i dont under stand the XML part where i add the cache??? Do i enter something inside the XML file "scast_home.xml"? It his CHMOD 0777 And nothing is inside it yet. Please PM if anyone knows the answer ty!
In the zip build.

product-shoutcast_home_full.xml
install.txt
- upload
-- scast_home.xml
-- includes
---- shoutcast
------ scast.php
------ cache_templates.php
-- images
---- misc
-------- shoutcast_off.gif
-------- radio.gif
-------- im_winmp.gif
-------- im_real.gif
-------- im_qt.gif
-------- im_mirc.gif
-------- im_genre.gif

When you upload the files to your web server you want to keep the folder structure in tact.

The images by default will upload where the default style is installed. /forums/images/misc/. If you have a custom style with a different location then upload the images to the custom /images/misc/.

$stylevar[imgdir_misc] - style_location/images/misc

Quote:
Originally Posted by Ahsin1 View Post
it is not workin for me, one of my site i had older version of this same mod. in new site, i have updated mod installed, now the station which i m playing, its not workin for me in new site. wats da reasion, it always shows "Currently our shoutcast server is down."
CHMOD 666 scast_home.xml (777 or 755 on some servers)
- This file should be in the root of the forums folder. ($vboptions[bburl])

/forums/scast_home.xml - The vBulletin install folder.

To put less load on the shoutcast server and to speed up page loads. The shoutcast info the script gets is cached to your local webserver in that XML file. The XML file is called up when a request to show the data. If your cache file does not update then you are not connecting to the shoutcast server.

9 out of 10 times this is because of settings (port,ip,password) or your webhost has blocked ports. Many hosts only allow queries for data on port 80 (http, rss, xml feeds). I have seen many webhosts designate a port for "other" needs of their clients.

If you are 100% sure your setting and install is correct.

Send a ticket to your webhost and see if ports are blocked (ie:8000). If so they may give you another port you can use. Reset your shoutcast server to output on that port. Lastly, if there is nothing that your host will do, you can move the shoutcast server to output on port 80 vs. 8000.

Quote:
Originally Posted by henners View Post
I installed this over a year ago and it is great. But today a member asked me if we could get it to automatically refresh (every minute or so possibly?) so that it was showing the right songs at the right times?

From the vb.org archive (https://vborg.vbsupport.ru/archive/i...p/t-94336.html) I can see someone asked you in March '06, and you said it was on your to-do list. Just wondered if you'd got anywhere with it at all?
I plan to add ajax update, perhaps some database of played songs. I though of making a thread in a forum per song played to give members @ the site something to talk about and rate ect. Also adding a mini DJ online option to bring up a profile of current caster.

Quote:
Originally Posted by Greek76 View Post
Is this the full version and will it actually work on 3.6.7? Thanks..
Yes. 3.6x+
Reply With Quote
  #356  
Old 11-25-2007, 10:41 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Think we should wait until vb 3.7 is released? lol
Reply With Quote
  #357  
Old 11-25-2007, 10:51 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 Greek76 View Post
Think we should wait until vb 3.7 is released? lol
What does 3.7 have to do with your question of 3.6.7 ?
- on a side note unless the formehome_complete is taken out it will work. Can always move to a global hook and limit THIS_SCRIP = index.
Reply With Quote
  #358  
Old 11-26-2007, 07:14 AM
henners henners is offline
 
Join Date: Feb 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
I plan to add ajax update, perhaps some database of played songs. I though of making a thread in a forum per song played to give members @ the site something to talk about and rate ect. Also adding a mini DJ online option to bring up a profile of current caster.
That sounds good buddy, cheers for all your efforts with this.
Reply With Quote
  #359  
Old 11-26-2007, 01:02 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
What does 3.7 have to do with your question of 3.6.7 ?
- on a side note unless the formehome_complete is taken out it will work. Can always move to a global hook and limit THIS_SCRIP = index.
Im no expert which is why I asked.
Reply With Quote
  #360  
Old 11-29-2007, 07:39 PM
webgeek247 webgeek247 is offline
 
Join Date: Mar 2006
Location: United Kingdom
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please make this hack xhtml compliant
Reply With Quote
  #361  
Old 12-04-2007, 01:54 PM
henners henners is offline
 
Join Date: Feb 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by henners View Post
I installed this over a year ago and it is great. But today a member asked me if we could get it to automatically refresh (every minute or so possibly?) so that it was showing the right songs at the right times?

From the vb.org archive (https://vborg.vbsupport.ru/archive/i...p/t-94336.html) I can see someone asked you in March '06, and you said it was on your to-do list. Just wondered if you'd got anywhere with it at all?
Also, I was wondering if there was any way to get this excellent mod to display on other forum pages, such as showthread perhaps? Would such an addition be possible?
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 12:53 PM.


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.06222 seconds
  • Memory Usage 2,321KB
  • 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
  • (8)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