PDA

View Full Version : Add-On Releases - Radio and TV Player 4.x


Coroner
12-14-2010, 10:00 PM
Radio and TV Player 3.8.x
was created by Dream. This is only a 1:1 conversation of this Mod.
You will find the original text and images here:
https://vborg.vbsupport.ru/showthread.php?t=202415

--------------------------------------

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).

--------------------------------------

This product automatically creates a link (Forum - Community - Radio and TV). Also I've fixed two bugs:

when a default station is set, but you delete this station - you will get a database error
collapse buttons (station info & option) [after you've choosen another station, then click on the collapse button - you're style will collapse]

zelnik
12-15-2010, 08:00 AM
is it christmas already?! lol

This and the thread tagger in one day?!!?! the 2 mods i missed the most from v3.8!

Thanks!

sulasno
12-15-2010, 08:32 AM
tagged and thanks

are instructions on how to add TV Stations included ?

goxy63
12-15-2010, 08:49 AM
woooooot

omg omg I must be dreaming :D

Thank you thank you thank you

Marked as installed, nominated, rated, will install bit later tho :)

derandechser
12-15-2010, 09:36 AM
Hi and thank you for this great mod!!
There?s a problem: I can see the player, it plays a random station. But i can?t add stations, and the list of stations is blank.
There are blank fields under
add stations
Radio and TV Stations Listing
and so one...
I imported stations.
Userrights are setted.
What could be the problem?
Greetings,
Peter

zelnik
12-15-2010, 09:45 AM
Hi and thank you for this great mod!!
There?s a problem: I can see the player, it plays a random station. But i can?t add stations, and the list of stations is blank.
There are blank fields under
add stations
Radio and TV Stations Listing
and so one...
I imported stations.
Userrights are setted.
What could be the problem?
Greetings,
Peter

I've just added a radio station on my test site and it seems to have saved?

ps: if anyone is wanting an out of the box install with instruction on how to add it to menus then you will have a wait as the install instructions are still for vb3

motorola
12-15-2010, 09:45 AM
Tagged . Thanks

PrivateFTA
12-15-2010, 10:09 AM
Streaming link and where it

ProFifaLeagues
12-15-2010, 10:50 AM
Would it work with 4.0.6
Any ideas?

zelnik
12-15-2010, 10:52 AM
Would it work with 4.6???
Any ideas

4.6 what? vb4.1 is the latest version number

desi-boy
12-15-2010, 11:03 AM
4.6 what? vb4.1 is the latest version number


i think 4.6 meanzzzz:D 4.0.6

desi-boy
12-15-2010, 11:53 AM
instald , nomintd MOTM and 5 *


wowwwwwww Waiting 4 this 1.....

just a quetnnnn can we rename radioandtv.php to xxxx.php


and can we add a header ( on all pages) on radioandtv.php

CrosseyedGamer
12-15-2010, 01:07 PM
yeah buddy.. Now we are getting back to the good stuff.

lapiervb
12-15-2010, 01:08 PM
Does this mod effect the bandwidth of the website?

zelnik
12-15-2010, 01:46 PM
Does this mod effect the bandwidth of the website?

Very little just to load the layout of the system as all the radio/tv is streamed from other sites.

Britmovie
12-15-2010, 06:33 PM
Anyone got some working xml stations?

NightLord
12-15-2010, 07:55 PM
thank you

OldSchoolDSL
12-15-2010, 08:15 PM
Non of the radio stations included seem to work

ProFifaLeagues
12-15-2010, 08:19 PM
Non of the radio stations included seem to work

Having the same issues with non working ???
Any ideas where we have gone wrong guys

Gemma
12-15-2010, 08:38 PM
Thanks for bringing this to vB4.

Works perfectly :)

Hornstar
12-15-2010, 11:58 PM
Very nice to see this released.

goxy63
12-16-2010, 04:14 AM
Some of default stations are not working, bad links ...just delete them
Just google it :)

Best way is to allow members to add them, explain a bit how...and that is it
You don't need bunch of stations anyways, u need what users want...they know best

Here is one nice link
http://www.mikesradioworld.com/

Does anyone know how to play links as this one ......net:8002/listen.pls , .pls extension ???
Found bunch of stations with these but just cant create station with this, there is always an error:
"AJAX error, please try again. (HTTP status: 403 / Forbidden)"

Juggernaut
12-16-2010, 11:48 AM
Looks great, works great :D

goxy63
12-17-2010, 01:25 PM
??? Can someone help me with this small issue:
How to add header and footer to radio & tv page, that is I would like just to add navbar and footer everything else is not that important

Did try this but its no good
https://vborg.vbsupport.ru/showpost.php?p=1292103&postcount=97

Anyone? :)

Coroner
12-17-2010, 05:51 PM
In vB4 there is NO $header or ....
it must be {vb:raw header}

mobe00
12-17-2010, 06:15 PM
??? Can someone help me with this small issue:
How to add header and footer to radio & tv page, that is I would like just to add navbar and footer everything else is not that important

Did try this but its no good
https://vborg.vbsupport.ru/showpost.php?p=1292103&postcount=97

Anyone? :)

Oki here is the solution. In radioandtv.php add

$navbits = array();
$navbits[$parent] = $vbphrase['radiostations'];
$navbits = construct_navbits($navbits);
$navbar = render_navbar_template($navbits);

right after

// ############################ CONFIG VARS ##############################
$banned_users = rs_do_array($vbulletin->options['radiostations_banned_users']);
$default_station = $vbulletin->options['radiostations_default_station'];
$stats_results = $vbulletin->options['radiostations_statistics_entries']; // how many top stats entries
$per_page = $vbulletin->options['rs_per_page']; // number of stations per page
$default_player_size = explode('x', $vbulletin->options['radiostations_default_player_size']);
$player_sizes = explode("\r\n", $vbulletin->options['radiostations_player_sizes']);
$default_rp_size = explode('x', $vbulletin->options['radiostations_default_rp_size']);
$rp_sizes = explode("\r\n", $vbulletin->options['radiostations_rp_sizes']);
$default_quick_size = explode('x', $vbulletin->options['radiostations_default_qt_size']);
$quick_sizes = explode("\r\n", $vbulletin->options['radiostations_qt_sizes']);


in the template radiostations add


{vb:raw header}
{vb:raw navbar}

right after <body>

add

{vb:raw footer}


right before </body>



Voila :)

mobe00
12-17-2010, 06:17 PM
here is an xml file u can import with many radio stations and some television channels..many of the radiostations is from my home country, so just delete the ones you dont like :)

Most of the radio stations that came with this mod worked here..just to let you know :)

OldSchoolDSL
12-17-2010, 06:33 PM
here is an xml file u can import with many radio stations and some television channels..many of the radiostations is from my home country, so just delete the ones you dont like :)

Most of the radio stations that came with this mod worked here..just to let you know :)

Imported. Thank you.

(none of them work for me, but it could be an audio code or browser issue on my end)

mobe00
12-17-2010, 06:38 PM
If you dont want a pop-up window of the radio window change the code in navbar template to

after

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>

add

<li><a href="radioandtv.php">Radio and TV</a></li>

and forget about the installation instructions about the navbar template that comes with this mod

mobe00
12-17-2010, 06:39 PM
Imported. Thank you.

(none of them work for me, but it could be an audio code or browser issue on my end)


The NRK1,2 and 3 that comes with this file dont work for people outside my country, but the rest should work :)

mobe00
12-17-2010, 06:41 PM
if you guys wanna see how it looks like with header, navbar and footer then go here http://www.vannihagen.no/radioandtv.php

desi-boy
12-17-2010, 06:48 PM
In vB4 there is NO $header or ....
it must be {vb:raw header}

thnxxx coroner it's {vb:raw header}

just search "radiostations" in search in Template and edit. i mean add {vb:raw header} what u want...

Juggernaut
12-18-2010, 01:01 AM
if you guys wanna see how it looks like with header, navbar and footer then go here http://www.vannihagen.no/radioandtv.php
Thank you, your fix worked for me :D

OldSchoolDSL
12-18-2010, 01:25 AM
The NRK1,2 and 3 that comes with this file dont work for people outside my country, but the rest should work :)

I'm in The USA.

So I'm sure its a browser issue or audio / video codec issue for me.

goxy63
12-19-2010, 06:12 AM
@Coroner @mobe00
Thank you very much, works like charm :D
Cheers

rishimodi
01-05-2011, 05:01 AM
In my admin panel, Option link is working fine but Import/ Export and clean link is displaying the site instead of options.

Help will be appreciated.

My site interweb.in

mgcom
01-05-2011, 07:03 AM
been waiting for this for ages, so thanks

Have an issue importing the xml stations, getting........You didn't send a XML file.

ProFifaLeagues
01-05-2011, 09:00 AM
Didnt have that issue mate but you can get the stations from here and add them
http://www.mikesradioworld.com/

MrD
01-09-2011, 10:21 AM
Hi,
nice Addon.
I Love it in vb3.x.x but now in vb 4.x the Player open a new Window, without the Header and Navbar from the Forum
125399

goxy63
01-10-2011, 08:32 AM
Hi,
nice Addon.
I Love it in vb3.x.x but now in vb 4.x the Player open a new Window, without the Header and Navbar from the Forum
125399
Read page 2 of this thread

some more stations here guys
http://www.channelking.com/index.php
http://www.surfmusic.de/

kether1
01-13-2011, 10:15 PM
BUG: Seems that every profile displays one's own favorites under the radio and tv tab and not the user's favorites who's profile you are visiting. That make sense?

Any idea on how to fix this?

K

desi-boy
01-24-2011, 04:20 PM
AJAX error, please try again. (HTTP status: 403 / Forbidden)




any one know about thiss s error

goxy63
02-05-2011, 09:21 AM
small bug
when user ckeck who woted some station he can see nickname, but when clicked it points to:
..........com/forums/member.php?u=
but should be
......./forums/member.php?2359-username

anyone know how we can fix this?

bluebare
02-12-2011, 05:21 PM
This is awsome but,

Am unable to edit the stations, or delete, stations, or anything. Am currently running it on vb 4.1.2. Can anyone assist.

NOTE: have all the setting for admin to be able to do anything with this and it's not saving anything from it.

Fungsten
02-12-2011, 08:06 PM
This has most likely been covered but this shows up on the Navbar "$vbphrase[rs_radiostations]" and not RadioandTV. How does one change that? TIA.

Coroner
03-27-2011, 01:18 PM
Posting #41 and #43 are fixed now.
Sorry for the delay.

To fix it, simply upgrade the php files

COL NIL SATIS
03-27-2011, 04:13 PM
nice one for the update ....

Rofo
03-28-2011, 12:18 AM
https://vborg.vbsupport.ru/external/2011/03/2.gif

Says I don't have the plugin installed. I uploaded everything into the correct folders, any idea how to get this going?

Thanks

4.1.1

Gemma
03-28-2011, 05:02 AM
Thanks for the update :)

woffie
03-28-2011, 03:40 PM
Will this work for shoutcast stations?

zelnik
04-08-2011, 11:33 AM
thanks for the update

orangedays
04-14-2011, 05:07 AM
what stations are available?

doctorsexy
04-15-2011, 06:47 AM
Will it work with 4.1.2....

basilrath
04-15-2011, 11:18 AM
im running it on 4.1.2 check it

doctorsexy
04-15-2011, 11:52 AM
Yep working here .. but having a problem cant find

td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

on the navbar template..

basilrath
04-15-2011, 01:02 PM
the problem being ???

basilrath
04-15-2011, 01:05 PM
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>


just search and place it after the above codeline it will be fine .......... providing you want the link within the navbar of course

doctorsexy
04-15-2011, 01:51 PM
tryed it but the bar displays this... $vbphrase[rs_radiostations]

thanks for you help

basilrath
04-15-2011, 03:43 PM
are simply linking the radio to the navbar ? if so then you can also do it manually by

<a href="/forum/radioandtv.php"target=_blank"><b>Your Radio TV Name</b></a>

doctorsexy
04-15-2011, 06:19 PM
Thanks.....

tiltyardferrets
06-22-2011, 12:57 AM
I'm getting an error when I try to choose a category or load another page of stations. Any help will be appreciated.

AJAX error, please try again. (HTTP status 0/ communication failure)

Reycer
06-26-2011, 05:22 PM
Works great with ver. 4.1.4 Take a look (http://www.missouritalks.com/radioandtv.php)

Edit: Forgot to turn on the permissions for unregistered users. Unregistered can now view.

emailapphost
06-27-2011, 08:13 AM
I am working on implementing for the second time this plugin for a streaming tv related forum and tv chat community (t v a l l y . c o m)

I am actively looking for partners to work with on this, for chat especially it is critical to reach critical mass.
So if you have forum somehow related to tv I would much like to talk to you, PM please.

appsfinder
07-03-2011, 01:54 PM
I don't know if anyone wants/needs this, but for me I'm gonna give it a go. You can make this a widget for your CMS. Paste this code in a Static HTML widget type. Name it something like TV or Radio or whatever you want. Then select save. Find your widget in the widget list and click on Configure. Paste the following code:

<div id="playerDiv">
<object id="player" height="250" width="300" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="mms://a627.l2479952251.c24799.g.lm.akamaistream.net/D/627/24799/v0001/reflector:52251">
<param name="uiMode" value="full">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="ShowDisplay" value="true">

<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="mms://a627.l2479952251.c24799.g.lm.akamaistream.net/D/627/24799/v0001/reflector:52251"
name="player"
width="300"
height="250"
AutoStart="1"
showcontrols="1"
showstatusbar="1"
showdisplay="0"
uiMode="full"
visual="1">
</embed>
</object>
</div>
</tr>


This will display your default tv/radio station that you have selected in your admincp.

this just plays some video file?

zelnik
07-07-2011, 09:37 AM
I've installed a new style for my site and have edited the navbar... the window open up in the correct size but the content is much to big for the window..

Is there anyway I can make it look like it does on the normal generic vb style so it all fits into the correct size window?

Big-K
07-30-2011, 05:27 PM
It works, THANKS

Mikevet1984
08-02-2011, 05:52 AM
Is it possible to set tv stations from all countries worldwide?

Do you have to know the url of a streaming tv and set this info to the mod?

Is it this way that this mod is working?

webgroup
08-07-2011, 07:03 PM
My navbar template do not includes this:

"Now for the Radio and TV link, you can find:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

And after that, add

<td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>"

Longcat
08-15-2011, 01:17 AM
well, I'm having too many errors (vb 4.1.3) Must uninstall it because the message "Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: RADIOSTATIONS_STATISTICS_ENTRY in [path]/includes/functions.php on line 4097" repeated too MANY times. Also having the AJAX error message: AJAX error, please try again. (HTTP status 0/ communication failure)

webgroup
08-17-2011, 12:13 AM
nobody?

Mikevet1984
08-19-2011, 10:19 AM
Does this mod work in 4.1.5 version of vulletin?

Conehead555
08-22-2011, 05:07 AM
Works perfect 4.1.4. Anyone know where to get some TV stations?

poto74
09-05-2011, 10:53 AM
Works perfect 4.1.5. Is there a way to put player on sidebar?
Thank you.

K4GAP
09-21-2011, 03:06 AM
I downloaded just like I have for almost every other version of this mod. I'll not give it a bad score but will say this mod has to many db errors for me to work with on 4.1.5

Doctor Death
09-26-2011, 01:18 AM
Works flawlessly for me.

Can anyone share xml files with tv stations like adult swim, etc?

Thanks!

exxxir
10-06-2011, 04:40 PM
Hi

thank you. this plugin didnt save station names and categories as Unicode for example when I added some Persian letters, result was : س�ا�

how can i fix it?

goxy63
10-29-2011, 10:06 AM
Got a problem with favorite stations, this seems to be problem only in admin area within radioandtv:

I got one station as my favorite one, but link was bad so I firstly deleted station and later on I just cant remove it from my favorites...there is no name of station within list of favorites but space is there with an option at the end "remove"(from favorite)
But when clicked "remove", got this error within "radioandtv"
"Error: undefined noid

Also got this mysql error :

Database error in vBulletin 4.1.7:

Invalid SQL:
SELECT
COUNT(*) as ratings, SUM(rating) / COUNT(*) AS average, stationid
FROM radiostation_rating
WHERE stationid=
GROUP BY stationid;

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 stationid' at line 5
Error Number : 1064
Request Date : Wednesday, October 26th 2011 @ 03:15:15 AM
Error Date : Wednesday, October 26th 2011 @ 03:15:16 AM
Script : http://*******/forums/radioandtv.php?ajax=changestation&station=380
Referrer : http://******/forums/radioandtv.php?station=116
IP Address : ******
Username : Administrator
Classname : vB_Database
MySQL Version : 5.5.14


Any ideas?

rdavm
11-11-2011, 01:34 AM
Dam what a good day..
Thanks for this, great module :)

RSNF
01-08-2012, 01:16 PM
Anyone know where to get some radio and tv stations for this? Appreciate the help in advance!!

doctorsexy
01-11-2012, 10:42 AM
Works great with 4.1.9... and 4.1.10

weave
01-19-2012, 06:17 PM
Installed on a 4.1.10 test forum (default) and seems to work fine with only one issue seen so far (other than some dead stations).

In the ACP under "Clean Ratings" I am getting SQL errors.

Warning: mysqli_query() [function.mysqli-query]: (42000/1064): 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 in [path]/includes/class_core.php on line 1396

Database error in vBulletin 4.1.10:

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 : Thursday, January 19th 2012 @ 01:15:22 PM
Error Date : Thursday, January 19th 2012 @ 01:15:22 PM
Script : http://www.xxxxxxx.com/test/admincp/radioandtv_cleanup.php?do=cleanratings
Referrer : http://www.xxxxxxx.com/test/admincp/radioandtv_cleanup.php?do=cleanup
IP Address : 127.0.0.1
Username : USERNAME
Classname : vB_Database_MySQLi
MySQL Version : 5.1.56

doctorsexy
01-19-2012, 08:07 PM
Loads of radio stations here http://www.internet-radio.com/stations/80s/

Andreas [S]
02-15-2012, 01:09 PM
I get a permission error when I try to go manualy to the url. Can you pls help me?

Steviie
02-16-2012, 07:07 PM
Can someone link me to a board that has this working? I am not sure how to visualize this. Thanks

Mustiii
02-16-2012, 09:18 PM
Thanks for the mod. Anyone has a idea how to add a Radio and TV Block to vBadvanced with this mod?

cdnbacon
03-03-2012, 09:43 AM
Hey, everything installed great but when I go to the radio I have two media player windows overlapped that play at the same time. It's not a big deal since users can merely pause/stop one but I would appreciate any help on this issue.

What I see:
https://vborg.vbsupport.ru/external/2012/03/34.jpg

Thanks, I'm running 4.1.10.

EDIT: Fixed it, just had to go into the radiostations templates and take out the duplicate player code in my windows media player section. If anyone else has this problem, it's easy as pie to fix. Great vb plugin!

Chadi
05-26-2012, 09:43 PM
Anyone know how to make the window fit everything inside without the need for scrollbars?

Also, make the style more fluid to the site style, the headers/fonts, etc seem so off.

GandM
08-14-2012, 07:22 PM
Does anyone know if this mod will work for 4.2.0?

angeljs
08-16-2012, 04:22 PM
This works well on 4.2.0, but the install instructions are obviously for vb3. How can I add the navbar popup link with the new vB4 navigation system?

Edit: Figured it out - I simply added a menu link under the 'Home' tab, with the link being:
javascript:openRadioAndTV()As I had already pasted the required javascript code at the top of the navbar template, this works like a dream! :)

angeljs
08-16-2012, 04:44 PM
here is an xml file u can import with many radio stations and some television channels..many of the radiostations is from my home country, so just delete the ones you dont like :)

Most of the radio stations that came with this mod worked here..just to let you know :)
Thank you for this, working great!

Fongool
08-17-2012, 10:24 AM
I wanted to get this working on VB4.2. There are 2 .xml files in the package.
1) product-radio-and-tv.xml
2) product-radio-and-tv_modified.xml

Can someone tell me what the difference is between the two files and which one will work better on VB 4.2, also, is there a way to make this NOT a popup window, to include as a drop down?

Thanks

F

GandM
08-17-2012, 11:31 AM
This works well on 4.2.0, but the install instructions are obviously for vb3. How can I add the navbar popup link with the new vB4 navigation system?

Edit: Figured it out - I simply added a menu link under the 'Home' tab, with the link being:
javascript:openRadioAndTV()As I had already pasted the required javascript code at the top of the navbar template, this works like a dream! :)

All I did was add a nav tab with navigation manager.


I wanted to get this working on VB4.2. There are 2 .xml files in the package.
1) product-radio-and-tv.xml
2) product-radio-and-tv_modified.xml

Can someone tell me what the difference is between the two files and which one will work better on VB 4.2, also, is there a way to make this NOT a popup window, to include as a drop down?

Thanks

F

I used 1) product-radio-and-tv.xml with vb 4.2.0 and the radio seems to work great

I can't tell you the difference between .xml and the modified.xml Sorry but I don't know, I am curious what the difference is thou

Fongool
08-17-2012, 03:01 PM
Thanks...The javascript didn't work for me, so I just used radioandtv.php...worked great..if you want to see how it works, you can see it here: http://www.creativeliquids.com/forum.php Just clcik on the radio & tv tab...I have the "best of the 80's " set as my default radio channel.
I'm using Vbulletin 4.2 and I also imported the other radio stations that were posted by mobe00 (thank you)...some were duplicates...The only problem I have is thatyou can't browse while listening to the music unless you "click to open in bigger window" under your player. This will open the player in a separate window and then you can go back to browsing and still listen to the music or watching the tv. I was also able to save my stations without any problems. Even when I went back to the forum and opened up the radio and tv window at a later time, all my favorites were still in there. And I set the default channel in the admincp and every time I click the link to go to the radio and tv page, the default I chose is there...This Mod works perfectly! .....Now, to just find more tv stations!

Thank you

F

Toorak Times
08-22-2012, 04:05 AM
this just plays some video file?

Thanks for this, great stuff, worked well, got a News show streaming, grouse

Toorak Times
08-22-2012, 04:09 AM
Does anyone know if this mod will work for 4.2.0?



Works on mine, as does the widget code, I haven't added headers yet but is working great

Toorak Times
08-24-2012, 04:41 AM
Is there a way of adding .pls and .aacp streaming to the mod?

Toorak Times
08-30-2012, 07:35 AM
I am being hounded for a Flash Player for this...THEY, my members seem to know what they are talking about, but me clueless...we can use Quicktime, Realplayer and WMP, yes? Any body can help?

mofeu
11-22-2012, 02:11 PM
I just downloaded and I have the following problem :

you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Fongool
11-22-2012, 02:39 PM
[QUOTE=mofeu;2383778]I just downloaded and I have the following problem :

you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.[/QUO
TE]
you need to set the permissions for it...go in your admin cp and look at your permissions...you'll see there is a list now for radio/tv...set them all to yes for yourself..

F

mofeu
11-22-2012, 02:44 PM
Yes,you are right!I found it in usergroups !
Thanks

ringnews24
11-22-2012, 06:27 PM
Does this work for Vbulletin 4.2? I installed but it hasnt shown up on admin CP

Toorak Times
11-23-2012, 07:38 AM
I had it going on 4.2 but it doesn't work properly anymore, I am having some developers look at mine and if we fix or improve we'll share.

doctorsexy
11-26-2012, 08:40 PM
installed on 4.2 again works all ok

fxdigi-cash
01-21-2013, 06:42 AM
here, too. works fine on vb.4.2. I was wondering if there is a list for all stations about economic news or something similar to that.

Thanks

albibak
06-22-2013, 07:16 AM
Installed on 4.2.1, but I have this issue on the top of the radio page:

"Deprecated: Assigning the return value of new by reference is deprecated in xxx/xxx/radioandtv.php on line 1975"

Any idea?

thanasis1
07-13-2013, 10:59 AM
hello, i cannot add stations with greek characters. what i have to edit to add this encoding?
thanks

SlompOchomp
08-07-2013, 08:23 AM
Installed on 4.2.1, but I have this issue on the top of the radio page:

"Deprecated: Assigning the return value of new by reference is deprecated in xxx/xxx/radioandtv.php on line 1975"

Any idea?Same issue...

Manoel J?nior
09-09-2015, 10:36 PM
Anyone fix bug "deprecated"?

gnrx
10-25-2017, 07:50 PM
Works in vb 4.2.5? I supuse not for the lasts replys but...

Regards!!