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)
-   -   vBulletin Radio 2.3.x (https://vborg.vbsupport.ru/showthread.php?t=71950)

citra 04-02-2005 08:29 PM

thanks. I did get it to work but only under CMPS.
I currently have vbulletin with vba cmps and vba gallery. my radio is installed in forum/radio.

1-when I'm under cmps and click on the radio link in the navbar, the radio loads and autostarts perfectly.
2-when I'm in the forum and click on the radio link in the navbar, for some reason it goes to forum/forum/radio and i get an error.
3-when I'm in the gallery and click on the radio link in the navbar, it goes to gallery/forum/radio and ger an error.

any ideas?

khaleel 04-03-2005 06:03 PM

Can you show me the code for your navbar template please?

citra 04-03-2005 06:17 PM

I don't know what I did but now it only works under forum and not cmps and gallery. anyways, here is the code I used for the radio link in the navbar. If you need to see the whole thing let me know.

Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('radio/?autoplay=1')">Radio</A>
</td>


konstance 04-04-2005 04:47 PM

Any ideas about how to use a similar hack, but play QT video instead of mp3's? Or is this totally out of the league of this player?

Thanks in advance!

khaleel 04-04-2005 06:00 PM

Quote:

Originally Posted by konstance
Any ideas about how to use a similar hack, but play QT video instead of mp3's? Or is this totally out of the league of this player?

Thanks in advance!

Im sorry no. Im working on a flash version of something simaler to this sshh for avi files and mov



As for you dude

Find

Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('radio/?autoplay=1')">Radio</A>
</td>

And replace with

Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/?autoplay=1')">Radio</A>
</td>

Try that

konstance 04-04-2005 06:02 PM

thanks khaleel, I'll keep my eyes out for that. Any idea on when you might have that done?

khaleel 04-04-2005 06:08 PM

It will be called vBulletin Media Player and with be a stand alone feature, not an addon to this mod. In a few months in afraid after my college exams

konstance 04-04-2005 06:15 PM

Thanks! Good luck on those exams!

citra 04-05-2005 01:01 AM

THANK YOU!!!!
sorry for bothering you too much. :)
I noticed that people can go directly to the radio by typing mydomain.com/forum/radio. Is it possible to make the radio to only work when people go through the forum?

khaleel 04-05-2005 08:16 AM

Quote:

I noticed that people can go directly to the radio by typing mydomain.com/forum/radio. Is it possible to make the radio to only work when people go through the forum?
Copy and paste index.php from radio.blog

Make a new file called index2.php and paste the code and upload it to radio.blog

In navbar find

Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/?autoplay=1')">Radio</A>
</td>

Replace with

Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A>
</td>

Go to the old index.php that you have select all code

replace with

Code:

<b>Not allowed to view this, please login into the <a href="/forums/">forums</a> and select the radio from the navbar
Now people cant go that way, also you can try this, instead of placing this new code as seen above and below here
Code:

<td class="vbmenu_control">
<A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A>
</td>

You can encrypt that html so no one can see where the file is for security, example

place this new encypted code

Code:

<script>
<!--
document.write(unescape("%5BCODE%5D%3Ctd%20class%3D%22vbmenu_control%22%3E%0D%0A%3CA%20HREF%3D%22javascript%3ApopUp%28%27http%3A//www.totalwebaddresstoyoursite.com/path/to/radio/index2.php%3Fautoplay%3D1%27%29%22%3ERadio%3C/A%3E%0D%0A%3C/td%3E%5B/CODE%5D"));
//-->
</script>


To do this go to http://www.dynamicdrive.com/dynamicindex9/encrypter.htm and put the following code in the text box and hit encrpyt making sure you set your domain paths etc

Code:

<td class="vbmenu_control">
<!--encypt_start();-->
<A HREF="javascript:popUp('http://www.totalwebaddresstoyoursite.com/path/to/radio/index2.php?autoplay=1')">Radio</A>
</td>



All times are GMT. The time now is 03:41 PM.

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.01378 seconds
  • Memory Usage 1,745KB
  • 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
  • (9)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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