Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
vBRadio v1.0 Details »»
vBRadio v1.0
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 11-26-2004 Last Update: 11-27-2004 Installs: 286
DB Changes
 
No support by the author.

Yay, a radio system, an idea which i thought of in my sleep believe it or not .. maybe i work too hard.

Anyway this is a simple yet effective addition to your forum, and takes no time to install what so ever.

Features
  • ACP Features
    • vBRadio Channel Control
      • Add a new channel/radio station (Input: name, station stream url, for which cat)
      • Edit Existing Channels
      • Delete Exisiting Channels
    • vBRadio Category Control
      • Add a new category (Input: name)
      • Edit existing categories
      • Delete existing categories
        • Deletion Parameters
        • Choose to delete all channels within this category
        • Choose to move all channels within this category to another
  • Forum Interface Features
    • Radio pop's up in a window to keep while the user continues to browse
    • Drop down menu to select which station the user wishes to listen too
    • Player Controls
      • Volume Control
      • Play
      • Stop
      • Mute
      • Media Player Controls On/Off
  • Misc.
    • Only uses 1 SQL Query!

Included Within Download
  • Installation Instructions
  • Automatic DB/Template/Phrase Installer
  • A few pre-installed stations

Anyone having difficulties with listening to any of the stations please be patient. Also make sure that you have windows media player and in some cases real player installed.

Any questions/suggestions please post below, i have also put some previews up. Enjoy

- Zero Tolerance

Show Your Support

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

Comments
  #162  
Old 12-14-2004, 02:14 PM
TwinsX2Dad TwinsX2Dad is offline
 
Join Date: Oct 2004
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What file do I edit to change the appearance of the popup window?
Reply With Quote
  #163  
Old 12-14-2004, 09:41 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by docvader
Tremendous ZT. Your work and abilities never cease to amaze me. I have one question though; I just can't figure out how to hard code this, within your coding structure. My navigation bar goes through different parts of my site, ie, Photopost, and if you are NOT in the main vb forum, the link will not call to the WMP pop up box. I've tried different hard code changes in the navbar text, but cannot seem to make it work. Any ideas?

Thanks
rich
russbo.com

I think you sent me a message about this also. I have it working on all sections of my site- The VBAdvanced, Photopost, Reviewpost.
I visted your site, you have kind of a "different" directory structure, but...
Try inserting this code into to your NAVBAR template where you currently have the existing vbRadio link. This works perfectly on my forum (with my folder and filepaths of course!) If I have the incorrect path to your vb and vBRadio.php files, just correct them. As I said, this code works in all segments of my website.

It does appear as if you are using frames (I hate frames!) and that might be causing some issues for you.

Code:
<!-- radio launcher -->
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('http://x.russbo.com/vb/vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
Reply With Quote
  #164  
Old 12-15-2004, 01:03 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! That worked. (I tried that before, and it "didn't work", because I changed it on the old default style, didn't copy it to the other styles, and tested it on my new default style) Confused? So was I.

Thanks very much. Got to be careful when you've got a lot of styles, and changing templates. They don't automatically upgrade from parent to child, as I'm discovering.
Reply With Quote
  #165  
Old 12-15-2004, 04:47 AM
paulz paulz is offline
 
Join Date: Sep 2004
Location: Boston
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I'm in agreement with the Firefox comment. It works unstable at best....
Reply With Quote
  #166  
Old 12-15-2004, 08:49 PM
jlegge jlegge is offline
 
Join Date: Sep 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:
             <fieldset class="fieldset">
    <legend>Current Artist - Track</legend>
    <center>
    <? include("http://www.milwaukeenights.com/radio/sc_status.php"); ?>
    <? include("http://www.milwaukeenights.com/radio/sc_song.php"); ?>
    </center>
    </fieldset>
Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?

If need be, I can provide all the code for sc_status and sc_song.

If you want to see it in action:
working script- http://www.milwaukeenights.com (about halfway down, on the right)
not so working - http://forums.milwaukeenights.com (click on Nights Radio)

Other than this, this script is phenomenal! *installed*

Included is a screenshot of it also.......
Reply With Quote
  #167  
Old 12-18-2004, 07:02 AM
jamesk jamesk is offline
 
Join Date: Jan 2004
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to figure that out as well,jlegge.

Thanks for all the links everyone. They are all a wonderful resource.
Any other clues on where to get some more TV streams?
Reply With Quote
  #168  
Old 12-19-2004, 03:57 PM
paulz paulz is offline
 
Join Date: Sep 2004
Location: Boston
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Prolly a dumb question, but how do I add in support for winamp or other streaming players? Or do I just have to have users make winamp the default player for these feeds?
Reply With Quote
  #169  
Old 12-19-2004, 11:02 PM
jlegge jlegge is offline
 
Join Date: Sep 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jlegge
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:
             <fieldset class="fieldset">
    <legend>Current Artist - Track</legend>
    <center>
    <? include("http://www.milwaukeenights.com/radio/sc_status.php"); ?>
    <? include("http://www.milwaukeenights.com/radio/sc_song.php"); ?>
    </center>
    </fieldset>
Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?

If need be, I can provide all the code for sc_status and sc_song.

If you want to see it in action:
working script- http://www.milwaukeenights.com (about halfway down, on the right)
not so working - http://forums.milwaukeenights.com (click on Nights Radio)

Other than this, this script is phenomenal! *installed*

Included is a screenshot of it also.......
LOL.... fine.

$50 to anyone with a paypal account and can make this work perfectly. PM me for any info you need.
Reply With Quote
  #170  
Old 12-20-2004, 08:03 PM
pgowder's Avatar
pgowder pgowder is offline
 
Join Date: Nov 2001
Location: West Columbia, SC
Posts: 537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to tell it which station you want as the default or 1st in the list?

And what should be showing up in the big black box??? Mine's blank!
Reply With Quote
  #171  
Old 12-20-2004, 08:23 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

black box should be showing loads of nice effects m8 - the sort u see when u put effects on in media player
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 06:55 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.05276 seconds
  • Memory Usage 2,316KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)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