PHP music script!!!! v0.1

Newbie Spellweaver
Joined
Apr 7, 2008
Messages
42
Reaction score
0
Hello ive made a quick little script for all CMS sites! This has been tested on the following sites

Demo:

Tested sites:
Flare CMS v10-v14
Kaka CMS (all versions)
Maple Pannel (all versions)

If you also find any other sites that do work please leave a reply and Ill add it!

Instructions:
Step 1.) Locate the song you want to use and put it in your www folder
Step 2.)Get your sites address such as mine for example would be
Step 3.) Now get the name of the song you used and do this yoursonghere.mp3[/URL]
Step 4.) If it works that means your ready to go to step 5
Step 5.) Now locate your index.php file in your www folder and open it up
Step 6.) Place this under <body> <embed src= autostart="true" loop="true" hidden="true">
Step 7.) Edit that and put the link to your song you want it to play on your site. Example...

Extras:
You may want to make this more better so you can also make the player visible by using the following script instead <embed src="http://www.yoursite.com/music/musicfile.wav" autostart="true" loop="false" hidden="false">

I hope this tutorial helped some people and if you think I should keep this project up please reply! Thanks!
 
Re: [Release] PHP music script!!!! v0.1

Would it be possible to make a folder of all the music?

I short and easy way to do this would to just get a playlist from a playlist site and put that on there..

Thanx for the release + tut
 
Re: [Release] PHP music script!!!! v0.1

Uhh yea that automaticaly does it if you have Flare CMS witch I have but if you want it to do it for everything just add the script to all php files...
 
Re: [Release] PHP music script!!!! v0.1

How come you dont want to use it?

I already have a music player on my website, i obviously dont wanna use it with my CMS. :d.
Im working on a new project; Project "DJ Host" where you can play music live on the CMS. x___x
 
Re: [Release] PHP music script!!!! v0.1

i was looking at this and i did this not to long ago to my site. really you dont need to put in the whole address for the music you can put in a music folder on you web and have it connect to it like /music/fun.mp3

and for the playlist i also looked into that it has to do with .m3u not really know how it work fully but i can make the list.
 
Re: [Release] PHP music script!!!! v0.1

Well this is rather interesting, Nice.
 
Re: [Release] PHP music script!!!! v0.1

Shouldn't this be in the guides section? He didn't really make anything, just used some HTML coding it looks like.
 
Re: [Release] PHP music script!!!! v0.1

why not make the player a float object?
 
Back