Mixes by Cardamr Music

Since I love Cardamar’s work and he didn’t have a place to put his mixes, I am hosting the mixes at http://cardamar.quad341.com/. It’s a pretty simple set up for everything. The actual php that went into that script is extremely minute. You can look at the source Here

If you’re wondering how I md5’d all the files without losing my mind and saved them to my hard drive, it wasn’t through php. This is infact a Windows box. I used a combination of sdhash (by Sarah Dean. Download on her site) and a little batch script to reduce typing. The batch script is as follows:
sdhash /MD5 %1 >> %1.md5
i have both the bat file (which i called md5file.bat) and sdhash in system32 so I can call them anywhere. You then would just have to execute (from command line) md5file “filename” where “filename is the name of the file you want to make an md5 for (don’t forget tab completion!).

All the info was just copied and pasted from each page from Cardamar’s Mix page with a little html added.

Thats all for now.