View Full Version : Add-On Releases - Radio and TV Player
cmmguy
11-28-2008, 06:37 PM
just delete all files you uploaded, uninstall the product, and remove the tables that begin with radiostation from the database.
Thanks for replying. I have deleted all the files that were uploaded, removed the tables and uninstalled the mod.
The menu in the Admin Control panel is still present. Maybe I did something in the wrong order - I dont know, but where do I go to modify that section to remove that menu from the left side of the admin control panel?
Thanks again.
ArnyVee
11-28-2008, 07:13 PM
Does this support and stream the Live365 stations?
GlamRockTalk
11-29-2008, 07:44 PM
Can any stations from http://www.bigrradio.com/ be added?
LAKELURKER001
11-30-2008, 08:56 PM
awesome ,installed
nozafc
11-30-2008, 10:02 PM
Can any stations from http://www.bigrradio.com/ be added?
If you use Firefox you can right click on the WMP player and get the URL by going to properties. Then just add that like any other stream
ArnyVee
12-01-2008, 01:08 AM
Thanks nozafc, that helps me too :)
zero5854
12-01-2008, 05:03 AM
is there a way to make the link JUST say Radio since im not gonna use the TV
GreasySpoon
12-01-2008, 08:38 AM
Is it possible to add the stationtitle in the META title-tag?
What about users who have JS deactivated?
andres28
12-01-2008, 05:08 PM
Excelent JOB... THANKS also with some code changes you could iframe radio station like here (http://www.simplementetodo.com/colombia/radioandtv.php?station=25) or a Justin TV live chanels (http://www.simplementetodo.com/colombia/radioandtv.php?station=25) .
Thanks . U'r the best
Dream
12-01-2008, 08:50 PM
is there a way to make the link JUST say Radio since im not gonna use the TV
change the phrases, they begin with rs_
Is it possible to add the stationtitle in the META title-tag?
What about users who have JS deactivated?
youd have to edit the radiostation_ templates
people with js deactivated wont be able to use this mod
Thanks for replying. I have deleted all the files that were uploaded, removed the tables and uninstalled the mod.
The menu in the Admin Control panel is still present. Maybe I did something in the wrong order - I dont know, but where do I go to modify that section to remove that menu from the left side of the admin control panel?
Thanks again.
delete the cpnav_radiostation.xml or something from includes/xml/
zero5854
12-02-2008, 12:00 AM
Originally Posted by zero5854 View Post
is there a way to make the link JUST say Radio since im not gonna use the TV
change the phrases, they begin with rs_
HOW I tried in phrase manager and nothing happened
GreasySpoon
12-02-2008, 06:04 AM
youd have to edit the radiostation_ templates
I know, but what i have to change? Im not able to use the stationname in the main template.
Dream
12-02-2008, 12:44 PM
HOW I tried in phrase manager and nothing happened
check the navbar template and see if the phrase is hardcoded
I know, but what i have to change? Im not able to use the stationname in the main template.
hm you are right, that would need code changes in radioandtv.php, sorry I dont do custom coding
ArnyVee
12-02-2008, 01:39 PM
I was trying to read through all of the posts...but, if we're doing a new install on this mod, should we use 2.0? Why would there be a 1.9?
i used 2.0 and works perfect ...
vb 3.7.4 pl1
regards
macc
GreasySpoon
12-02-2008, 02:41 PM
hm you are right, that would need code changes in radioandtv.php, sorry I dont do custom coding
No problem, maybe it will be done in the next version ;-)
Greetz
Stifmeister2
12-02-2008, 03:36 PM
Excelent JOB... THANKS also with some code changes you could iframe radio station like here (http://www.simplementetodo.com/colombia/radioandtv.php?station=25) or a Justin TV live chanels (http://www.simplementetodo.com/colombia/radioandtv.php?station=25) .
Thanks . U'r the best
how do you add Justin TV channels?
i always wanted a radio on a forum, so i implemented it in to my own <33 thanks for this :)
soundbarrierpro
12-03-2008, 06:52 PM
Anyway to remove some of the default options like
"Streaming URL" - Right click to copy
"Website" - Click to Open
I don't need them since there's no need for the members to leave the page.
Thank you, great mod.
Dream
12-03-2008, 07:11 PM
edit the radiostation_ templates
soundbarrierpro
12-03-2008, 10:53 PM
edit the radiostation_ templates
I went through every template in the template list in style manager>Radio And TV Templates
I don't see any of those edits in the code, do you know specifically which templates? Maybe I'm missing something?
Dream
12-04-2008, 12:50 AM
hm not sure now if it is in radioandtv.php hardcoded... as website only appears when there is a website, so a code must do it
soundbarrierpro
12-04-2008, 01:38 PM
Hi all, does anybody know if it's possible to add additional "players" to the player templates, which require a player plugin install in order to work?
I am able to successfully embed sopcast, tvants, and tvu broadcasts on non-vb pages with no problems. The end user just has to install the specific plugin for the video to play without the full player requirement.
I'd like to scrap all of my non-vb pages and use only radiotv for playing video streams.
Dream
12-04-2008, 01:49 PM
that's a nice idea for a update actually, let users add aditional players. not sure how hard would it be to do, also not much time right now for me to do it, maybe next year when I come back from vacation in february.
Dream
12-04-2008, 01:50 PM
No problem, maybe it will be done in the next version ;-)
Greetz
I'll keep a list of ideas to implement on next versions on the third post of this thread, I'll add this one to it.
GreasySpoon
12-04-2008, 02:11 PM
I'll keep a list of ideas to implement on next versions on the third post of this thread, I'll add this one to it.
Thanks for this.
I have modified it yesterday in our forum. If you need some information or if i can help you, just let me know.
Here you can take a look at my modifications: Radio und TV (http://www.netzwelt.de/forum/radio-und-tv/)
I have added the station title in the META title-tag and the station description in the META description-tag. I have also modified the navigation in the plugin, so that user without js and the google bot can browse it.
If someone need the rewrite rules for vbseo, here you got:
// Radio and TV
'radioandtv\.php$' => 'radio-and-tv/'
'radioandtv\.php\?station=(\d+)$' => 'radio-and-tv/station/$1.html'
This rewrite rules only make sense if you modified this plugin like me, for user without JS.
// Radio and TV
'radioandtv\.php\?letter=(\w+)$' => 'radio-and-tv/a-to-z/$1.html'
'radioandtv\.php\?letter=(\w+)&page=(\d+)$' => 'radio-and-tv/a-to-z/$1/page/$2.html'
'radioandtv\.php\?letter=(\w+)&category=(\d+)$' => 'radio-and-tv/a-to-z/$1/category/$2.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
'radioandtv\.php\?page=(\d+)$' => 'radio-and-tv/page/$1.html'
'radioandtv\.php\?category=(\w+)$' => 'radio-and-tv/category/$1.html'
'radioandtv\.php\?search=(\w+)$' => 'radio-and-tv/search/$1.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
Greetz
Dream
12-04-2008, 02:21 PM
you just want the station title on the meta and the description on the meta description? anything else?
GreasySpoon
12-04-2008, 02:29 PM
Yes, filled meta title, description and keyword tags.
It would be also great if this plugin would use urls like:
"/forum/radio-and-tv/1-powerhitz-radio-xyz.html"
"/forum/radio-and-tv/category/1-jazz.html"
"/forum/radio-and-tv/letter/I.html"
and so on. Just SEO friendly.
And also dual browsing. For people with turned on js, AJAX and for people with turned off JS the normal way of browsing. Something like: <a href="/forum/radio-and-tv/1-powerhitz-radio-xyz.html" onclick="openStation(1); return false;" title="Powerhitz Radio xyz">Powerhitz Radio xyz</a>
Greetz
EDIT:
And could you please put the JS in an external .js file in the next version? Just to keep the sourcecode clean.
Dream
12-04-2008, 02:45 PM
some of the .js is created dinamically I think, if not I will
Dream
12-04-2008, 02:46 PM
what did you put on keywords
GreasySpoon
12-04-2008, 02:53 PM
I put the pagetitle and this default keywords (livestream, onlinestream, radio, tv, online) inside.
But this is a dirty solution. The meta keywords should depend on what page was called. If you open the category page the keywords should be something like "category, $categoryname, online, radio, tv, music" and so on.
I think the best solution is if you split the page title on whitespaces and put the splittet parts comma separated in the meta keywords with some default keywords.
Shamil.
12-08-2008, 03:59 PM
Does this work with 3.8? I'm having trouble in admincp - the options page is blank.
compact123
12-09-2008, 01:19 AM
*Installed*
Great Media Mod
Infopro
12-10-2008, 12:22 PM
I added the 240 UK stations (I know it's not to do with the Dream guy) but it doesn't seem to work. I get my forum URL before the URL of the media stream (got that from right click - properties).
Looked at the XML file and can't see as anything should be causing this. Any ideas?
UPDATE 1
I think it is because of the line breaks in the file, I will edit this save and upload as an attachement. If Dream wants to update it then fair play to him.
Wonder if anyone else has had this error or maybe it's just me?
UPDATE 2
I have changed the file and everything seems to be working now. File has been attached and hopefully Dream will update the link to this attachment.
Hope everyone finds this helpful.
Not sure if this is related to your file but after importing it the options link in admin for Radio and TV no longer works. That section does not load. Import/Export and clean up links open a page, but Options is hosed somehow.
Infopro
12-10-2008, 12:23 PM
Does this work with 3.8? I'm having trouble in admincp - the options page is blank.
Hmm, did you import the 292-UK-Radio-stations.xml to yours?
Shamil.
12-10-2008, 08:52 PM
Yes, :)
Infopro
12-11-2008, 03:56 PM
Not sure what's up. I've uninstalled and reloaded to try and fix not having the options page, without luck. Something related to VB 3.8 maybe?
Sunka
12-14-2008, 04:47 AM
Installed.
Thank you!
Reycer
12-15-2008, 12:30 AM
very nice. I am running it on my www.missouritalks.com website. I added KWFC a Christian station in Springfield, MO here is the streaming link http://kwfc.org/Portals/10/listen-hi.m3u I would also like to add that I would love to see a new ADMIN CP control added, I would like to be able to add categories (such as Christian or Religious) from the admin control. But REALLY NICE mod.
Dream
12-17-2008, 05:41 PM
so, can anyone rate this mod and make 100 ratings? :D been at 99 forever.
soundbarrierpro
12-17-2008, 05:49 PM
How do you rate it?
I like it, I'm hoping for more "player" flexibility in the future. Like being able to add plugins and stuff like sopcast/ vlc etc.
Infopro
12-17-2008, 07:30 PM
so, can anyone rate this mod and make 100 ratings? :D been at 99 forever.
Voted. Any idea why the Options page is not working?
Dream
12-17-2008, 07:33 PM
is it on 3.8? can everyone on 3.8 confirm this? I'm not using it right now
Infopro
12-17-2008, 08:01 PM
Yes, 3.8 RC1. I have a testvb/ setup that is still on 3.7.4 and installed it there, same result, no options page. Not sure what's wrong, but I'm wondering if its the link for the page.
Cleanup is: mydomain.com/admincp/radioandtv_cleanup.php?do=cleanup
Import is: mydomain.com/admincp/radioandtv_admin.php?do=impex
Options is: mydomain.com/admincp/options.php?do=optionsdogroup=radiostationsoptions
Is this correct I wonder?
Dream
12-17-2008, 08:08 PM
im using the last 3.7 and the options are running fine here... can you check your httpd error_log file right after you click on them?
Infopro
12-17-2008, 09:54 PM
Yep, no messages in log. I took another look at my testvb/ and it's running 3.7.3 PL1. I'll keep messing with this to see if I can find out anything.
Infopro
12-17-2008, 10:28 PM
This is strange, just installed the older 1.9 to the 3.7.3 testvb/ and the same exact result, no options page.
Dream
12-18-2008, 11:05 PM
none of the links under Radio and TV work?
Infopro
12-18-2008, 11:18 PM
Only the Options link doesn't work for me. Link paths posted above.
Dream
12-18-2008, 11:30 PM
And your other vb options are working?
wait... that link is wrong. try re uploading the cpnav file
Dream
12-18-2008, 11:32 PM
cpnav file should have
options.php?do=options&dogroup=radiostationsoption s
which should translate into the link
options.php?do=options&dogroup=radiostationsoptions
your vB seems to be eating that & , you can try to change that to just &
Dream
12-18-2008, 11:41 PM
in any case, you can access the options with admincp/options.php?do=options&dogroup=radiostationsoptions
or going in the vBulletin Options > Radio and TV Options
Infopro
12-19-2008, 12:25 AM
Wow, good catch. Not sure why the URL is getting changed, yet, but the cpnav is fine. Pasting the URL to address bar then adding the & gets me into the options page.
Now I just need to figure out why it's eating the &
Thanks, good eyes.
ArnyVee
12-24-2008, 07:15 PM
If we were mainly only interested in one particular station to stream...would everyone recommend that I install this mod and comment out parts of the display or is there another easier method to do it?
Any suggestions?
soundbarrierpro
12-24-2008, 11:16 PM
Video streams working......
Justin.tv
Ustream
Mogulus
selfcast
The urls do not work, you have to grab the source and in some cases "mess around with it" until it works.
****DREAM*****A Question.
Is there any way to enable php or html code in the description box? Everything currently bunches together when you try and do line breaks and stuff
jlew24asu
12-29-2008, 06:27 PM
installed and nominated. love this mod, good job Dream.
I am though having a problem adding a station.
I feel like I do everything correctly but the station doesnt play. and even when I click on "Streaming URL - right-click to copy" it pops up in a new window and plays find :(
I must be doing something wrong, cuz its happening to all stations I try and add
jlew24asu
12-29-2008, 06:41 PM
I apologize if this is a stupid question but how do I remove TV channels? I added the ones from Dream's first post but decided I dont want them.
(anyone have some american TV stations to share)?
You can delete catagories and stations all at once under the "manage catagories" section. Look for delete Category and delete them that way.
I feel like I do everything correctly but the station doesnt play. and even when I click on "Streaming URL - right-click to copy" it pops up in a new window and plays find
Same problem here. Any one with answers?
jlew24asu
12-29-2008, 07:37 PM
doh, just had to keep scrolling down. dumb mistake, thanks
soundbarrierpro
12-30-2008, 02:13 PM
Is there any way to enable php or html code in the description box? Everything currently bunches together when you try and do line breaks and stuff
ForYou
12-31-2008, 07:00 AM
Hello ,
When i add the name of chanel use arabic font look how it will be show ,
https://vborg.vbsupport.ru/external/2009/01/49.png
jlew24asu
12-31-2008, 11:28 AM
installed and nominated. love this mod, good job Dream.
I am though having a problem adding a station.
I feel like I do everything correctly but the station doesnt play. and even when I click on "Streaming URL - right-click to copy" it pops up in a new window and plays find :(
I must be doing something wrong, cuz its happening to all stations I try and add
:up::up::erm:
jlew24asu
01-05-2009, 11:20 AM
Same problem here. Any one with answers?
any luck?
soundbarrierpro
01-05-2009, 11:52 AM
any luck?
what kind of stations are you adding? Video or radio? Radio is easy. Just drop the url in and submit. Video not so easy. In order to make tv channels work from live streaming sites, you have to play with the urls until you finally get it right.
jlew24asu
01-05-2009, 12:13 PM
what kind of stations are you adding? Video or radio? Radio is easy. Just drop the url in and submit. Video not so easy. In order to make tv channels work from live streaming sites, you have to play with the urls until you finally get it right.
radio. I add the URL but the player doesnt play. even when I click on the "Website - Click to open" it opens fine.
you can see it here..
http://www.chicagophotoshop.com/forums/radioandtv.php
I added B96 Chicago.
jlew24asu
01-06-2009, 11:17 AM
what kind of stations are you adding? Video or radio? Radio is easy. Just drop the url in and submit. Video not so easy. In order to make tv channels work from live streaming sites, you have to play with the urls until you finally get it right.
what do you mean by "play with the URL" ?
but I'm more concerned about adding radio at this point. its not working :(
soundbarrierpro
01-06-2009, 12:08 PM
what do you mean by "play with the URL" ?
but I'm more concerned about adding radio at this point. its not working :(
Is it using windows media player by default? Many of my members complained about a similar situation. Try upgrading the following as well.
windows media player - current version 11
adobe flash player - current version 10
If you are using Firefox, you will need to get the adobe flash plugin for FF
jlew24asu
01-06-2009, 12:21 PM
Is it using windows media player by default? Many of my members complained about a similar situation. Try upgrading the following as well.
windows media player - current version 11
adobe flash player - current version 10
If you are using Firefox, you will need to get the adobe flash plugin for FF
thanks for your help, much appreciated. I upgraded WMP and flash was already at 10. I also installed the plugin again.
the channel I added still doesnt work on FF, IE, or Chrome. :(
soundbarrierpro
01-06-2009, 07:06 PM
look at the source code on the page of the site it's embedded in. When I said earlier you may have to tinker with the url, that may be the case. None of the urls from the streaming video sites will work directly from the address bar. The sites that embed the media know people want to hotlink. They mangle thier embed code so you have to work at it to make it work as a hotlink embeded on your own site.
jlew24asu
01-06-2009, 09:07 PM
look at the source code on the page of the site it's embedded in. When I said earlier you may have to tinker with the url, that may be the case. None of the urls from the streaming video sites will work directly from the address bar. The sites that embed the media know people want to hotlink. They mangle thier embed code so you have to work at it to make it work as a hotlink embeded on your own site.
oo ok. that makes sense as I did simply copy the URL. sadly, I have no idea how to "tinker with it"
would you mind giving an example?
Stifmeister2
01-07-2009, 03:44 PM
oo ok. that makes sense as I did simply copy the URL. sadly, I have no idea how to "tinker with it"
would you mind giving an example?
View the source code of the site. ;)
"View" -> "Source code" (or just right click with mouse and click "View source code").
It will open in a text editor. It's pretty hard to tell what to look for, would you give me the link of the radio station and I'll try to look for the link... Then maybe you also learn how to do it. ;)
jlew24asu
01-07-2009, 03:55 PM
View the source code of the site. ;)
"View" -> "Source code" (or just right click with mouse and click "View source code").
It will open in a text editor. It's pretty hard to tell what to look for, would you give me the link of the radio station and I'll try to look for the link... Then maybe you also learn how to do it. ;)
thanks! :) I love learning :)
http://www.b96hits.com/
soundbarrierpro
01-07-2009, 07:22 PM
thanks! :) I love learning :)
http://www.b96hits.com/
That's the website.
Where's the page with the streaming media player on it? You can't get the feed without an embedded player somewhere.
jlew24asu
01-07-2009, 07:49 PM
That's the website.
Where's the page with the streaming media player on it? You can't get the feed without an embedded player somewhere.
o sorry. its in the top right on the page.
here is the link from the player that pops up
http://player.play.it/player/player.html?v=4.3.10&id=170&onestat=wbbmfm
Dream
01-07-2009, 08:47 PM
maybe the site has hotlink protection? dunno if that exists for streams.
jlew24asu
01-07-2009, 08:50 PM
maybe the site has hotlink protection? dunno if that exists for streams.
is that the norm? I've tried about 3 local chicago radio stations and none work
Stifmeister2
01-08-2009, 02:38 PM
Damn, it's a flash player. :( Those are always tricky. It would be much easier if it was embedded media player or real player. :(
I couldn't find the "good" link after a quick look...
jlew24asu
01-08-2009, 06:32 PM
Damn, it's a flash player. :( Those are always tricky. It would be much easier if it was embedded media player or real player. :(
I couldn't find the "good" link after a quick look...
ok, thanks for checking :)
Pasargad
01-09-2009, 05:56 AM
Will this mode will be compatible wit VB 3.8.0?
Stifmeister2
01-09-2009, 01:28 PM
Will this mode will be compatible wit VB 3.8.0?
Seems to be working for me.
soundbarrierpro
01-09-2009, 01:52 PM
maybe the site has hotlink protection? dunno if that exists for streams.
It's it's own radio player. It's not any of the three which are coded. It's cbs_radioplayer which is customized for real streaming radio stations. "Real" meaning actual car / stereo radio stations. Not webcast radio.
chick
01-09-2009, 02:14 PM
Thanks so much Dream, it works like a charm.... but does anyone have any TV xml's??? I have no clue how to make one or where to get TV stations from, thanks.
soundbarrierpro
01-09-2009, 02:21 PM
Thanks so much Dream, it works like a charm.... but does anyone have any TV xml's??? I have no clue how to make one or where to get TV stations from, thanks.
It's almost impossible for tv channels.
First, the script wasn't really designed for them.
Second, you literally have to customize the url when you add channels, (it's not as simple as taking the url from the address bar. You actually have to go to the source code and find it, then play with it until you can manage getting it to work).
Third......tv channels get deleted so often due to copy right infringement issues, xml's are pretty much pointless.
Nadeemjp
01-09-2009, 02:42 PM
will this work with 3.8?
chick
01-09-2009, 02:46 PM
I see thank you... yes works great with vb 3.8
zero5854
01-11-2009, 06:13 PM
so no ONE know how to make the TVandRadio link just say radio? Why is this so difficult to do?
ForYou
01-11-2009, 06:24 PM
is there any help for this post ,
https://vborg.vbsupport.ru/showpost.php?p=1697696&postcount=562
ForYou
01-11-2009, 06:27 PM
Why there is no help for my problem ,
When i add the name of chanell use arabic font ,
https://vborg.vbsupport.ru/external/2009/01/49.png
Dream
01-11-2009, 06:43 PM
arabic doesn't work with ajax, so this mod won't work well (also with chinese), sorry.
zero, you can change the phrase "Radio and TV".
soundbarrierpro
01-11-2009, 10:37 PM
is there any help for this post ,
https://vborg.vbsupport.ru/showpost.php?p=1697696&postcount=562
Check here (https://vborg.vbsupport.ru/showthread.php?p=1709068#top) at the top of the page too. You'll see the mod info for support like below.
https://vborg.vbsupport.ru/external/2011/01/24.gif Not Supported
Those of us who have it answer if we can help. Otherwise with unsupported mods you're on your own until the developer has time to answer.
zero5854
01-12-2009, 12:43 PM
arabic doesn't work with ajax, so this mod won't work well (also with chinese), sorry.
zero, you can change the phrase "Radio and TV".
I tried that I think. check back a page I think the author said it is hard coded in tha radio.php file?
Infopro
01-12-2009, 01:13 PM
Searching for the phrase Radio and TV returns only 6 results. Not too tough to find them.
Dream
01-12-2009, 03:38 PM
I tried that I think. check back a page I think the author said it is hard coded in tha radio.php file?
Can't be hardcoded in radio.php, if it was hardcoded it would be on the navbar template.
But I checked the navbar and it uses a phrase for it.
zero5854
01-12-2009, 04:21 PM
ahhhh ok I got it now thanks alot guys!
jlew24asu
01-15-2009, 02:05 PM
does anyone have any popular US stations? like current top hits or something?
I have been unable to add any stations :(
soundbarrierpro
01-15-2009, 04:20 PM
Anybody figure out a way to integrate html into the description? I'd like to add thumbnail pics for movies.
jlew24asu
01-16-2009, 03:19 PM
do any of you really smart people know if this link can work?
site
http://music.aol.com/radioguide/bb
player
http://player.play.it/player/aolPlayer.html?v=4.3.10&ur=1&us=1&id=
------
jlew24asu
01-16-2009, 05:14 PM
or this site..
http://www.thezone.fm/?zone=listen_live
I'm really disappointed adding stations is nearly impossible.
zeus_r6
01-17-2009, 11:16 PM
Is there any way to extract the TV links from winamp?
zeus_r6
01-17-2009, 11:53 PM
If you guys want to find links for radio stations:
http://www.shoutcast.com/
jlew24asu
01-18-2009, 01:04 AM
If you guys want to find links for radio stations:
http://www.shoutcast.com/
thanks! those work! my big problem is trying to find a local (chicago) radio station that works. but these work just fine
Dream
01-18-2009, 01:22 AM
check the third post of this thread if you havent, there are links to radio and TV resource websites threre.
Nadeemjp
01-19-2009, 06:45 AM
this is a wonderful hack and works in 3.8 as well. is it possible to launch this in 3.8 as well, officially so that i dont have to come in here?
Dream
01-20-2009, 03:13 AM
I'm wondering if I should update this mod for 3.8. I hardly use this anymore and neither do my users. Not that it needs updating as it still works fine, but there are a few things on the to-do list.
Hows the usage on your boards?
Dream
01-20-2009, 03:36 AM
The new mod thread is here:
https://vborg.vbsupport.ru/showthread.php?t=202415
Don't forget to mark it as installed, as updates will be sent only to that thread from now on.
soundboy
02-01-2009, 11:23 PM
Hi there, im trying to uninstall this mod and i uninstalled it and its coming up as a database error :(
Dream
02-02-2009, 12:07 AM
database error on uninstallation? post the error
giorgioarmani
02-02-2009, 05:42 AM
Hi there, im trying to uninstall this mod and i uninstalled it and its coming up as a database error :(
I uninstalled months ago and still get an email notifying of a DB error all the time... This is what mine says:
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT COUNT(*) as total FROM radiostation;
MySQL Error : Table 'XXXXX.radiostation' doesn't exist
Error Number : 1146
Request Date : Saturday, January 31st 2009 @ 05:25:56 AM
Error Date : Saturday, January 31st 2009 @ 05:25:56 AM
Script : http://www. XXXXX.com/radioandtv.php
Referrer :
IP Address : 66.249.72.84
Username : Unregistered
Classname : vB_Database
MySQL Version :
Dream
02-02-2009, 06:43 AM
did you both delete radioandtv.php from the forum folder? it can be a spider accessing the file
giorgioarmani
02-02-2009, 07:21 AM
Nope....
I just saw it, will delete it now!
Thanks D :)
Hamodi
02-02-2009, 07:27 PM
Hi! When i try opening the player, an error message sais that i don't have permisson to enter this link. What's wrong?
Dream
02-02-2009, 08:06 PM
set your usergroup permissions
Hamodi
02-03-2009, 06:10 AM
Thanx a lot!
PAKIDIL
02-06-2009, 11:02 AM
does it run mms://stream.etc domain ?
hidenuser
02-16-2009, 10:26 PM
When I installed version 2.0, I got this error:
Database error in vBulletin 3.7.5:
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 : Monday, February 16th 2009 @ 05:24:03 PM
Error Date : Monday, February 16th 2009 @ 05:24:03 PM
Script : http://XXX/forum/admincp/plugin.php?do=productimport
Referrer : http://XXX/forum/admincp/plugin.php?do=productadd
IP Address : XXX
Username : Mr.X
Classname : vB_Database
MySQL Version : 5.0.75-community-log
How can I fix it?
Dream
02-16-2009, 10:27 PM
did you installed this mod previously and didnt uninstall?
are you upgrading? do you have saved radiostations? if not, you can remove the table "radiostations" from your database manually.
abouzeed
03-08-2009, 10:12 AM
thanks for this hack
is this hack could display my own channel I am broadcasting form my own computer . ??
soundbarrierpro
03-08-2009, 12:37 PM
thanks for this hack
is this hack could display my own channel I am broadcasting form my own computer . ??
Yeh, as long as that stream uses the WMP/Real/Quicktime player. Just embed the rmtp url for your broadcast. Voila.
ThunderVamp9
03-15-2009, 05:33 PM
Does this work with 3.8? I'm having trouble in admincp - the options page is blank.
Have this exact same problem. Options is just blank, I can't create new categories or anything.
Import / Export Stations and Clean Up both seem to work fine, though.
Dream
03-15-2009, 11:08 PM
this is a libxml issue, upgrade yours of your server
berrada
04-15-2009, 12:03 PM
Thank you very much! Great hack.
Manoel J?nior
05-02-2009, 07:20 PM
This integrated with Mogulus?
dallibose
05-03-2009, 01:32 AM
I tried to install but can't get it....I am unable to do the 3rd step Step Three
Reload your Admin Control Panel, go to
Radio and TV >> Import / Export Stations
And import default-radio-stations.xml
I cannot find the RAdio and TV in my Control Panel
i have created Radio and TV link in the navigation bar which when clicked takes you to a new window radioandtv.php where i get this message:
Not Found
The requested URL /radioandtv.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mastinepal.com Port 80
What am i doing wrong?? please help me out
Manoel J?nior
05-03-2009, 11:49 AM
I tried to install but can't get it....I am unable to do the 3rd step Step Three
Reload your Admin Control Panel, go to
Radio and TV >> Import / Export Stations
And import default-radio-stations.xml
I cannot find the RAdio and TV in my Control Panel
i have created Radio and TV link in the navigation bar which when clicked takes you to a new window radioandtv.php where i get this message:
Not Found
The requested URL /radioandtv.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mastinepal.com Port 80
What am i doing wrong?? please help me out
Please,
Follow the Manual:
"Upload the contents of upload/ to their respective folders"
any news about the VB 4 gold Edition compatibility?
Dream
12-28-2009, 02:25 PM
not yet, sorry. probably in feb. it will need to be totally rewritten for what I want to do.
Hasanudin
01-16-2010, 08:09 AM
hopely.. threre are on version vb4 :)
go4it
01-16-2010, 10:39 AM
is this mode work on virson 4 of vbulletin ?
Dream
01-16-2010, 07:32 PM
Not likely go4it, the whole style changed and this relied heavily on it.
I'm planning on the new version on Feb.
Dream
01-16-2010, 07:42 PM
Btw, on the new version I plan to make an exporter which will export your whole info, then you have to uninstall the mod, reinstall and import all the info. You guys won't lose anything.\
Also categories will be turned in tags, which can be used multiple ones for one station. For example, one station could have the tags "radio" and "rock" for instance.
princeedward
02-10-2010, 06:37 PM
Dream...can't wait enough to have this once again on my new vb4 board...take your time
fixing this wonderful mod of yours...
goodluck and best regards...
;)
Joan23
02-17-2010, 08:56 AM
Thanks a lot, great work !
Any body know how to embed .swf player ?
Thanks in advance
Joan
Dream
02-17-2010, 09:06 PM
Joan, right now it's not possible. I plan for the new version however, you can add any type of player you want (provided you know the <embed> code for it), so stay tuned! :) (no ETAs tho im afraid, sorry)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.