[url=http://stat.radioblogclub.com/radio.blog.3.1.8.zip]DOWNLOAD THE RBS PLAYLIST GENERATOR[/url]
[b] Instruction[/b]
- Unzip the file
- Copy and paste the MP3 files you want to add to your radio.blog into the creat.sound folder. Then click the appropriate batch file (read the "HOW IT WORKS" to see which one you should use). A black box should pop up and stay there until it is done converting your MP3 files. When the box disappears, it is finished. To make sure that it has converted your MP3 files in to RBS, go to your sounds folder (the one inside creat.sound) -- there should be the RBS version of your songs.
- Find a host that supports PHP, XML, and RBS files. (http://ripway.com)
- Create a folder called "sounds" on your host and inside that folder, upload the following files that you should have unzipped from downloading radio.blog:
* playlist.php
* crossdomain.xml
* template.xsl
Then make another folder inside your sounds/ folder. Name it "playlist 1" or whatever you want your playlist to be called. Inside the folder, upload the RBS files from your creat.sound/sounds folder.
- Make a php file on a different folder.
paste this code and save as something.php
[b]CODE:[/b]
[quote]<html>
<head>
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/radio.blog.js"></script>
</head>
<body>
<script type="text/javascript">
RadioBlog.playlist = '[b]URL OF YOUR PLAYLIST.PHP[/b]';
RadioBlog.width = '550px';
RadioBlog.height = '320px';
RadioBlog.color.body = '#cc0000';
RadioBlog.color.border = '#999999';
RadioBlog.color.button = '#999999';
RadioBlog.color.player_text = '#999999';
RadioBlog.color.playlist_text = '#FFFFFF';
RadioBlog.autoplay.tracknum = '2';
RadioBlog.crossfader = 0;
RadioBlog.cover = '0';
RadioBlog.start();
</script>
</body>
</html>[/quote]
Open NOTEPAD and PASTE the 2nd code
[b]2nd CODE[/b]
[quote]if (!attachOnLoadHandler(function(){diabolic()})) window.onload = function(){onod()};
function diabolic() {
var thesidebar="<div align=\"center\" id=\"radio\"><iframe frameborder=0 scrolling=yes height=330 width=100% src=[b]YOUR PHP FILE GOES HERE[/b]></iframe></div>";
addSideBar("MY MUSIC",thesidebar,"div_side");
}
function addSideBar(head,htm,div_id) {
var innerHtm=htm;
var cont= "<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+div_id+"'>"+
innerHtm+
"</div>"+
"</div>";
try {
var obj=document.createElement("<li>");
} catch(e) {
var obj=document.createElement("li");
}
var x=document.getElementById("friends_2_2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}[/quote]
Replace [b]YOUR PHP FILE GOES HERE[/b] with the something.php file you just made.
That's it!
Paste this code into your compiled js (JS EXTENSION/ EXTERNAL JS) Last edited by diabolicious (2007-11-21 20:54:07)
http://h1.ripway.com/paulo0114/script.js
Last edited by mama0114 (2007-08-06 08:25:21)
You should create another folder named "playlist1" inside the sound folder
and upload your rbs files inside the playlist1 folder
Last edited by diabolicious (2007-08-06 08:35:25)
file error occured while i try to play the preview,,, why it happens??

http://h1.ripway.com/mama0114/wvm/sounds/playlist1/12.illstillbelovingyou.rbs
file error normally occurs when a sudden internet slow down
but try to choose another music and click back to the music you want and it will be fixed
try to edit this file http://h1.ripway.com/paulo0114/sounds/final/something.php
and put this link on the bolded part of the code just like i did here
http://h1.ripway.com/mama0114/wvm/sounds/playlist.php
[quote]<html>
<head>
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/radio.blog.js"></script>
</head>
<body>
<script type="text/javascript">
RadioBlog.playlist = '[b]http://h1.ripway.com/mama0114/wvm/sounds/playlist.php[/b]';
RadioBlog.width = '550px';
RadioBlog.height = '320px';
RadioBlog.color.body = '#cc0000';
RadioBlog.color.border = '#999999';
RadioBlog.color.button = '#999999';
RadioBlog.color.player_text = '#999999';
RadioBlog.color.playlist_text = '#FFFFFF';
RadioBlog.autoplay.tracknum = '2';
RadioBlog.crossfader = 0;
RadioBlog.cover = '0';
RadioBlog.start();
</script>
</body>
</html>[/quote]
Hehe you forgot to put the url of the playlist.php on your something.php file
Last edited by diabolicious (2007-08-06 11:15:34)
http://h1.ripway.com/mama0114/wvm/sounds/crossdomain.xml
http://h1.ripway.com/mama0114/wvm/sounds/playlist.php
http://h1.ripway.com/mama0114/wvm/sounds/template.xsl
http://h1.ripway.com/mama0114/wvm/sounds/playlist1/12.illstillbelovingyou.rbs
http://h1.ripway.com/mama0114/wvm/sounds/radioblog/radioblog.php
did i do it right?
but the player shows nothing...
the box was there and also the radioblog itself but there is no song appearing in the player...
thank you for your guidance...
Now you need to paste this on the onload handler (2nd code on my TUTORIAL)
http://h1.ripway.com/mama0114/wvm/sounds/radioblog/radioblog.php
Keep uploading rbs file on the playlist1 folder Last edited by diabolicious (2007-08-06 11:29:19)
Last edited by diabolicious (2007-08-06 11:48:39)
Im a firefox user and I never use Internet Explorer
take a look!
Last edited by diabolicious (2007-08-06 11:56:00)
http://www.friendster.com/jan142k4
sorry for the late reply...
i just had a hard time transfering all codes to my public prof hihi...
wooopss.. edited...
it works,,, thanks again for the wonderful contribution of yours,,,
its very cool..
keep it up.
Last edited by mama0114 (2007-08-06 13:35:56)