vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Radio and TV Player 3.8.x (https://vborg.vbsupport.ru/showthread.php?t=202415)

cungchuctanxuan 11-20-2010 11:18 PM

Hi, just a question
Are all those default radio channels FREE?

Krusty1231 11-28-2010 01:01 AM

Quote:

Originally Posted by cungchuctanxuan (Post 2124026)
Hi, just a question
Are all those default radio channels FREE?

Yes they are...

M.C. 12-16-2010 08:50 PM

I try to add .pls and .m3u files from my server but with no luck :(

Callummc 02-11-2011 01:03 PM

Are the any plans to add support for flash player as a embedded player? so that we can link flash based files to the stream!

yilmaz 04-26-2011 02:43 AM

1 Attachment(s)
Turkish language package

appsfinder 05-15-2011 07:18 PM

any way to set the player to autostart would be great if you can help?

JacquiiDesigns 05-15-2011 09:07 PM

Quote:

Originally Posted by appsfinder (Post 2196068)
any way to set the player to autostart would be great if you can help?

it autostarts by default.

appsfinder 05-15-2011 09:35 PM

Quote:

Originally Posted by JacquiiCooke (Post 2196110)
it autostarts by default.

im on a mac i think it maybe the buffer it does start after a while thanks

Big-K 07-28-2011 10:12 PM

I'm willing to pay a coder to upgrade this to 4.0.

Is anyone willing to pitch in?

MagicThemeParks 07-29-2011 11:15 AM

Search is your friend. Type "radio" and search "4.0 mods" and "title" and you'll get this: https://vborg.vbsupport.ru/showthread.php?t=255252

Big-K 07-30-2011 01:53 PM

Quote:

Originally Posted by MagicThemeParks (Post 2226382)
Search is your friend. Type "radio" and search "4.0 mods" and "title" and you'll get this: https://vborg.vbsupport.ru/showthread.php?t=255252

Wow. THANK YOU!!!

VIP Hawaii 08-07-2011 07:07 PM

Since updating our Radio and TV Tuner to version 2.12, all of our "Streaming URL"s are now prefixed with our webpage address, rendering the links invalid. Here's an example; go to:

http://hawaiian-tv.com/radioandtv.php?station=100

Then try opening the "Streaming URL" link. Instead of:

http://67.212.235.213:8008 (as it should be!),
we are getting this:

http://hawaiian-tv.com/http%3A%2F%2F...235.213%3A8008

.

What happened? I see no way of fixing this (except perhaps for reverting to a previous version of Radio and TV).

Awaiting your reply ...

VIP Hawaii 08-08-2011 01:02 AM

Great. Now, even worse, I see that I can't even revert to version 2.0 because it has been retired to the "Modification Graveyard". Now what?

:confused::confused:

Quote:

Originally Posted by VIP Hawaii (Post 2230606)
Since updating our Radio and TV Tuner to version 2.12, all of our "Streaming URL"s are now prefixed with our webpage address, rendering the links invalid. Here's an example; go to:

http://hawaiian-tv.com/radioandtv.php?station=100

Then try opening the "Streaming URL" link. Instead of:

http://67.212.235.213:8008 (as it should be!),
we are getting this:

http://hawaiian-tv.com/http%3A%2F%2F...235.213%3A8008

.

What happened? I see no way of fixing this (except perhaps for reverting to a previous version of Radio and TV).

Awaiting your reply ...


Sam Lee 08-08-2011 06:40 AM

I install this code fellowing the steps but what comes is

Deprecated: Assigning the return value of new by reference is deprecated in /home/*******/public_html/Forum/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /home/******/public_html/Forum/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/*****/public_html/Forum/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /home/*******/public_html/Forum/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /home/******/public_html/Forum/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /home/******/public_html/Forum/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /home/******/public_html/Forum/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /home/*******/public_html/Forum/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /home/********/public_html/Forum/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /home/********/public_html/Forum/includes/class_core.php on line 2552


Any Help to fix this wrong?

thanks :)

Lee G 09-10-2011 11:45 AM

This file edit still works well
https://vborg.vbsupport.ru/showpost....3&postcount=97

Instead of the radiostations.php file mentioned, edit the radioandtv.php in the same way

Great mod :up:

Mark_Zuckerberg 09-28-2011 05:50 PM

This mod is looking very nice byt can anybody tell that the channels are alredy added in the mod or not

Mustiii 02-16-2012 08:20 PM

Thanks for the mod. Anyone has a idea how to add a Radio and TV Block to vBadvanced with this mod?

Black Tiger 03-27-2012 04:15 PM

Just what I was looking for, going to try this on 3.8.7.

@Mustii: If you find a vBAdvanced solution, please let me know too.;)

Black Tiger 03-27-2012 04:49 PM

Seems to work good.

Just don't delete ratings of deleted users when you don't have any deleted users who made ratings, because then you will encounter this database error:

Quote:

Invalid SQL:
SELECT *, s.name, u.username, !(BIT_OR(ug.radiotvpermissions) & 64) as candomagic
FROM radiostation_rating AS r
LEFT JOIN user AS u ON (u.userid = r.userid)
LEFT JOIN usergroup AS ug ON (find_in_set(ug.usergroupid, u.membergroupids) OR (ug.usergroupid = u.usergroupid))
LEFT JOIN radiostation AS s ON (s.stationid = r.stationid)
WHERE r.userid IN ()
GROUP BY r.ratingid
HAVING candomagic > 0;

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 ')
GROUP BY r.ratingid
HAVING candomagic > 0' at line 6
Error Number : 1064
Request Date : Tuesday, March 27th 2012 @ 07:39:59 PM
Error Date : Tuesday, March 27th 2012 @ 07:40:00 PM
Script : http://www.mydomain.com/forum/adminc...o=cleanratings
Referrer : http://www.mydomain.com/forum/adminc...php?do=cleanup
IP Address : 84.26.xx.xx
Username : Black Tiger
Classname : vB_Database
MySQL Version : 5.0.95-community

Black Tiger 03-27-2012 06:58 PM

Does it only use asx and aspx or also something else?
I know a radiostation which use just an url like this:
http://www.someradiostation.nl:8060/listen.pls
or
http://www.someradiostation.nl:8060/...o%20Seventyone

Black Tiger 03-28-2012 11:18 PM

Another problem.
Player does not play in Chrome, Opera and Safari.
In Firefox it want's to start the vlc plugin, which only shows the logo and does totally nothing else further.

So the only browsers playing this radio are Internet Explorer 8 and 9, so in fact only 1 browser is supported.

I'm afraid I have to go and uninstall this.

Black Tiger 03-29-2012 05:08 PM

I'll keep it for now.
But please can somebody fix this so it will work in the other browsers?

Black Tiger 03-30-2012 04:12 PM

Solution for Chrome = use the popup to let it play
Solution for Firefox = disable VLC plugin when present and take care that windows media player plugin is installed

No clue yet about Opera and Safari.

Black Tiger 09-10-2012 09:38 PM

Pity that this is the only internet Radio mod that is made and it's not supported.
It would be nice if there was an easy way to copy radio stations.

Black Tiger 06-02-2013 12:26 AM

Pity nobody supports this mod anymore.
In Firefox 21 now only working with addon for external mediaplayer.
It's a great addon for users who like to listen to some music while visiting your forums and posting messages.


All times are GMT. The time now is 06:58 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.02352 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete