Archive for the ‘PHP’ Category

PHP-ICES BETA Released !

This is my 1st mini-project ! :D

Written completely in PHP it’s a web front end to manage ices.

A short while ago I stubled across www.icecast.org whilst looking for a way to stream MP3’s from my house to my desk @ work ;) To Stream MP3’s you need a Streaming Server , i.e. something to stream audio to the clients and a Broadcast Server i.e. something to broadcast your audio file (*.mp3) to the streaming server. I’ve used both icecast (Streaming Server) & ices (Broadcast Server) , both of which only have shell (command line) & text file config tools, not exactly pretty & lots of typing :(

More PHP Source Code (Browser.php)

I’m in the process of Cleaning my php so that I can release the code into the wild ;)

I have 3 very small project I’d like to share, and they all have browser.php in them. It’s a small piece of code that allows the user/viewer to broswe a file system, and submit the selected files to another script.

I decided to realse this code separately because I’ve used it a couple of times and thought it’d be useful for others :)