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)

Lottis 09-25-2006 09:27 AM

Quote:

Originally Posted by Shazz
No luck with any type of 3.6 :(

Mine works great with 3.6.1

Shazz 09-25-2006 11:16 AM

Quote:

Originally Posted by Lottis
Mine works great with 3.6.1

Im getting lost, where it says Delete phrase, Add phrase. How?
Whats the phrase type?
Whats the product type?

TheBlackPoet 09-27-2006 01:57 AM

this is a screenshot of what to do.. i did this in a hurry, so.... sorry if its not clearly explained..

FIRST - GO TO YOUR ADMIN CP
SECOND - FIND YOUR LANGUAGES AND PHRASES ON YOUR LEFT MENU
WHEN YOU FIND IT, SELECT PHRASE MANAGER

THEN SEE THE ATTACHMENT I PROVIDED...

THIS STEP SHOULD BE FOLLOWED FOR EACH LINE OF CODE....

WHEN YOU FINISH INSERTING THE LINES...

DELETE LINES 80 - 86 BECAUSE NOW, YOU DONT NEED IT AUTO INSTALLED.. YOU JUST DID IT MANUALLY..
SAVE THE FILE....
REUPLOAD IT TO THE CORRECT DIRECTORY...

GO THROUGH YOUR INSTALL AGAIN... IT SHOULD BE A 5 SECOND PROCESS..

YOU WILL BE PROMPTED TO DELETE TWO FILES....

THEN START ADDING YOUR RADIO STATIONS...

I GET ALL MY STATIONS FROM HERE.. http://www.shoutcast.com/
I COPY THE URL AND PASTE IT IN MY RADIO URL; GIVE IT A NAME... AND PRESTO....

GOOD LUCK.

Adromir 09-27-2006 09:50 AM

Mmmh.. Somehow i am having two problems with it on vbb 3.6.0

1. The Popup- Window isnt in the Correct size on Firefox (ok, i made the Window resizable, so it isnt such a great Problem)

2. There are no vbradio- controlls in the AdminCP, so i cant change the Stations.

Does anyone have an advice?

thanks
Adromir

TheBlackPoet 09-28-2006 01:33 AM

sorry buddy... dont want you ta think you're being ig'd but i have no idea...

Adromir 09-28-2006 07:59 AM

Ok.. Its not really a Problem anymore.. I can edit my Channels in the DB via phpmyadmin directly..

obmob 09-28-2006 03:56 PM

Quote:

Originally Posted by TheBlackPoet
this is a screenshot of what to do.. i did this in a hurry, so.... sorry if its not clearly explained..

FIRST - GO TO YOUR ADMIN CP
SECOND - FIND YOUR LANGUAGES AND PHRASES ON YOUR LEFT MENU
WHEN YOU FIND IT, SELECT PHRASE MANAGER

THEN SEE THE ATTACHMENT I PROVIDED...

THIS STEP SHOULD BE FOLLOWED FOR EACH LINE OF CODE....

WHEN YOU FINISH INSERTING THE LINES...

DELETE LINES 80 - 86 BECAUSE NOW, YOU DONT NEED IT AUTO INSTALLED.. YOU JUST DID IT MANUALLY..
SAVE THE FILE....
REUPLOAD IT TO THE CORRECT DIRECTORY...

GO THROUGH YOUR INSTALL AGAIN... IT SHOULD BE A 5 SECOND PROCESS..

YOU WILL BE PROMPTED TO DELETE TWO FILES....

THEN START ADDING YOUR RADIO STATIONS...

I GET ALL MY STATIONS FROM HERE.. http://www.shoutcast.com/
I COPY THE URL AND PASTE IT IN MY RADIO URL; GIVE IT A NAME... AND PRESTO....

GOOD LUCK.

.pls playlists? :surprised:

I have never been able to play pls files in vbradio... or in windows media player

UnmodNick 10-05-2006 01:09 AM

Just followed the manual insertion steps and it works fine on 3.6.1

Thanks!

Joe Gronlund 10-05-2006 10:20 PM

Everytime i edit a channel, i get this error message.

Cannot find phrase radio_channel_edited

Does anyone know whats up? I know the phrase is there..

Minha 10-06-2006 04:47 PM

I can?t do the second step of install because i got a Database Error.

This is the text.

Database error in vBulletin 3.6.1:

Invalid SQL:
INSERT INTO phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');;

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Friday, October 6th 2006 @ 10:43:03 AM


Please, i need some help.

Thx for all ;)

Minha 10-06-2006 04:51 PM

Sorry, I didn?t read the 24 Page with the same error type ;)

Thanks at all :)

da420 10-06-2006 04:52 PM

Did you follow the instructions outlined in this post?

https://vborg.vbsupport.ru/showpost....&postcount=363

Minha 10-06-2006 05:01 PM

Sorry da420, I wrote before read the answer of my problem.

I just do it ;)

In five minutes i tell you if this works :)
Thanks.

Minha 10-06-2006 07:00 PM

At the end I did it, but I don?t find how activate in the forum :(

da420 10-06-2006 07:30 PM

Do you mean put in the navbar so it can be accessed?

If so, Find;

Code:

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

Code:

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

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

return false;
}

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

Click save, and it should show up in the navbar and work now. :)

Minha 10-06-2006 11:14 PM

Quote:

Originally Posted by da420
Do you mean put in the navbar so it can be accessed?

If so, Find;

Code:

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

Code:

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

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

return false;
}

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

Click save, and it should show up in the navbar and work now. :)

I forgot to do it :P.

It works!!!! But.......there is always one but..... When click on vBRadio link the Popup window is too small for view the list of radio channel and windows media. Do you know the code for modify this size and where can I do it?

Sorry for my English :P
Thanks da420 ;)

da420 10-11-2006 04:35 PM

Quote:

Originally Posted by Minha
I forgot to do it :P.

It works!!!! But.......there is always one but..... When click on vBRadio link the Popup window is too small for view the list of radio channel and windows media. Do you know the code for modify this size and where can I do it?

Sorry for my English :P
Thanks da420 ;)

I beleive if you change what I highlighted in red in this code in your navbar to whatever you heart desires it should fix it. :)

Code:

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


Minha 10-11-2006 05:45 PM

Quote:

Originally Posted by da420
I beleive if you change what I highlighted in red in this code in your navbar to whatever you heart desires it should fix it. :)

Code:

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


Hi da420. I did it this. But the problem was in refresh explorers and delete cach? in Fire Fox and IE :)

Now it?s running without problem in IE but in FF Windows Media player give me an error....by example "No se puede abrir 'http://65.19.173.151:8035/'. (Error=C00D0032)

No se puede abrir. Compruebe que la ruta de acceso y el nombre de archivo son correctos y vuelva a intentarlo. (Error=C00D0032)


It?s a problem with my computer because some user with FF says its works witout problem ;)

Thanks again for all :D

da420 10-11-2006 05:48 PM

Yes, it works for me in FireFox in Linux, and FireFox 2.0 Beta in Windows. But, with FireFox 1.5.x in Windows it gives me errors and crashes my browser. My suggestion - Download the IE tabs extension for FireFox and open it in that whenever you want to use it.

PogoMogo 10-13-2006 12:20 PM

If I click "Add Templates" on the first installer page, I get the error message: "Invalid or empty style file specified"

Help! Please!

Joe Gronlund 10-13-2006 02:30 PM

Wondering if there are any plans to upgrade this hack in the near future at all??

AskaniSon[RS] 10-13-2006 06:49 PM

i get this error how do i fix it
Error. vbradio.xml located in directory '' was not found. Please make sure it is uploaded then press the submit button below

and i did this already
vBRadio.php --> ROOT FORUM DIRECTORY
admin_vbradio.php --> ROOT FORUM DIRECTORY/admincp
install_vbradio.php --> ROOT FORUM DIRECTORY/admincp
vbradio.xml --> ROOT FORUM DIRECTORY/admincp

what else do i need to do?

Medina 10-15-2006 02:45 PM

does the television section also works on 3.6.x?

Despairing 10-24-2006 06:41 AM

Quote:

Originally Posted by AskaniSon[RS]
...
vbradio.xml --> ROOT FORUM DIRECTORY/admincp

...

This file does not belong to the path /admincp - that is wrong. The file belongs to an other path ...

Topic: I have also a problem with the installation. What means: "Could not find phrase 'invalid_or_empty_style_file'."?

Medina 10-27-2006 09:57 AM

And still no updates :(

Why can't i see a screen for tv-streams like before.

Greek76 10-29-2006 07:59 PM

Will this work with 3.6.2? If its suppose to it doesnt lol.

Shazz 10-29-2006 08:25 PM

Quote:

Originally Posted by Greek76
Will this work with 3.6.2? If its suppose to it doesnt lol.

With tweaks it should..

Lottis 11-03-2006 11:36 AM

Quote:

Originally Posted by Lottis
Mine works great with 3.6.1

Update, doesent work with 3.6.2
"error on page"

salata 11-13-2006 12:24 AM

how can i make the link in the navbar not to appear for guests?

Warlockmatized 11-13-2006 06:16 AM

i have searched through this entire thread, i MAY have missed the answer to my own question, as i have gone cross eyed reading the posts. i saw someone else ask the SAME thing i am about to but to the best of my knowledge never saw the answer.

is it possible to have vbradio close when someone leaves the site? if so, could someone be so kind as to point me in the right direction?

also, thanks to all those before me that asked and answered questions. with your help i was able to do everything i wanted to do with the exception of the question i myself have asked.

*clicks install*

salata 11-14-2006 07:59 PM

Quote:

Originally Posted by Warlockmatized (Post 1116076)
i have searched through this entire thread, i MAY have missed the answer to my own question, as i have gone cross eyed reading the posts. i saw someone else ask the SAME thing i am about to but to the best of my knowledge never saw the answer.

is it possible to have vbradio close when someone leaves the site? if so, could someone be so kind as to point me in the right direction?

also, thanks to all those before me that asked and answered questions. with your help i was able to do everything i wanted to do with the exception of the question i myself have asked.

*clicks install*

i'd like to know that as well

pixie 11-15-2006 07:04 AM

Happy Birthday Zero Tolerance
For your birthday give us a present please :D ? new version of vbradio

Shazz 11-15-2006 12:51 PM

Quote:

Originally Posted by pixie (Post 1117777)
Happy Birthday Zero Tolerance
For your birthday give us a present please :D ? new version of vbradio

LOL, You do reliaze he hasen't been on vB.org in a while

obmob 11-21-2006 02:53 PM

:( I guess there won't be any updates from Zero Tolerance.

da420 11-21-2006 03:11 PM

Quote:

Originally Posted by obmob (Post 1122288)
:( I guess there won't be any updates from Zero Tolerance.

Very doubtful.

Joe Gronlund 11-21-2006 03:17 PM

Well that sucks, he must be really busy.

Shazz 11-21-2006 08:36 PM

Quote:

Originally Posted by Joe Gronlund (Post 1122297)
Well that sucks, he must be really busy.

He has logged in this month :D

obmob 11-22-2006 02:01 AM

Yeah but he is mad with someone in VB.org :eek:

Shazz 11-22-2006 04:16 AM

Quote:

Originally Posted by obmob (Post 1122684)
Yeah but he is mad with someone in VB.org :eek:

Really?
Anyone care to share the story -.-

obmob 11-25-2006 02:03 AM

*gossip!* I read someone recoded something in vbshout... and that's why vbshout is buggy :x


All times are GMT. The time now is 10:51 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.02018 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
  • (6)bbcode_code_printable
  • (14)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