

Igor Diniz hasn't added any friends yet.
14/03/2008, 09:22
13/03/2008, 21:58
<?php include_once("createZip.inc.php"); $createZip = new createZip; #$createZip -> addDirectory("/"); $fileContents = file_get_contents("LEIA.txt"); $createZip -> addFile($fileContents, "LEIA.txt"); $fileName = "1205354953.zip"; $fd = fopen ($fileName, "wb"); $out = fwrite ($fd, $createZip -> getZippedfile()); fclose ($fd); $createZip -> forceDownload($fileName); #@unlink($fileName); ?>
13/03/2008, 20:57
27/02/2008, 13:59
18/11/2007, 19:37
Community Forum Software by IP.Board
Licensed to: Webmasters Online