The code is probably all in a database, and the zip files are generated on the fly. So when the code is pulled from the database, the dates can be parsed easily. You can use
str_pad() to fill the white spaces and close the square a bit prettier (vBulletin was too lazy for this).
If you're working with single files you won't need the zip generator, you can just send the appropriate headers and echo the code, and it can be downloaded as file.
If you're working with multiple files like vBulletin, you can have a look at
www.phpclasses.org for zip creator classes.
If you need more specific help, provide more details about your current system and circumstances.