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

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

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 01-11-2008 Last Update: 03-03-2008 Installs: 571
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

This mod won't be updated for vB 3.7.x, the new mod thread is on the 3.8.x forum. Mark that thread as installed if you want to receive updates for the 3.8.x version.

This will add a fully featured radio and TV streaming player and stations 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
- Shows user's favorites and last played station in profile
- and more...

Nominate this mod for Mod of the Month!

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

Donations so far: U$ 137.65

This mod is "Re-usable Code", meaning you can modify it and release your own 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 and with some stations.

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

Show Your Support

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

Comments
  #332  
Old 06-22-2008, 01:21 PM
cosy cosy is offline
 
Join Date: Jul 2007
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sofia View Post
Hii Dream

Thanks a lot for your hack. Great mod

But I've a problem.

When I rate a station / When I click on "edit" bouton to edit category name / when I click on station link to play it / When I click on "Edit the station" link, etc.... It makes nothing.

So I can't rate; edit a category name, add a station in my favorites, edit a station, delete a station...etc...

Info : I use Firefox and IE 7.
vB version : 3.7.1

Any idea ? thanks a lot
i have the same problem like him but on the version vb3.6 the mod worked well
any ideas ?
Reply With Quote
  #333  
Old 06-25-2008, 02:00 AM
myandy99 myandy99 is offline
 
Join Date: Mar 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am trying to change radioandtv.php by adding a header <?php include("/home/test/public_html/plugins/header.html"); ?> so that the Radio and TV page can run as an independent web page instead of popup.

It works fine with FireFox browser, but in IE browser I got following error and the page won't load:

Unable to add cookies, header already sent.
File: /home/simfera/public_html/plugins/news/header.html
Line: 9

What is going on?
Reply With Quote
  #334  
Old 06-25-2008, 11:40 PM
Ted Clore Ted Clore is offline
 
Join Date: Apr 2007
Location: Michigan
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted Clore View Post
Can't get past Step 2. I had Version 1.7 running with vB 3.7.0. When I did the upgrade I get an error message and the script runs and runs and runs..., never completing. I did an "Uninstall" and tried to Install it new. Get the same problem.

Database error in vBulletin 3.7.0:

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 ;;


There is more to the message but it is stats from my forum directory.
I truly wish I could get this to run on my site, but to no avail. I have deleted tables and all files, and reverted templates, and tried all kind of different things. Same problem every time.

Any ideas?
Reply With Quote
  #335  
Old 06-30-2008, 01:27 PM
Ted Clore Ted Clore is offline
 
Join Date: Apr 2007
Location: Michigan
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted Clore View Post
I truly wish I could get this to run on my site, but to no avail. I have deleted tables and all files, and reverted templates, and tried all kind of different things. Same problem every time.

Any ideas?

BUMP, help!
Reply With Quote
  #336  
Old 07-03-2008, 03:11 AM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dream thanks for sharing this mod..

Download 25 hindi and urdu radio station..
Reply With Quote
  #337  
Old 07-03-2008, 04:20 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, added to the XML list.
Reply With Quote
  #338  
Old 07-05-2008, 12:31 PM
thedark1's Avatar
thedark1 thedark1 is offline
 
Join Date: Oct 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im getting vbulletin database errors when people try to access non existent station ids:


Database error in vBulletin 3.7.1:

Invalid SQL:
SELECT cat_name FROM radiostation_category
WHERE categoryid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Request Date : Saturday, July 5th 2008 @ 04:24:24 PM
Error Date : Saturday, July 5th 2008 @ 04:24:24 PM
Script : http://xxxxxxxxxxxx.com/forum/radioa...?station=99999

why does this give a database error instead of vb error page or 404?

please fix, thanx
Reply With Quote
  #339  
Old 07-06-2008, 07:56 PM
TheoForum TheoForum is offline
 
Join Date: Jun 2006
Location: Northern Nevada
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod! Thank you and INSTALLED!
Reply With Quote
  #340  
Old 07-07-2008, 12:03 AM
Big-K Big-K is offline
 
Join Date: Feb 2005
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Dreams,

This is working very well for me and I'll be uploading more stations here soon - in addition to the UK ones. I have a hopefully simple question:

How can I make a normal forum link to open up a tight-fitting pop-up box to the radio station? I want to have this as a normal forum link and not on the navbar.

Fantastic Hack!
Reply With Quote
  #341  
Old 07-07-2008, 12:14 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Big-K, I dont think forum links call javascript functions, which is the only way to open the popup box, only URLs.
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 12:22 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.05151 seconds
  • Memory Usage 2,314KB
  • Queries Executed 27 (?)
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
  • (3)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
  • (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_postinfo_query
  • fetch_postinfo
  • 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