PCLZip is a open source class file for use with PHP that I have recently used for an online script. The script takes a zip file located on the server, opens it, extracts all the files to a specific folder and renames them. The class was written by a French guy I believe so the documentation on it isn't very good, but it works extremely well and is a simple solution to zipping and unzipping files on a server without having a php module or apache module installed. This is good for those of us that don't have access to the php.ini file or httpd.conf files on our web servers.
A spammer hit my site this morning and used a security flaw in the php mail() function to send out spam mail. I am currently in the process of rewriting the "Contact Me" page so please bare with me until I get it fixed.
