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)

yl88 03-11-2005 05:54 AM

its a great add-on, any chance to remove the logo and only leave the copyright?

el diablo 03-11-2005 06:10 AM

Quote:

Hey hey hey, I am always trying to help whats you beef? I dont know, vbulletin subscriptions does that job or you can play around with the php chill out you monkey
ahahhaa... oh man that was great... lol you're officially my favorite hack producer on vB... anyone that can support a hack AND talk back to someone who's impatient - you gotta respect that...

:D

khaleel 03-11-2005 08:16 AM

Quote:

ahahhaa... oh man that was great... lol you're officially my favorite hack producer on vB... anyone that can support a hack AND talk back to someone who's impatient - you gotta respect that...
Right...

Quote:

its a great add-on, any chance to remove the logo and only leave the copyright?
Yes you can remove the radio.blog banner if you want, you dont have to leave copyright either. (Leave mine please )

-Kaz

AmpSul 03-11-2005 04:42 PM

woah... great mod!!! installed in five mins and works like a charm :)

one (newbie) question: how do i restrict access to the radio?? i read the subscriptions answer and was a little confused?!!? is there a more straightforward way to restict access to certain usergroups? (via navbar/forumhome for example?)

sorry, i know this is not really a vbulletin radio support question - more of a vbulletin config question. but i figured anyone else who installed this might have the same issue. and, better still, some advice.

thanks in advance...... [install]
ampsul

khaleel 03-11-2005 09:30 PM

Yes, I needed to know this myself so I could update it LOL! But vBulletin Subscriptions allows you to give someone access to a certain forum when they have paid for something so in this forum you could have a link to the radio OR try Usergroups > Promotions and when they have reached a certain post they can join (automatically) a new higher group which may have access to the radio.php file (to change access permissions to this) Read this thread (here as you can see it allows user permissions system as well on the PHP files you simply edit radio.php

AmpSul 03-12-2005 02:18 PM

thanks for the speedy response and advice, khaleel!
i'll check out the link and see how it goes.

thanks again...
ampsul

khaleel 03-12-2005 04:58 PM

No problem

yl88 03-12-2005 11:26 PM

Quote:

Originally Posted by khaleel
Right...


Yes you can remove the radio.blog banner if you want, you dont have to leave copyright either. (Leave mine please )

-Kaz

but how to remove the radio.blog logo?

its more like a radio.blog's radio rather than my sites' radio since the radio.blog logo is there, so I prefer only having the radio.blog copyright at the bottom.

thanks!

khaleel 03-13-2005 10:05 AM

In /radio.blog/index.php

Find the
Code:

<!-- START  BANNER

 END BANNER -->

Remove all code between that

yl88 03-15-2005 09:49 AM

i mean the logo at the header not the banner.

Club3G 03-15-2005 10:39 PM

One tip: For some reason, when I created the radio template, it saved it in all caps as RADIO usingn 3.0.3. Renaming it to lowercase made it work.

khaleel 03-16-2005 06:57 AM

Quote:

Originally Posted by yl88
i mean the logo at the header not the banner.

This cannot be removed, the flash file is protected and to do this you would need the flash document (.fla) please go to www.radioblogclub.com and you can request it from astro, even I dont have it.

Quote:

Originally Posted by Club3G
One tip: For some reason, when I created the radio template, it saved it in all caps as RADIO usingn 3.0.3. Renaming it to lowercase made it work.

What operating system are you running? I have never come across that problem before. If your using a mac go here

Deimos 03-17-2005 11:23 PM

Is there anyone here who can confirm without a doubt that this is legal?
It just sounds to good to be true
I wrote to the RIAA to ask them but they haven't replied

eva01_ 03-17-2005 11:31 PM

Quote:

Originally Posted by Deimos
Is there anyone here who can confirm without a doubt that this is legal?
It just sounds to good to be true
I wrote to the RIAA to ask them but they haven't replied

to run a radio station it is perfectly legal, thou you have to pay a royalty fee every time you play the song, like .05 cents or something like that

that is for licensed music

japanese music korean music and such i believe is free to play unlicesed that is like anime music

khaleel 03-18-2005 08:07 AM

Quote:

Originally Posted by Deimos
Is there anyone here who can confirm without a doubt that this is legal?
It just sounds to good to be true
I wrote to the RIAA to ask them but they haven't replied

The music is yours, as long as its converted to ".rbs" format, and you have placed "index.php" to block people from seeing your /sounds its ok. Because your allow them to stream and listen to your music, they cant download it, and they cant upload it so there is no sharing or giving going on, its just listening

Quote:

Important stuff!!!

All of the fils here are protected under copyright!! you MAY NOT find a way to find them on my server and download them. they aren't even mp3's, so don't try. this here is my official notice about the us copyrights on these files.

This is not a download source, a piracy web, a p2p network, In no way am I providing these files as downloadable material.

this is perfectly legal, just as internet radiostations like live365 are legal. I am NOT responsable for any illegal actions you decide to take, because I'm telling you not to take them! :p loser.

How to listen & browse

ok, simple enough. just click on 'popup' on the radio interface. I didn;t want ot make this a popup-only, or popup-access only because people with popups disabled would have a problem
Taken from here

See here http://www.radioblogclub.com/forums/...ighlight=legal

and see http://www.radioblogclub.com/forums/viewforum.php?f=6 as you can see its ok and is discussed all the time :squareeyed:


Hope that helps

Death-Eater.NET Team

gldtn 03-18-2005 04:55 PM

khaleel,

I'm trying to put the popup inside a template that is done with logician template mod but I'm having problems.

If I try to put radio.php code into it it only shows the blank page and popus the radio blog but the template stuff is not there. If I try to do a <?php include_once("radioblog.swf"); ?> it prints out the code of the file and the playlist it self does not appear.

Has you or anyone here have tried to put this inside a template?

thanks!

khaleel 03-18-2005 08:12 PM

Whats Logician Template?

Try this as seen in the installation instructions, I dont know what your talking about though but have a go at this....

Make an iframe of radio.blog

Code:

<iframe src="/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>

gldtn 03-18-2005 08:38 PM

Quote:

Originally Posted by khaleel
<iframe src="/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>

Thanks, it worked great!

I was talking about this mod: https://vborg.vbsupport.ru/showthread.php?t=76422

khaleel 03-18-2005 09:08 PM

Glad to solve the problem

citra 03-20-2005 11:20 PM

thanks everything works great.
one question though. when I click on the radio link on the navbar, 2 things happen. i get a popup of the radio and then the main page goes to a page which says "click here if popup didn't work the first time" (or something like that). my question is... is it possible to make it so that i would just get the popup window without the main page being forwarded?

khaleel 03-21-2005 10:09 AM

Yes you could do this, im at work at the moment when I reach home ill send you the code. You simply replace the navbar <a href="radio" , but with a popup script. Ill post again soon when I know my boss is not watching me

khaleel 03-21-2005 07:08 PM

Open Templates > Header

Find

Code:

[head]
After, add
Code:

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=222,height=300,left = 529,top = 362');");
}
// End -->
</script>

Open NavBar

Find
Code:

<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td>
Replace with

Code:

<A HREF="javascript:popUp('radio.blog/index.php')">Radio</A>
Hope this works for you ;)

citra 03-21-2005 10:52 PM

THANKS!! :)

but now it doesn't autoplay anymore.. any ideas?

Club3G 03-22-2005 01:18 AM

I'm having the oddest error.

If I put in a plain old php page, all of my tracks show up fine:

http://www.sevenstring.org/forum/radio.blog/

But if it's in a template, it only shows random ones, and does not play.

http://www.sevenstring.org/forum/view.php?pg=ssjukebox

Permissions on all files are exactly the same. Any ideas? The only change is that I moved everything from the radio.blog folder into the forums directory.

If it's a path issue coded into the SWF, how do I use a template located in a subdirectory?

For the record: This addon, especially with the type of forum I'm running it on (a music forum) is absolutely awesome. Thanks very much!

Club3G 03-22-2005 03:10 PM

I managed to get this working using Logician's template, by loading it as an iframe within the template, like so:

Code:

<iframe src="http://www.sevenstring.org/forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="220" height="300"></iframe>
It seems that the playlist "populator" script isn't all that stellar at detecting bulk uploads. I uploaded about a dozen tracks at once, and only one or two would show up. I waited about 10 minutes, and touched each of them in turn, and once the timestamp was different enough, it recognized the complete list.

For those of you without shell access to your webservers, you might want to just upload them one at a time, about 5-10 minutes apart if you're having problems with the playlist not showing all tracks.

Hope this helps someone out.

khaleel 03-23-2005 12:07 PM

Quote:

Originally Posted by citra
THANKS!! :)

but now it doesn't autoplay anymore.. any ideas?

Go to

Code:

<A HREF="javascript:popUp('radio.blog/index.php')">Radio</A>
And add /?autoplay=# after the index.php or like radio.blog/?autoplay=#

Note # is your track number it should work now.

Quote:

I managed to get this working using Logician's template, by loading it as an iframe within the template, like so:


Code:
<iframe src="http://www.sevenstring.org/forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="220" height="300"></iframe>

It seems that the playlist "populator" script isn't all that stellar at detecting bulk uploads. I uploaded about a dozen tracks at once, and only one or two would show up. I waited about 10 minutes, and touched each of them in turn, and once the timestamp was different enough, it recognized the complete list.

For those of you without shell access to your webservers, you might want to just upload them one at a time, about 5-10 minutes apart if you're having problems with the playlist not showing all tracks.

Hope this helps someone out.
About to say use an iframe, as for the upload problem, im creating a seperate addon for this called Sound Uploader, It will use a upload form which will upload all tracks that you want directly in the folder without having to access CHmod or CPanel or ftp. I have read simaler problems on the track uploading issues, I recommend you convert them all using convert32 (less quality compared to convert64.bat, then zip it and upload via cpanel. Delete cookies and extract, dont chmod, and it worked for me. Ill keep you updated, by sending an update.

:cool:
www.death-eater.net team
Khaleel

Club3G 03-25-2005 05:58 PM

I'm getting an odd error encoding 128k MP3's with lame.

"Error: sample frequency has changed in MP3 file - not supported
bitstream problem: resyncing...".

Anyone else seen this?

Club3G 03-25-2005 06:15 PM

Got that sorted out - replaced the version of LAME packaged with radio.blog with the newest (3.97a10) and it works again. I attached it for anyone who needs.

Hope that helps anyone having the issue. :)

Also, if anyone needs my template for loading it in an iframe, let me know and I'd be happy to share.

khaleel 03-25-2005 06:19 PM

Thanks ^ :nervous:

CHIngs 03-26-2005 10:36 PM

I have 2 questions,

1) When I minimize, it is not showing the BOttoM part of the popup, LOOK AT THE ATTACHMENT FOR THE IMAGE

2) How can I leave the crossfader ON by default?

khaleel 03-27-2005 07:52 AM

1) Go to your navbar template and find radio template tell me what the javascript code is paste it here, so I can help you more

2) To turn in on to default, you simply change the value to 1 meaning

Go to radio.blog/config.xml

Find

Code:

<crossfader value="0" /> <!-- 1 | 0 -->
Replace with

Code:

<crossfader value="1" /> <!-- 1 | 0 -->

citra 03-31-2005 01:32 AM

nmnm

citra 03-31-2005 02:35 AM

Quote:

Originally Posted by khaleel
Open Templates > Header

Find

Code:

[head]
After, add
Code:

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=222,height=300,left = 529,top = 362');");
}
// End -->
</script>


I had this working before but since the reinstall of vb, I forgot how I did it before.. anyways, when I look in the templates->header, I do not have a [head] code. any ideas?

khaleel 03-31-2005 07:06 PM

The [Head] Tag if not there add the following javascript in there anyways

Code:

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=222,h  eight=300,left = 529,top = 362');");
}
// End -->
</script>


subnet_rx 04-01-2005 06:07 PM

In the instructions, it says this:

Code:

It should not look like this

http://www.yourforums.com/forum/radio.blog/

What should it look like then?

subnet_rx 04-01-2005 06:27 PM

Also, is there any way to create permissions on who uses this?

khaleel 04-01-2005 06:45 PM

Quote:

Originally Posted by subnet_rx
In the instructions, it says this:

Code:

It should not look like this

http://www.yourforums.com/forum/radio.blog/

What should it look like then?

Typo. Its meant to be "It should NOW look like this" and the image there I have forgotten to include, I used a example URL instead, this will be changed on the next update.

To sort permissions out I will explain how to do this on the next update, I used this code for the template here .

There is a vB code aswell, (not the exactual code syntax)

Code:

<IF condition = show member then>
radio code
</else>
not allow please sign up
</if>

Ill find it and get back to you

TranceMaster 04-01-2005 10:33 PM

i have a little problem
quite new to this so dont laugh
iv got it so that track number 1 is on autoplay, but when i upload a new track, it plays that instead
how are track numbers assigned to the songs we upload??
is it possible for when the radio is launched, to always play the same track first.

subnet_rx 04-01-2005 11:18 PM

thanks, I'm anxiously awaiting that code. I'm really concerned about bandwidth.

khaleel 04-02-2005 07:45 AM

Quote:

Originally Posted by TranceMaster
i have a little problem
quite new to this so dont laugh
iv got it so that track number 1 is on autoplay, but when i upload a new track, it plays that instead
how are track numbers assigned to the songs we upload??
is it possible for when the radio is launched, to always play the same track first.


Yes. In the radiotemplate find

Code:

<BODY onLoad="javascript:popUp('http://www.yourforum.com/forum/radio.blog')" >
Replace with

Code:

<BODY onLoad="javascript:popUp('http://www.yourforum.com/forum/radio.blog/?autoplay=yourtracknumberhere')" >


All times are GMT. The time now is 12:11 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.01709 seconds
  • Memory Usage 1,849KB
  • 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
  • (18)bbcode_code_printable
  • (15)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