vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBRadio v1.0 (https://vborg.vbsupport.ru/showthread.php?t=72227)

solboy 11-28-2004 09:48 PM

Great Hack Zero Tolerance :)
Really Great! I needed this.

*clicks Install*

SVTBlackLight01 11-29-2004 12:04 AM

Quote:

Originally Posted by SVTOA
Thanks man, GREAT link! I have found that mousing over many of the https://vborg.vbsupport.ru/external/2005/06/4.gif will actually show the correct mms:// or .asx link and all you have to do is copy it.
I have built a library now with dozens of stations that cover a broad range of music and sports, etc. I think this is Hack-of-the-month material!!!

No problem, and I agree; It's definately HOTM material!

EvilLS1 11-29-2004 12:31 AM

Neat hack. Installed.

Quote:

Originally Posted by ogetbilo
If anybody will find a good metal radio can you put the link here or Pm me ?

http://www.hotmetalradio.com/audio/music.asx

SVTOA 11-29-2004 12:35 AM

Ok Dwayne, let's create a cool FLASH animation of an LS1's Stereo and you press buttons to set the stations... :D

EvilLS1 11-29-2004 12:40 AM

Quote:

Originally Posted by SVTOA
Ok Dwayne, let's create a cool FLASH animation of an LS1's Stereo and you press buttons to set the stations... :D

That would be cool. :D

EvilLS1 11-29-2004 12:43 AM

Quote:

Originally Posted by lanc3lot
Sorry, in what pages i must change so i can make it play only for my registered users, admins, and mods - super mods ?:D

As i am mixed up and cant get it from what the djjeffa said in the above post?:D

At the top of vBRadio.php right after this:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------

Add this:
Code:

if (empty($bbuserinfo['userid']))
{
        print_no_permission();
}

That'll stop guests from using it. If you want to specify certain groups use the code from the other post above.

lanc3lot 11-29-2004 12:44 AM

Yes it could be cool:)

Please tell me someone how can i lock it from my guests:(


PS

Oh u said..going to test:D

lanc3lot 11-29-2004 12:54 AM

Everything ok:)

Thnx a lot

sstrayer 11-29-2004 05:44 AM

Installed, thanks!

ogetbilo 11-29-2004 12:45 PM

Quote:

Originally Posted by EvilLS1

Thanks dude.

zer026 11-29-2004 12:58 PM

1st off GREAT MOD!!! My members love it! Is there anyway to show the buffering progress indicator when it's 1st connecting to a station? Alot of my members with slower connections don't know if it's connecting to a station, or if the station is down and they should try another.

Thanks

SVTOA 11-29-2004 01:19 PM

Quote:

Originally Posted by zer026
1st off GREAT MOD!!! My members love it! Is there anyway to show the buffering progress indicator when it's 1st connecting to a station? Alot of my members with slower connections don't know if it's connecting to a station, or if the station is down and they should try another.

Thanks


You could force the controls in the player to show by default...

lanc3lot 11-29-2004 03:11 PM

Quote:

Originally Posted by SVTOA
You could force the controls in the player to show by default...

Anybody knows if it plays Real Audio stations(of course if there has installed the prog)

?

Like .ram

Polo 11-29-2004 03:15 PM

Thanks Zero Tolerance I will install :)

lanc3lot 11-29-2004 03:43 PM

Quote:

Originally Posted by SVTOA
You could force the controls in the player to show by default...

Anybody knows if it plays Real Audio stations(of course if there has installed the prog)

?

Like .ram

OrangeFlea 11-29-2004 04:52 PM

Station question: I'm probably out of my mind asking for this but is there a station out there that somehow caters to medieval/fantasy fans? Anything historic?

yinyang 11-29-2004 06:07 PM

i know this was asked earlier in the beginning, but i haven't found a response. will this work with shoutcast?

SVTOA 11-29-2004 10:23 PM

I want to do some extreme customization of the player controls. I want to create the look of an actual radio faceplate in the left table.

I have been playing with one of my styles and created a different look for the controls, because some of my members are getting confused as to how this works.

I created some simple GIFs for buttons just for now. When the MUTE button is pressed, the button turns red and says MUTED. This is just play/experiments right now but I think I can create a pretty cool looking radio player interface.
Here's a few screenshots of the experiments:

Nordinho 11-29-2004 10:23 PM

The popup wasn't working on my vbadvanced page...for those who have the same problem...in the navbar template change

Quote:

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
to

Quote:

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('$vboptions[bburl]/vBRadio.php','vBRadio','directories=no,height=320, width=650,location=no,menubar=no,resizable=no,stat us=no,toolbar=no')

return false;
}

-->
</script>

lanc3lot 11-29-2004 11:10 PM

Yes someone reply..will this work with shoutcast?

yinyang 11-30-2004 12:31 AM

Quote:

Originally Posted by SVTOA
I want to do some extreme customization of the player controls. I want to create the look of an actual radio faceplate in the left table.

I have been playing with one of my styles and created a different look for the controls, because some of my members are getting confused as to how this works.

I created some simple GIFs for buttons just for now. When the MUTE button is pressed, the button turns red and says MUTED. This is just play/experiments right now but I think I can create a pretty cool looking radio player interface.
Here's a few screenshots of the experiments:

looks awesome svtoa! i love your proactivity. i think this corroboration in this thread is *tear* beautiful.

SVTBlackLight01 11-30-2004 01:45 AM

Quote:

Originally Posted by SVTOA
I want to do some extreme customization of the player controls. I want to create the look of an actual radio faceplate in the left table.

I have been playing with one of my styles and created a different look for the controls, because some of my members are getting confused as to how this works.

I created some simple GIFs for buttons just for now. When the MUTE button is pressed, the button turns red and says MUTED. This is just play/experiments right now but I think I can create a pretty cool looking radio player interface.
Here's a few screenshots of the experiments:

Looks good, SVTOA. I was thinking of doing something along those lines. Anybody know where to get some "radio faceplate" graphics?

OrangeFlea 11-30-2004 01:51 AM

Some of the users cannot hear anything. They've waited 30 seconds after clicking "Play this station"; they have IE, Windows Media Player and Real Player.....what could be the problem?

SVTOA 11-30-2004 02:01 AM

Quote:

Originally Posted by SVTBlackLight01
Looks good, SVTOA. I was thinking of doing something along those lines. Anybody know where to get some "radio faceplate" graphics?


stuff like this?

Silverstangs 11-30-2004 03:24 AM

Damn I like this mod............ Now I just need to fix the graphics.

Mosh 11-30-2004 03:50 AM

Question - How do I get this to work in FireFox or Mozilla as the Player Controls buttons do not work in those browsers for me, but work absolutely fine in IE? (must something to do with the javascript which I can not figure out what)

Other than that it is great and works perfectly, doe what it advertises :)

jd :)

BlackxRam 11-30-2004 12:39 PM

Sup Guys, this is a cool addition. I run my own station that alot of people enjoy. It is a Gaming Music Station for my site mogusland.com the stream url for windows media player is http://mogusland.servemp3.com:8000 or http://mogusland.servemp3.com:8000/listen.pls for other players.

If you guys want stats on this hack like what is found here: www.mogusland.com/radio.php then I could probably get it done.. but it might increase some page loading while it queries the stream... but not by much.

rinkrat 11-30-2004 12:59 PM

What program do you use to stream?

OrangeFlea 11-30-2004 01:40 PM

Not to turn this into a stations thread, but I have one final request in this matter:

I can't seem to find a good 80s and/or 70s music station along with a good symphony station.

Guys have any luck?

SVTOA 11-30-2004 02:03 PM

Ok, I have found that you can input links like this into the "add station" and it plays fine...!

http://www.warpradio.com/player/stream.asp?id=3525

That's ESPN radio! :D

OrangeFlea 11-30-2004 03:02 PM

Quick question....

A member is having problems hearing or seeing anything from the radio. He's using Internet Explorer, runs the latest WMP and RP, and is able to view/listen movies when they're embedded into posts. I don't see how or why he'd be having these problems if he's able to normally load multimedia files using the same browser.

Any guesses?

SVTBlackLight01 11-30-2004 11:21 PM

Quote:

Originally Posted by jdsinclair
Question - How do I get this to work in FireFox or Mozilla as the Player Controls buttons do not work in those browsers for me, but work absolutely fine in IE? (must something to do with the javascript which I can not figure out what)

Other than that it is great and works perfectly, doe what it advertises :)

jd :)

I tried it in Firefox and it won't work at all. It just causes a Windows error that shuts down the browser.

OrangeFlea 11-30-2004 11:55 PM

Got it fixed. Was a firewall issue.

Lostnode 12-01-2004 03:05 AM

Zero - I have been waiting for this for a while, thank you, just one question though, what kind of streams does it accept?

Lostnode 12-01-2004 03:07 AM

Quote:

Originally Posted by OrangeFlea
Not to turn this into a stations thread, but I have one final request in this matter:

I can't seem to find a good 80s and/or 70s music station along with a good symphony station.

Guys have any luck?

WHat i used to do when I had another radio on one of my sites (had to manualy program it since it was priginaly made for PHPBB) Was I went to Shoutcast, now I know Shoutcast is mainly for winamp, but when you found a station you liked (my favs were techno/rave) you visit the stations site, and 9 times out of 10 the had a windows media stream as well.

http://www.shoutcast.com

Scerina 12-01-2004 03:09 AM

Quote:

Originally Posted by OrangeFlea
are there any world news feeds? US News, Local, etc...

am pushing play and not gettin anything...i followed the instructions down to a "T" and nothing aint happening...the preinstalled stations dont work... :(

kctalker 12-01-2004 04:23 AM

For those that want a radio station, you can also use ours, it is up 24 hours a day, 7 days a week and fully licensed:

Hot Music FM (Alternative Genre)
Broadband - http://stream.hotmusicfm.com:8000/listen.pls
Dialup - http://stream.hotmusicfm.com:8010/listen.pls

I am off to install this now. If anyone wants me to add thier station to our forum (KCTalk.com) please email me at admin[at]kctalk.com, I will be happy to add it with a link back to our site (or if it is good, just to have it on there :))

kctalker 12-01-2004 06:22 AM

Note - people can not listen to shoutcast streams that have real player installed. It will only play media streams, any way to correct this?

Erwin 12-01-2004 09:24 AM

Very cool hack. :) You do good work.

SVTOA 12-01-2004 12:46 PM

Quote:

Originally Posted by Scerina
am pushing play and not gettin anything...i followed the instructions down to a "T" and nothing aint happening...the preinstalled stations dont work... :(


When you say pushing "play" do you mean the "play" link? because this confuses my members, that's why I re-coded my left table. Make sure you click the button difectly under the station select drop-down, not the one farther down a few lines. I changed mine to say "Click here to Activate"
See this post for a screenshot: https://vborg.vbsupport.ru/showpost....4&postcount=98

This hack works perfectly, as I have it installed on 2 busy forums and the members have long threads about how much they like this... The pre-installed stations do work but you should find/add your own anyway, those are just examples.


All times are GMT. The time now is 12:45 AM.

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.01647 seconds
  • Memory Usage 1,829KB
  • 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
  • (1)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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