Boardair Software Projects

These are bits of code that I have written either for fun or as part of my work that I thought may be useful to other developers. In most cases I have commented and/or documented the code and used easy to follow function and variable names.

As I add more projects you will find they don't all apear on one page and you should use the "Tags -->" drop down to select different categories.

> Boardair Software Projects
Project:

m3u2nml

Tags: PHP | RegEx | XML
Last Updated: 21/02/2007

Description:

m3u2nml converts Winamp m3u playlists to Native Instruments Traktor DJ compatible nml playlists. . . . more

Tags: MySQL | OOP | PHP
Last Updated: 12/10/2006

Description:

The Boardair Software Release Noticeboard, is the back end for the interface you see here. . . . more

Project:

No Hotlinks 1

Tags: PHP
Last Updated: 09/10/2006

Description:

Storing files outside the document root is the easiest way to stop people linking to them directly, you need a PHP script (or other cgi script) to make it accessible. That is what no_hotlink does. So instead of linking directly to your file the user (or website) has to link to your PHP script to get the file. . . . more