topical media & game development

talk show tell print

read.php



  <?php
  error_reporting(E_ALL);
  
  require_once 'proxy.php';
  
  PHProxy = new PHProxy(isset(_GET['flags']) ? _GET['flags'] : null);
  
  if(isset(_GET['file']))
  {
      url = PHProxy->encode_url(_GET['file']);
      PHProxy->start_transfer(url);
      echo PHProxy->return_response();
      exit();
  }
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.