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)

gldtn 05-30-2005 05:13 PM

Recently a few of my bulletin board members asked me if it was possible for me to separate the song by authors into separate folders and yet play it all on a single player. So my question is, is that possible, if yes, how?

thanks in advance :)

citra 06-01-2005 07:03 PM

Couple of questions :)

1) When I search for songs on radioblogclub.com, my songs appear in the results. Do all the websites get crawled by them somehow? If so, how can I stop it?

2) I have had someone put my radio on their website as their own using iframe. Is there a way for me to stop this? I don't have enough bw to share with another site. thank you and any help.

khaleel 06-01-2005 07:47 PM

gldtn no sorry.

Right, yes radioblogs do get crawled eventually. To stop this you need a flash hotlink protection file like miniclip.com use, I can provide the code or a script to do this, pm me if you want it or better email me khaleelm@gmail.com

Deimos 06-01-2005 10:30 PM

I wish I could get confirmation from the RIAA about wether this is legal or not, they completely ignore any emails sent to them.
I know it's been stated that it is, but it just seems to good to be true

iceytdot 06-07-2005 04:05 PM

great addition to my forums! thanks khaleel *clicks install*

subnet_rx 06-09-2005 07:16 PM

Was this already a script and was integrated in? I'd like to use this without vB.

MissKalunji 06-09-2005 07:53 PM

Quote:

Originally Posted by subnet_rx
Was this already a script and was integrated in? I'd like to use this without vB.

no it existed for other then vb...

khaleel 06-10-2005 07:39 AM

As stated before this script is from radioblogclub.com made by astro I used this because of my expertise in flash and placed it on my board and thought id make a simple hack so others can, you can use it on blogs, sites, whatever goto www.radioblogclub.com download and enjoy

kadafi_alive 06-26-2005 05:07 PM

Hi Kaleel

I installed this radio and it was almost perfect except that when I use the popup method, it doesn't show a 'unregistered message' if the user is not registered. Furthermore, when I use the full url (i.e. www.url.com/forums/radioblog.index, the user can see it and listen to it without registering.

If you can solve this problems, I would greatly appreciate it

Thanks in advance

Regards

khaleel 06-26-2005 05:17 PM

Please pm or email to khaleelm@gmail.com your navbar template

edit: kadafi_alive in order for you to receive support on my mod please click this link INSTALL to say that you have installed the mod.

Battle_Ring 08-28-2005 04:43 PM

i cant get it to just pop up isntead of opening a new window

khaleel 08-28-2005 08:36 PM

Dont know what you mean. But please wait a day or two as im adding the new version to this mod which will also include bug fixes of browser problems and a more stable flash loader. :devious:

khaleel 09-01-2005 05:15 PM

OK ive fixed this, the problem was that in the template there was a bug "script" java tag was incorrect and not compliant this is fixed updated now!

digitalSite 09-29-2005 04:50 AM

Is this radio the same as vBRadio?

AmpSul 10-02-2005 12:57 AM

hi khaleel... been using this for a long while now and it rocks (we have polls and voting on mp3's etc.).

one question... do you plan to upgrade this for vbulletin 3.5? ...or will it work for 3.5 as is?

any info most appreciated....

MissKalunji 10-02-2005 03:51 AM

Quote:

Originally Posted by AmpSul
hi khaleel... been using this for a long while now and it rocks (we have polls and voting on mp3's etc.).

one question... do you plan to upgrade this for vbulletin 3.5? ...or will it work for 3.5 as is?

any info most appreciated....

works as is........i have it up and running....

AmpSul 10-02-2005 05:06 PM

nice one. thanks for the response, misskalunji!

MissKalunji 10-02-2005 11:04 PM

Quote:

Originally Posted by AmpSul
nice one. thanks for the response, misskalunji!


youre welcome :nervous:

RZ500 10-10-2005 06:58 PM

I cant make it work, doe it works if my server is in Linux? and i do not understand the rigth way to paste the code for the radio template, were does my link goes and were twice?

$stylevar[htmldoctype]

<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">

<head>

<title>$vboptions[bbtitle] :: Radio</title>

</head>

<BODY >

<!-- new bit allows only members to see the radio!!! -->

<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>
</body>

</html>

MissKalunji 10-10-2005 07:49 PM

Quote:

Originally Posted by RZ500
I cant make it work, doe it works if my server is in Linux? and i do not understand the rigth way to paste the code for the radio template, were does my link goes and were twice?

$stylevar[htmldoctype]

<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">

<head>

<title>$vboptions[bbtitle] :: Radio</title>



</head>

<BODY >

<!-- new bit allows only members to see the radio!!! -->



<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>
</body>

</html>


either in your navbar or wherever you want the user to see it and click it

RZ500 10-10-2005 08:04 PM

Quote:

Originally Posted by MissKalunji
either in your navbar or wherever you want the user to see it and click it

I have the bar and everything, but wen I click the link I get a blanq page, from radio.php , but I never understod exactly were to put the url twice.

MissKalunji 10-10-2005 08:16 PM

Quote:

Originally Posted by RZ500
I have the bar and everything, but wen I click the link I get a blanq page, from radio.php , but I never understod exactly were to put the url twice.

did you created the template radio?

DrewzR/T 10-11-2005 05:54 PM

Awesome!! Its added and works like a champ!!!

Clicks Install!

RZ500 10-11-2005 05:59 PM

Quote:

Originally Posted by MissKalunji
did you created the template radio?

Yes but only a blanq page

AmpSul 10-14-2005 07:54 PM

my radio.blog is on a separate site to my vbulletin forum... does anyone have any thoughts on how i keep the "remote" radio blog secure?? (given that the hosted radio link is nice and secure - members only)
the same link only my members can see takes me to a site that is public - negating the members-only security.

anyone else having this problem? or have ideas on how to fix the issue?

any info most welcome :)

eXtremeTim 11-15-2005 08:43 AM

Please email

kaz at death-eater.net

for support for now. Right now he is unable to reply in here. So untill this is taken care of he ask that somebody post here to tell you all.

Thank you for working with him.

Chris M 11-15-2005 07:38 PM

Temporarily closed upon author's request :)

Chris


All times are GMT. The time now is 06:47 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.01411 seconds
  • Memory Usage 1,781KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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