Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

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
  #52  
Old 11-28-2004, 05:56 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great nice hack man, I got it setup with 20+ stations, no more having to load up winamp all the time.

support for vba cmps would be cool, I'll see if I can make something, if ok with ZT,

Question: what setting I need to change the avs on the screen? in vbradio?
Reply With Quote
  #53  
Old 11-28-2004, 06:24 AM
bold bold is offline
 
Join Date: Oct 2004
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get some .pls to work. Anyone else got this problem?
Reply With Quote
  #54  
Old 11-28-2004, 03:12 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTBlackLight01
If the Station has a beside it, click on and get the Audio Feed URL.
Thanks man, GREAT link! I have found that mousing over many of the will actually show the correct mms:// or .asx link and all you have to do is copy it.
I have built a library now with dozens of stations that cover a broad range of music and sports, etc. I think this is Hack-of-the-month material!!!
Reply With Quote
  #55  
Old 11-28-2004, 03:36 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTOA
I have it working on Vbadvanced. You can start the vbradio from the main page no problem.
i want to emead it in the vbadvance pag if you have done this would you care to enlighten us with the code to add to the mod?
Reply With Quote
  #56  
Old 11-28-2004, 03:41 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make a backup of includes/functions_online.php before you begin!

In includes/functions__online.php find:

Code:
case 'bugs':
			$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
			break;
Directly underneath add:
Code:
case 'vBRadio':
			$userinfo['action'] = 'Listening to vBRadio';
			$userinfo['where'] = "<a href=\"vBRadio.php?$session[sessionurl]\">vBRadio</a>";
			break;
FIND:

Code:
case 'bugs.php':
		$userinfo['activity'] = 'bugs';
		break;
Underneath add:

Code:
case 'vBRadio.php':
		$userinfo['activity'] = 'vBRadio';
		break;
Save and upload!
Reply With Quote
  #57  
Old 11-28-2004, 03:44 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djjeffa
i want to emead it in the vbadvance pag if you have done this would you care to enlighten us with the code to add to the mod?

I use the forums NAVBAR, but it initially did not open correctly, so I just hardcoded the path to vBRadio.php and now it works fine. Are you looking to add the drop-down list of stations? I was going to try to get it to work via the NAVBAR so you can choose a station from the drop-down menu and play it that way...
Reply With Quote
  #58  
Old 11-28-2004, 03:52 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTOA
I use the forums NAVBAR, but it initially did not open correctly, so I just hardcoded the path to vBRadio.php and now it works fine. Are you looking to add the drop-down list of stations? I was going to try to get it to work via the NAVBAR so you can choose a station from the drop-down menu and play it that way...
no sice the radio dont really have a templateim tring to put it in the vbadvance page as a mod so the whole thing will show in the center on this page www.djjeffa.com
Reply With Quote
  #59  
Old 11-28-2004, 03:53 PM
Nordinho Nordinho is offline
 
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just wanna say thanks...all your hack are great and easy to install!!
Reply With Quote
  #60  
Old 11-28-2004, 03:57 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djjeffa
no sice the radio dont really have a templateim tring to put it in the vbadvance page as a mod so the whole thing will show in the center on this page www.djjeffa.com
While I watch footbal I am going to mess with this and see what kind of module I can come up with.
Reply With Quote
  #61  
Old 11-28-2004, 04:33 PM
OrangeFlea OrangeFlea is offline
 
Join Date: Aug 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are there any world news feeds? US News, Local, etc...
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 10:34 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.05102 seconds
  • Memory Usage 2,312KB
  • 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
  • (4)bbcode_code
  • (5)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
  • (1)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