Decompress .zip files

nicklong9836

New Member
Messages
3
Reaction score
0
Points
0
I am trying to write a CMS where the user can upload a template or a module in a .zip file and have it extract all files and directories in the .zip files to templates(or modules)/template(or module)_name/ I used to use the ZipArchive class, but it turns out that module is not installed. I am trying to use the Zlib functions, but I am having difficulty doing so. Does anyone have a method for extracting zip files on this server?

Thanks
Nick Long
Not Racist
Not Violent
No Longer Silent
 
Top