home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / dhtmlxMenu.exe / dhtmlxMenu / libCompiler / get_files.php < prev    next >
Encoding:
PHP Script  |  2009-10-08  |  547 b   |  21 lines

  1. <?php
  2.     require_once("images.php");
  3.     $location = process_request($_POST['files'],$_POST['chunks'],$_POST['skin'],0);
  4. ?>
  5. <html>
  6. <head>
  7.     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  8.     <title></title>
  9.     <style>
  10.         body, html{
  11.             height:100%;
  12.             font-family:Tahoma;
  13.             font-size:12px;
  14.         }
  15.     </style>
  16.     <body>
  17.         Ready code stored at <?php echo $location;?><br/><br/><br/>
  18.         <a href='zip.php?location=<?php echo urlencode($location);?>' target="_blank">Download generated files</a><br/><br/>
  19.     </body>
  20. </head>
  21. </html>