The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Radio 2.3.x Details »» | |||||||||||||||||||||||||
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> Code:
<style type="text/css"> <!-- body { background-image: url(bg2.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> --------------------------- 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
|
Comments |
#142
|
|||
|
|||
Quote:
|
#143
|
||||
|
||||
Next update due This tuesday!
|
#144
|
|||
|
|||
what's coming in this update? I guess if it's coming tomorrow, I'll just wait to update what I have now.
|
#145
|
|||
|
|||
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
|
||||
|
||||
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>"; ?> 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
|
||||
|
||||
Clicked Installed! Works great in 3.07
|
#148
|
|||
|
|||
Quote:
|
#149
|
||||
|
||||
Quote:
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
|
||||
|
||||
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
|
|||
|
|||
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: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|