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
  #142  
Old 04-09-2005, 10:15 PM
johns_ar johns_ar is offline
 
Join Date: Jul 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by khaleel
The unknown location bug will be fixed in the next release
good skills mate, cheers
  #143  
Old 04-10-2005, 05:38 PM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Next update due This tuesday!
  #144  
Old 04-12-2005, 12:37 AM
subnet_rx subnet_rx is offline
 
Join Date: Mar 2005
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what's coming in this update? I guess if it's coming tomorrow, I'll just wait to update what I have now.
  #145  
Old 04-12-2005, 03:58 AM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! I saw a post earlier talking about track numbers. Is there a way to edit track numbers? Mine were uploaded in alphabetical order but I don't want them to play in that order. Thanks
  #146  
Old 04-15-2005, 08:39 AM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would not recommend this since Its not neat and tidy but try doing this.
Go to
This is the playlist.php
This randomizes the playlist
Code:
<?PHP

$y=1;
$i=1;
$track = "";

$rbsPath = "sounds/";
$rbsExt = ".rbs";

if ($dir = opendir(".")) {
	while (false !== ($file = readdir($dir))) {
		if ($file{0} != "=") {
			if (strrchr($file,".") == $rbsExt) {
    				$last_mod = filemtime($file);
    				$track[$last_mod] = utf8_encode($file);
    				$i++;
            		}
        	}
	}
}

closedir($dir);

header ("Content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<tracks>\n";

if ($track != "") {

        // * Shuffled Playlist
        // * by moeli
	// * http://www.moeli.com/scripts/

	$shuffled = array_rand($track, count($track)); 
	foreach($shuffled as $skey) { 
		$newlist[$skey] = $track[$skey]; 
	}
	while (list ($key,$val) = each ($newlist)) {
		echo "<track trackMod=\"".$key."\" title=\"".utf8_encode(htmlentities(substr($val,0,strrpos($val,'.'))))."\" path=\"".$rbsPath.htmlentities($val)."\"/>\n";
		$y++;
	}
}

echo "</tracks>";

?>
and this if you it alphabetical

Code:
<?php 
$y=1; 
$i=1; 
$track = ''; 

$rbsPath = 'sounds/'; 
$rbsExt = '.rbs'; 

if ($dir = opendir('.')) { 
    while (false !== ($file = readdir($dir))) { 
        if ($file{0} != '=') { 
            if ( strrchr($file,'.') == $rbsExt) { 
             $last_mod = filemtime($file); 
             $track[$last_mod] = utf8_encode($file); 
             $i++; 
            } 
        } 
   } 
} 
closedir($dir); 

header ("Content-type: text/xml"); 
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; 
echo "<tracks>\n"; 
if ($track != '') { 
   sort($track); 
   while (list ($key,$val) = each ($track)) { 
         echo "<track trackMod=\"".time()."\" title=\"".utf8_encode(htmlentities(substr($val,0,strrpos($val,'.'))))."\" path=\"".$rbsPath.$val."\"/>\n"; 
         $y++; 
   } 
} 
?>
  #147  
Old 04-16-2005, 06:49 PM
lefthome's Avatar
lefthome lefthome is offline
 
Join Date: Feb 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clicked Installed! Works great in 3.07
  #148  
Old 04-21-2005, 07:41 PM
weaver weaver is offline
 
Join Date: Mar 2004
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by khaleel
I would not recommend this since Its not neat and tidy but try doing this.
Go to
This is the playlist.php
This randomizes the playlist
Code:
<?PHP
 
$y=1;
$i=1;
$track = "";
 
$rbsPath = "sounds/";
$rbsExt = ".rbs";
 
if ($dir = opendir(".")) {
	while (false !== ($file = readdir($dir))) {
		if ($file{0} != "=") {
			if (strrchr($file,".") == $rbsExt) {
				$last_mod = filemtime($file);
				$track[$last_mod] = utf8_encode($file);
				$i++;
		}
	}
	}
}
 
closedir($dir);
 
header ("Content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<tracks>\n";
 
if ($track != "") {
 
// * Shuffled Playlist
// * by moeli
	// * http://www.moeli.com/scripts/
 
	$shuffled = array_rand($track, count($track)); 
	foreach($shuffled as $skey) { 
		$newlist[$skey] = $track[$skey]; 
	}
	while (list ($key,$val) = each ($newlist)) {
		echo "<track trackMod=\"".$key."\" title=\"".utf8_encode(htmlentities(substr($val,0,strrpos($val,'.'))))."\" path=\"".$rbsPath.htmlentities($val)."\"/>\n";
		$y++;
	}
}
 
echo "</tracks>";
 
?>
and this if you it alphabetical

Code:
<?php 
$y=1; 
$i=1; 
$track = ''; 
 
$rbsPath = 'sounds/'; 
$rbsExt = '.rbs'; 
 
if ($dir = opendir('.')) { 
while (false !== ($file = readdir($dir))) { 
if ($file{0} != '=') { 
if ( strrchr($file,'.') == $rbsExt) { 
$last_mod = filemtime($file); 
$track[$last_mod] = utf8_encode($file); 
$i++; 
} 
} 
} 
} 
closedir($dir); 
 
header ("Content-type: text/xml"); 
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; 
echo "<tracks>\n"; 
if ($track != '') { 
sort($track); 
while (list ($key,$val) = each ($track)) { 
echo "<track trackMod=\"".time()."\" title=\"".utf8_encode(htmlentities(substr($val,0,strrpos($val,'.'))))."\" path=\"".$rbsPath.$val."\"/>\n"; 
$y++; 
} 
} 
?>
Is it supposed to randomize as default? Mine are playing in the order I uploaded them with most recent files uploaded played first.
  #149  
Old 04-22-2005, 08:31 PM
khaleel's Avatar
khaleel khaleel is offline
 
Join Date: Oct 2004
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snobbymom
Is it supposed to randomize as default? Mine are playing in the order I uploaded them with most recent files uploaded played first.

It has its own mind. :nervous: To everyone about to post for support:

http://www.death-eater.net/forum/sho...=7639#post7639

See that ^ and see www.radioblogclub.com and its forums!

If you really really need help and cant wait till june email me khaleelm@gmail.com ill respond to emails! Emails ONLY! No pms or posting here!
  #150  
Old 04-23-2005, 06:17 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. just wanted to say thank you very much for this. took me a full 5mins to install. no problems at all , by reading the post im guessing you modified the install instructions some, cuz some ppl saying bad insturctions ? well anyways i had no problem and im not the smartest with code work, but i sometimes manages to get things working the way i want..lol..
anyways thank you again, great mod, is the last pieces that i needed to set up my site .

Loco Macheen *clicks install*
  #151  
Old 04-26-2005, 07:18 AM
aloha aloha is offline
 
Join Date: Jan 2004
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The radio is pretty easy to make... the flash and so forth.

Can someone possibly turn this into a bigger hack?

By allowing users to 'have their own radio blog' on your site.
Allowing the upload of music, with space limitations by usergroups and subscription based memberships...
Having it extract statistics...
Allowing users to have a webpage within your forum... perhaps just under the top banner... with different information about them... their likes on music... ETC....

I think the possibilities on that are endless, and it can produce a substantial amount of traffic, having your banner on the media player and linking it back to your site... This would definately be great to sites that are dedicated to music... ETC...

Anyone up to doing this? Or no... :ermm:
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 03:50 PM.


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.06177 seconds
  • Memory Usage 2,329KB
  • 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
  • (6)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
  • (1)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