Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Radio and TV Add-on Details »»
Radio and TV Add-on
Version: 1.7, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 07-11-2007 Last Update: 11-04-2007 Installs: 686
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

This mod's vB 3.6.x version has been abandoned. The new vB 3.7.x version is here.

This will add a radio and TV library to your forum.

Features:
- Users can add / delete / edit own stations
- Favorite stations
- Report broken / duplicate stations
- Full AJAX
- Plays Windows Media Player, Real Player and Quicktime streams
- and more...

Nominate this mod for Mod of the Month!

If you like this script don't forget to donate.

This mod is "Re-usable Code", meaning you can modify it and release your own "distribution".

Show Your Support

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

Comments
  #1152  
Old 08-11-2008, 04:12 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tulsa View Post
Myself and at least one other person would prefer this mod to open a vb page instead of a popup window. Problem was, the navbar wasn't recognized.
That is a wonderful idea. Is there a way to allow for both options and give the ACP the choice of on or both? If "Both", then the user has the choice?

Is this possible?
Reply With Quote
  #1153  
Old 10-07-2008, 08:32 PM
big blue big blue is offline
 
Join Date: Feb 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had version 1.2 installed and followed the upgrade instructions. It opens but when I go to click on any links I get errors...
I got this when I went to change channels...

Error: undefined <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html dir="ltr" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<meta name="generator" content="vBulletin 3.7.3" />



<meta name="keywords" content="reno, nevada, sparks, northern, offroad, rock, crawling, racing, crawler, moonrocks, fordyce, rubicon, prison hill, jeep, toyota, ford, chevy, dodge, isuzu" />

<meta name="description" content="This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ ." />





<!-- CSS Stylesheet -->

<style type="text/css" id="vbulletin_css">

/**

* vBulletin 3.7.3 CSS

* Style: 'Lava Red'; Style ID: 24

*/

@import url("clientscript/vbulletin_css/style-c3e770f6-00024.css");

</style>

<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_important.css?v=373" />





<!-- / CSS Stylesheet -->



<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=373"></script>

<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=373"></script>

<script type="text/javascript">

<!--

var SESSIONURL = "";

var SECURITYTOKEN = "1223414819-7ac355b736e6232ac0d011beaebccb7cdb03051d";

var IMGDIR_MISC = "images/lavaRed/misc";

var vb_disable_ajax = parseInt("0", 10);

// -->

</script>

<script type="text/javascript" src="clientscript/vbulletin_global.js?v=373"></script>

<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=373"></script>





<title>Radio and TV</title>

<script type="text/javascript">

<!--

// hello world, i'm the main radio stations javascript

var changeStationHandler;

var addStationHandler;

var updateListHandler;

var addCategoryHandler;

var editCategoryHandler;

var deleteCategoryHandler;

var moveStationsHandler;

var rateStationHandler;

var editStationHandler;

var deleteStationHandler;

var favoritesHandler;

var statisticsHandler;

var reportHandler;



var categorySelect;



var loading = 'Loading... <img src="images/misc/11x11progress.gif">';



// add station ajax

function addStation() {

document.addStationForm.elements['send'].disabled = true;

addStationHandler = new vB_AJAX_Handler(true);

addStationHandler.onreadystatechange(processAddSta tion);

sendthis = 'ajax=addstation';

sendthis = sendthis + '&name=' + PHP.urlencode(document.addStationForm.elements['name'].value);

sendthis = sendthis + '&category=' + document.addStationForm.elements['category'].value;

sendthis = sendthis + '&playerid=' + document.addStationForm.elements['playerid'].value;

sendthis = sendthis + '&description=' + PHP.urlencode(document.addStationForm.elements['description'].value);

sendthis = sendthis + '&url=' + PHP.urlencode(document.addStationForm.elements['url'].value);

sendthis = sendthis + '&website=' + PHP.urlencode(document.addStationForm.elements['website'].value);

addStationHandler.send('radioandtv.php', sendthis);

}



function processAddStation() {

if (addStationHandler.handler.readyState == 4 && addStationHandler.handler.status == 200 && addStationHandler.handler.responseText) {

/*try {

eval(addStationHandler.handler.responseText);

} catch (e) {

window.alert('Error: ' + e.description + ' ' + addStationHandler.handler.responseText);
Reply With Quote
  #1154  
Old 10-08-2008, 01:17 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

did you have edited radio and tv templates? try reverting them.
Reply With Quote
  #1155  
Old 10-08-2008, 04:27 PM
big blue big blue is offline
 
Join Date: Feb 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uninstalled it and reinstalled it and it seems to work but if you click to change a channel once the window is open thats when I get that error...weird.
Reply With Quote
  #1156  
Old 10-08-2008, 08:34 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are you using vb 3.7? if you are, get the mod for 3.7 in the 3.7 forum
Reply With Quote
  #1157  
Old 10-28-2008, 05:16 AM
Sgt Pepper Sgt Pepper is offline
 
Join Date: Mar 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dream you are the best! All your mods work so smoothly on my forum. Ive got 3 installed right now, 2 of them active, 1 waiting until i can use it :P Thankyou so much for this.
Reply With Quote
  #1158  
Old 11-24-2008, 03:46 AM
OneEye OneEye is offline
 
Join Date: Dec 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Amazing PlugIn

And thank you to everyone that shared their tweeks and stations!
Everything worked perfectly^^

*First post in soo many years of using vB and #733 marked as installed
Reply With Quote
  #1159  
Old 11-27-2008, 02:15 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this support and stream the Live365 stations?
Reply With Quote
  #1160  
Old 01-24-2009, 09:50 PM
brianoakes brianoakes is offline
 
Join Date: Dec 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I second that, any idea how I can get this working with my Live365 station? Having adsense added would also rock!

Thanks
Reply With Quote
  #1161  
Old 02-08-2009, 06:29 AM
MikesSite MikesSite is offline
 
Join Date: Jan 2009
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have it installed on 3.8. runs great! Nominated, Thanks very much.

Can somebody get me some New York radio stations? Also can somebody get me the streaming URL for this

http://player.play.it/player/player....&onestat=wfny3
This is the radio's homepage http://www.923krock.com
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 06:07 AM.


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.05812 seconds
  • Memory Usage 2,313KB
  • 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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)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