BlueX

[PHP]:Download (Pedido)

Aug 23rd, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.75 KB | None | 0 0
  1. <?php
  2. session_start();
  3.  
  4. if(isset($_POST['searcb'])){
  5.     $filename = $_POST['search'];
  6.     if(file_exists(filename)){
  7.         echo '<meta http-equipv="refresh" content="0;url=http://flashstyle.servegame.com/downloads/$filename">';   
  8.     }
  9.     else
  10.         echo "Este ficheiro não existe...";
  11. }
  12.  
  13. ?>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  18. <title>Download arquivo...t</title>
  19. </head>
  20.  
  21. <body>
  22.     <form method="post">
  23.         Nome do ficheiro: <input type="text" name="search"/>
  24.         <input type="submit" name="searchb" value="Download"/>
  25.     </form>
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment