[b]@roCksTAriC[/b]
If you want to make your own songs in your playlist then you need to
download the MP3 to RBS converter and have the MP3 song files you want to have in your playlist and convert them using the converter by putting the MP3 files in the exact location that the tutorial tells you to.

Haha my apology about the long sentence hehe...

[b]
@lordheinz[/b]
Well... If you cant follow the tutorial maybe try creating an account in
http://radioblogclub.com and login
then simply find a song that you want then click the heart shape icon on the song title
Then click favorites
[img]http://img405.imageshack.us/img405/1844/faveom3.jpg[/img]
and then your playlist will show click detach
[img]http://img405.imageshack.us/img405/1719/detact2.jpg[/img]
after clicking detach your playlist will pop-up in a new window
view the source of your playlist by pressing [b]CTRL + U[/b] when using firefox or right the areas that I've painted and click view page source
[img]http://img527.imageshack.us/img527/7237/hereze8.jpg[/img]
then look for the [b]Playlistpath URL[/b] on the source
the code should look like this
<">copy the URL starting from http up to id=??????
then open your notepad and paste this code
just edit the Playlistpath URL to the URL you got from the source
[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]Playlistpath URL[/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]
Save the file as [b]WTF.php[/b] and upload it on your ripway account
Then add this on your compiled js or JS extension
[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 WTF.php 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]
There
Last edited by diabolicious (2007-09-05 08:12:51)