dvd-slideshow makes a DVD-compatible slideshow video with menus from a batch of pictures. It consists of a set of scripts: dvd-slideshow reads a text file list of all the pictures you want in one slideshow and creates a DVD-compatible MPEG movie with your audio tracks and specified timing. It supports effects such as fades, crops, and the Ken Burns effect. dvd-menu makes a top-level DVD menu with the output files from dvd-slideshow. dir2slideshow makes a dvd-slideshow input file from a directory of pictures. gallery2slideshow makes the input file from your Gallery album. jigl2slideshow makes the input file from your jigl album. The output is fed through dvdauthor to create DVDs.
make_cd_label is a script that helps create stickers for CDs. It is intended to be integrated with your backup scripts, but can also make stickers for audio CDs using CDDB and disc-cover. The output is an XML file that can be read into glabels and then edited or printed. It uses Memorex or Avery CD label stickers.
Re: SecurePages with PHP5 yeah, I had the same problem. FINALLY, I figured out the problem. The variables in php > 4.1 changed. Mostly, it's things like $HTTP_GET_VARS changed to $_GET and so...