Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
vBulletin Radio 2.3.x Details »»
vBulletin Radio 2.3.x
Version: 3.5.0, by khaleel khaleel is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 11-18-2004 Last Update: 08-31-2005 Installs: 182
Template Edits
Additional Files  
No support by the author.

vBulletin Radio 3.5.x


UPDATED!! 1st September new, flash 7 addition, flash player does not crash, all conversions, great for XP and works with all browsers!!!


Last Update 09th April 2005 : Anyone asking for support and is not licenced or is appearing that have not clicked "install" will not recieve it. Click install or no support will be given :devious:

New, members keep asking me about only allowing registered users to see the radio and not having a popup only an iframe and etc etc, simply download the new version (3.5.x) and update your templates :squareeyed: enjoy and click install!!!! yeha!


Last Update 18th March 2005 : Anyone asking for support and is not licenced or is appearing that have not clicked "install" will not recieve it. Click install or no support will be given :devious:
HTML Addon? Or want to show different playlists and random settings? Go here

To Show a random Shuffle song upload this file (playlist.txt) as attached and rename it to playlist.php and replace your old, please do back it up

For the HTML Playlist feature read this


*Note support is not given for outside modifications


*Last Update 7th January 2005* 8mp GMT UK




CRITICAL Update Needed! Security Release

In your radio.blog/sounds/playlist.php

JUST DOWNLOAD THE NEW ONE!!!

Allows hackers to show your directory where all your sounds are, I refuse to tell you this string command, recommend that you update to 3.5.x NOW! Download it and read the upgrade instructions

Whats new?
Better Installation Instructions
Automatic Messenger Style Popup Player (looks wicked!)
Skinable File (config.ini) I have commented it to help people
Scroll Bar, scroll down your songs instead of the slow little arrow
Songs are now in a new directory you can change using the config
Songs are small now and are converted to swf instead of rbs
songs are at 128kbps instead of 64
enjoy!


--------------------
What is it?

A radio for your forum well more like a media player sounds nicer though :squareeyed:
-----------------------------------
How does it work?


Using a secure flash file you can play your favorite songs on your forum kind of like a jukebox, you can make it popup in a small play window so users can still post and browse your community
-----------------------------------------------
What does it feature?

Cross Fader.
Volume Control
Autoplay
Bandwith controlled streaming
popup feature
close feature
compressess the song file so space saver

-------------------------------
Legal?

Yes no one can access or save the songs, so as long as you have bought them and the songs are yours its 100% Safe

------------------------------
Got a demo?

Yes Here demo link

here and here
---------------------------
Screenshots?

No need see the demo link or check radioblogclub.com

And also http://radio.lodhiz.com/radio.blog/ and click Play I have also attached one below as an example of the skinning feature
---------------------------
I cant find mp3s or dont own any what do I do???
Simple, this is what I use, go to www.apple.com/itunes/ its a free downloadble program for both windows and linux and mac os and osx, and has over 700,000 songs!!!
---------------------------
Get a background like the screenshot
In the /radio.blog/index.php File found in the hack find
Code:
<head>
Add after
Code:
<style type="text/css">
<!--

body {
	background-image: url(bg2.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
Where bg2.gif is change with your image, this can be seen HERE
---------------------------
What can I say?


My first hack be gentle with errors or support ill try to help and hopefully the advance coders will help as my area of expertise is in .NET

Enjoy!

Read this also for a few questions and scenarios dealt with


- Kaz :devious:
The Death-Eater.NET Team
www.death-eater.net :squareeyed:



Please click install or no support will be given, Install this mod by clicking



:devious:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 03-27-2005, 07:52 AM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
  #113  
Old 03-31-2005, 01:32 AM
citra citra is offline
 
Join Date: Jan 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nmnm
  #114  
Old 03-31-2005, 02:35 AM
citra citra is offline
 
Join Date: Jan 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
  #115  
Old 03-31-2005, 07:06 PM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
  #116  
Old 04-01-2005, 06:07 PM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
  #117  
Old 04-01-2005, 06:27 PM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, is there any way to create permissions on who uses this?
  #118  
Old 04-01-2005, 06:45 PM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #119  
Old 04-01-2005, 10:33 PM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
  #120  
Old 04-01-2005, 11:18 PM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, I'm anxiously awaiting that code. I'm really concerned about bandwidth.
  #121  
Old 04-02-2005, 07:45 AM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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')" >
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05403 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (12)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete