vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBRadio v1.0 (https://vborg.vbsupport.ru/showthread.php?t=83132)

imported_magjr 11-05-2005 07:51 PM

Quote:

Originally Posted by BANDiT600
imported_magjr, just download this mod from this page. It was for old version.
Download and use this>>> https://vborg.vbsupport.ru/attachmen...chmentid=27118


You sir, are da man!

installed and works like a charm!

phonexpo 11-06-2005 01:16 PM

Absolutely brilliant, can this be set to just members only?

divided_by_fear 11-07-2005 07:41 PM

anyone figure out how to get this to work with vBadvanced Gallery cause it pulls up a blank box... saying page cant be displayed cause of the link in the navbar.... it shows the link as www.sitename.com/gallery/index.php# instead of www.sitename.com/index.php#

mojahudba 11-12-2005 02:18 AM

i found navbar but i cant find :

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

any idea why ??

Wordplay 11-12-2005 07:09 AM

excuse me but i cant seem to be able to find any radio station links. can somebody please link me?

also how can i create my own radio station?

Oblivion Knight 11-12-2005 07:35 AM

Quote:

Originally Posted by divided_by_fear
anyone figure out how to get this to work with vBadvanced Gallery cause it pulls up a blank box... saying page cant be displayed cause of the link in the navbar.... it shows the link as www.sitename.com/gallery/index.php# instead of www.sitename.com/index.php#

In headinclude, find:
HTML Code:

window.open('vBRadio.php'
Replace it with:
HTML Code:

window.open('$vboptions[bburl]/vBRadio.php'
Quote:

Originally Posted by mojahudba
i found navbar but i cant find :

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

any idea why ??

It's now:
Code:

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

Originally Posted by Wordplay
excuse me but i cant seem to be able to find any radio station links. can somebody please link me?

also how can i create my own radio station?

http://www.radiofeeds.co.uk/
http://www.radio-locator.com/
http://www.live-radio.net/

These should get you started. As for creating your own radio station, I don't know..

Wordplay 11-12-2005 08:51 AM

thanks alot for the quick response!

Kent100 11-12-2005 11:51 AM

Quote:

Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below
:confused: :ermm:

murrtex 11-17-2005 11:38 PM

is there any plugin for to play stream.nsv ??

q8-star 11-17-2005 11:51 PM

Quote:

Originally Posted by Christine
My members thank you ZT. :)

A great many are on FF, so I just commented the controls out. Problem solved. :D

If anyone is wanting to restrict this based on usergroup/membergroup,

FIND:
PHP Code:

require_once(DIR '/includes/functions_user.php'); 

BELOW IT, ADD:
PHP Code:

if (!(in_array($vbulletin->userinfo['usergroupid'], array(x,y,z))) AND !(in_array($vbulletin->userinfo['membergroupids'], array(a,b)))) 
{
    
print_no_permission();


Do change a,b,x,y,z with the appropriate user and member group ids. ;)

Will watch for a FF update!

Now can this be done vice versa ? i.e instead of adding the permitted usergroups ,we can exclude user groups .This will be easier.


My regrads,,,

reality73 11-21-2005 09:03 PM

This is the error I keep getting every time I try to install the vbradio I know it is in the directory could some one please help me out with this problem

Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

reality73 11-22-2005 01:04 PM

Quote:

Originally Posted by GrendelKhan{TSU
works great!
<< 3.5 RC 1 :D





I'm having the same problem. Usually adding the associated to nav bar replacements in the Portal admincp does the trick (ie: add "vBRadio.php" to navbar replacements box in vba CMPS admin CP/default settings), but not for vbRadio. :(

The problem is the URL....
the link from the portal page goes to: ww w.sitename.com/vbRadio.php
but it should go to: ww w.sitename.c om/forums/vbRadio.php


just don't know how to fix that other than via the above method.


thoughts? (or should I be posting on vbadvanced?) heh

actually if you go into the navbar template and do one small change it will work in the vbadvanced portal it seems that all things that associate with the portal need this /forum/ in front of it:

Code:

function OpenRadio(){
Radio = window.open('/forum/vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no'


divided_by_fear 11-22-2005 07:11 PM

infront on vBradio.php do this... well this is how i run mine on vbadvanced....[bburl]/vBRadio.php this way it will pull up with vbadvanced and when on forum page and every other page too... i had to use that with a few of my codes that cause popups

reality73 11-23-2005 12:17 AM

yes it is the same thing you have to do with your graphics to get them to work in the vbadvanced portal you can also use the other one you have it is basicly the same thing

wildondallas 11-26-2005 05:07 AM

I had this same problem after updating to 3.5.1 this past week.
Quote:

Originally Posted by C.Birch
Fatal error: Call to a member function on a non-object in /home/ulnet/public_html/forum/vBRadio.php on line 100

get that in the pop up window.

Made these changes to the vBRadio.php file, and works perfectly again:)
Quote:

Originally Posted by Zero Tolerance
Strange, it translates $DB to $db, try changing this line:
PHP Code:

$DB $db

To:
PHP Code:

$DB $vbulletin->db

See if that works.

- Zero Tolerance

I have modified some of the code to the template to add some links from sites I am streaming from, and also to add a banner, which links to our site(See screenshot). I have been able to add many video files, and streams to it also, and since, now call it our Media Player, instead of just Radio. Feel free to test it out on my site, no permissions set yet, but thinking of changing that soon, after seeing a few mods in this thread:) You will find the link to launch it on the nav bar on our website, called "Website Menu" > "Wild Media Player".

Clicks Install:)

klaush 11-26-2005 10:06 AM

<a href="http://www.nikon-fotografie.de" target="_blank">www.nikon-fotografie.de</a> in Germany is using it right now!

vb 3.5.1 is supportet as well.

Perfect job, sir! :-)

TheRealFragger 11-30-2005 08:27 PM

very sexy hack

samu2 12-01-2005 07:50 AM

When I click the radio link in the nav bar it doesn't do anything? please help

samu2 12-01-2005 10:08 AM

Fixed,works fine now,Thankyou.

Clicks install.

vBTotal 12-04-2005 02:04 PM

Does this work for vB 3.5.1 and is this stable for 3.5.1?

cbr929rrerion 12-04-2005 03:00 PM

Quote:

Originally Posted by nymyth
Does anyone know how I can make a link somewhere on my site link to the player within the forums directory???? (but still make it popup)

Peace

This opens it in a window sized about right, you can adjust the window size. Remeber to put your url in the link

Code:

<A HREF="javascript:void(0)" onclick="window.open('http://yoursitehere.com/vBRadio.php#','linkname','height=380, width=600,scrollbars=no')">Radio</a>

divided_by_fear 12-04-2005 04:48 PM

Quote:

Originally Posted by vbcore
Does this work for vB 3.5.1 and is this stable for 3.5.1?

yes it works perfect...

Calisse 12-05-2005 11:34 PM

Quote:

Originally Posted by mholtum
[high]* mholtum installs
[/high]
Works great. One question, where might I find a listing of stations to add?

just kept erroring when i installed this

ShadowOne 12-06-2005 04:14 PM

works fine, just dont think it works for opera browser, anyway you can do that? cuz for some reason i cant find the plugin for it...

bashy 12-12-2005 12:54 PM

Hi

I have installed this but my radio popup window is not the correct size in IE 6
I cant resize it either, please can you let me know where and hat i edit to repair this?

It works ok in Firefox but this is not my default browser (dont like it)

Please help

Bashy

divided_by_fear 12-12-2005 04:57 PM

you have to edit the height=320,width=650 in the install...

bashy 12-12-2005 04:59 PM

Hi

Yeah i found that about 5 mins ago....Thanks for your help..

Bashy

Chadi 12-13-2005 02:44 AM

Would be nice to have a "always on top" checkbox below the "player controls" section in the popup. Not sure if this is actually possible or not but worth a shot.

hohleweg 12-13-2005 08:20 PM

Hi
Great Hack
But i have a problem,
i install 2 stations
but i dont can see it in the list
please look at the pictures

in myphpadmin in the db i see the entrees
thanks
jo

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Info for User they have the same problems
DELETE the cache and ists work!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

exilera 12-13-2005 10:37 PM

I'm running a custom skin on my forum. How would I integrate in vBRadio so I'd have a button on the top above the navbar for it? What template controls that button bar?

Thanks!

exilera 12-14-2005 11:28 AM

As another option, I could have a forum link to the radio in a forum block. One of the forums could be configured as a link when clicked to open the radio. However, only one line if text can be inserted into the link field in the ACP. If I were to setup a link like this, how would I inset all off the javascript code in the install file?

dboogie2288 12-14-2005 08:17 PM

Great Mod!! Love it!

thumbsucker 12-15-2005 01:22 AM

I got it installed. Works great thanks.

The only slight problem is that it doesn't launch from the navigation menu when I'm in the Vbulletin integrated Photopost Pro section of my site.

Anyone know how to fix this?

Thanks.

aggiefan 12-15-2005 02:01 AM

I love it and am using the activeX version for our firefox users.... anybody know if/when the activeX for firefox will be updated for 1.5?

dboogie2288 12-16-2005 08:48 PM

Anyone else having CPU Usage issues with thier hosts??

I installed vbradio a few days ago, I love it, the members love it, but I have gotten a nasty gram from my host saying that I've exceeded my CPU usage, and I haven't done anything out of the ordinary except install vbradio. Is this a server intensive script, I figured that it loaded the PHP, then streamed from the server where the stream is hosted.

Am I wrong??? I won't know till tomorrow where the problematic script lies, but I'm hoping to get some answers tonight.

nonamer69 12-16-2005 10:35 PM

ActiveX Plugin for all versions of Firefox :D
http://www.iol.ie/~locka/mozilla/plugin.htm#download

matatug 12-17-2005 10:21 AM

thank you

Ragnarok 12-17-2005 11:14 PM

Would there be a way to make the option not appear at all for unregistered users?

BiReL41r 12-18-2005 11:57 AM

Had this hack on my previous forums, it was great!

Silvio 12-21-2005 10:20 PM

ty man! clicked. I am really happy to have this in my forum.

great job.

Will be really great having the possibility to have radio list customizable (admin Possibility to decide and set the position of categories and radio lists)

Is this possible? someone already played out with mysql for that?

I apologize for my broken enghlish. I hope understandable.

ciao

peace

Merry Christmas


All times are GMT. The time now is 07:04 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.01657 seconds
  • Memory Usage 1,834KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (12)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