document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. header( 'HTTP/1.1 301 Moved Permanently' );
  3. $url = 'http://my-main-domain.com/r.php?l='.trim($_SERVER['REQUEST_URI'],'/');
  4. header('Location: ' . $url );
  5. exit;
');