Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Radio and TV Player 3.8.x Details »»
Radio and TV Player 3.8.x
Version: 2.1.2, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 01-19-2009 Last Update: 02-25-2010 Installs: 411
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Mark this thread as installed only if you want to receive important update notifications by email.

This will add a fully featured Radio and TV Streaming Player with stations library to your forum.

Features:
- Users can add / delete / edit own stations (controlled by usergroup permissions)
- Users can have a favorite stations list
- Report broken / duplicate stations links
- Totally coded in AJAX (no page reloads)
- Plays Windows Media Player, Real Player and Quicktime streams
- Shows user's favorites and last played station in profile page
- and much more...

Installation is easy. You need to upload some files, import a product, import the default stations (if you wish) and make only two manual navbar template edits, one for the popup link and another for the javascript that opens the popup. This is optional and the link can be put elsewhere, just remember to also add the javascript on the same page.

Nominate this mod for Mod of the Month!

If you like this script you can donate (note that won't make me work!)

Donations so far: U$ 137.65

This mod is "Re-usable Code", meaning you can modify and release your modified version.

You are responsible for the streams you add to your website. The mod author doesn't take responsibility for possible copyright infringements in some countries by using some stations.

Arabic and Chinese don't work with Ajax, so this mod won't work, sorry.


This mod took roughly two weeks to code, so it should be somewhat good and bug free

Download Now

File Type: zip Radio and TV Player 2.1.2.zip (37.9 KB, 932 views)

Screenshots

File Type: gif currentstation.gif (42.1 KB, 0 views)
File Type: gif favoritesandaddstation.gif (43.6 KB, 0 views)
File Type: gif stationslist.gif (54.0 KB, 0 views)
File Type: gif managecategories.gif (30.3 KB, 0 views)
File Type: gif statistics.gif (43.1 KB, 0 views)
File Type: gif reports.gif (23.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Toorak Times

Comments
  #42  
Old 01-30-2009, 10:31 AM
pacman00 pacman00 is offline
 
Join Date: Jan 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My first add on...works great! Good job!
Reply With Quote
  #43  
Old 01-31-2009, 12:58 PM
Dr.NoTime Dr.NoTime is offline
 
Join Date: Nov 2006
Location: Johnson City,TN
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great add-on. No idea why this hasn't been voted MOTM. Thanks!!!
Reply With Quote
  #44  
Old 01-31-2009, 05:41 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error when importing the product:

Quote:
Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;
MySQL Error : Table 'radiostation' already exists
Error Number : 1050
Request Date : Saturday, January 31st 2009 @ 01:34:30 PM
Error Date : Saturday, January 31st 2009 @ 01:34:30 PM
Script : blahblah.com/forums/admincp/plugin.php?do=productimport
Referrer : XXXXXXXXXXXXXXXXXXXXXXXXXXXx
IP Address : XXX.XXX.XXX.XX
Username : MungoJerry
Classname : vB_Database
MySQL Version : 5.0.67-community
I realize it says that the table already exists but I looked for the it and couldn't find it. Also this is my third attempt at installation so it could have been there from those two previous installs. TIA.
Reply With Quote
  #45  
Old 01-31-2009, 06:22 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you upgrading or installing? If it says there that the table exists, it should be there :P
Reply With Quote
  #46  
Old 01-31-2009, 06:22 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.NoTime View Post
Great add-on. No idea why this hasn't been voted MOTM. Thanks!!!
This has been going to the MOTM for the last 8 months I think, but it never won :P
Reply With Quote
  #47  
Old 02-01-2009, 05:24 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
Are you upgrading or installing? If it says there that the table exists, it should be there :P
Installing. Tried it again and it still doesn't work.
Reply With Quote
  #48  
Old 02-01-2009, 06:49 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a little search here, it seems you did use this mod before. The table "radiostation" must be there somewhere, do you have a test vbulletin too? See if you are checking the right database.
Reply With Quote
  #49  
Old 02-01-2009, 06:56 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
I did a little search here, it seems you did use this mod before. The table "radiostation" must be there somewhere, do you have a test vbulletin too? See if you are checking the right database.
I'm trying to install this on a new forum.
Reply With Quote
  #50  
Old 02-02-2009, 08:50 PM
ogameclub ogameclub is offline
 
Join Date: Oct 2006
Location: T?rkiye
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

46 Turkish radio stations from

Demo
Attached Files
File Type: xml Turkish-radio-stations.xml (15.9 KB, 23 views)
Reply With Quote
  #51  
Old 02-03-2009, 04:39 PM
jeffinj's Avatar
jeffinj jeffinj is offline
 
Join Date: May 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and nominated.
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 08:24 PM.


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.05266 seconds
  • Memory Usage 2,344KB
  • Queries Executed 26 (?)
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_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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete